ROHC compression/decompression library
|
Least Significant Bits decoding object. More...
#include <lsb.h>
Public Attributes | |
int | v_ref_d |
The current reference value. | |
int | old_v_ref_d |
The previous reference value. | |
int | p |
The p shift parameter (see 4.5.1 in the RFC 3095) |
Least Significant Bits decoding object.
The previous reference value.
Referenced by d_get_lsb_old_ref(), d_lsb_init(), and d_lsb_sync_ref().
int d_lsb_decode::p |
The p shift parameter (see 4.5.1 in the RFC 3095)
Referenced by d_lsb_decode(), and d_lsb_init().
The current reference value.
Referenced by d_get_lsb_ref(), d_lsb_decode(), d_lsb_init(), d_lsb_sync_ref(), and d_lsb_update().