FFmpeg
|
run-value (RLE) table descriptor More...
#include <ivi.h>
Data Fields | |
uint8_t | eob_sym |
end of block symbol More... | |
uint8_t | esc_sym |
escape symbol More... | |
uint8_t | runtab [256] |
int8_t | valtab [256] |
uint8_t RVMapDesc::eob_sym |
end of block symbol
Definition at line 98 of file ivi.h.
Referenced by decode_band(), and ivi_decode_coded_blocks().
uint8_t RVMapDesc::esc_sym |
escape symbol
Definition at line 99 of file ivi.h.
Referenced by decode_band(), and ivi_decode_coded_blocks().
uint8_t RVMapDesc::runtab[256] |
Definition at line 100 of file ivi.h.
Referenced by decode_band(), and ivi_decode_coded_blocks().
int8_t RVMapDesc::valtab[256] |
Definition at line 101 of file ivi.h.
Referenced by decode_band(), and ivi_decode_coded_blocks().