|
ROHC compression/decompression library
|
Test Least Significant Bits (LSB) encoding/decoding at wraparound. More...
#include "wlsb.h"#include "lsb.h"#include <stdio.h>#include <stdbool.h>#include <string.h>#include <assert.h>
Functions | |
| int | main (int argc, char *argv[]) |
| Test LSB encoding/decoding at wraparound. | |
Test Least Significant Bits (LSB) encoding/decoding at wraparound.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Test LSB encoding/decoding at wraparound.
| argc | The number of command line arguments |
| argv | The command line arguments |
References c_add_wlsb(), c_create_wlsb(), c_destroy_wlsb(), c_get_k_wlsb(), C_WINDOW_WIDTH, d_lsb_decode16(), d_lsb_init(), d_lsb_update(), and d_lsb_decode::p.
1.7.6.1