FFmpeg
|
RVMapDesc Struct Reference
run-value (RLE) table descriptor More...
#include <ivi_common.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] |
Detailed Description
run-value (RLE) table descriptor
Definition at line 85 of file ivi_common.h.
Field Documentation
uint8_t RVMapDesc::eob_sym |
end of block symbol
Definition at line 86 of file ivi_common.h.
Referenced by decode_band(), and ivi_decode_blocks().
uint8_t RVMapDesc::esc_sym |
escape symbol
Definition at line 87 of file ivi_common.h.
Referenced by decode_band(), and ivi_decode_blocks().
uint8_t RVMapDesc::runtab[256] |
Definition at line 88 of file ivi_common.h.
Referenced by decode_band(), and ivi_decode_blocks().
int8_t RVMapDesc::valtab[256] |
Definition at line 89 of file ivi_common.h.
Referenced by decode_band(), and ivi_decode_blocks().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11