|
FFmpeg
|
#include <apv_decode.h>
Data Fields | |
| uint8_t | count |
| uint8_t | k_run: 2 |
| uint8_t | k_level_0: 3 |
| uint8_t | k_level_1: 3 |
| uint8_t | run [2] |
| int16_t | level [2] |
| uint8_t | offset [4] |
Definition at line 42 of file apv_decode.h.
| uint8_t APVMultiVLCLUTEntry::count |
Definition at line 44 of file apv_decode.h.
Referenced by ff_apv_entropy_build_decode_lut().
| uint8_t APVMultiVLCLUTEntry::k_run |
Definition at line 46 of file apv_decode.h.
Referenced by ff_apv_entropy_build_decode_lut().
| uint8_t APVMultiVLCLUTEntry::k_level_0 |
Definition at line 48 of file apv_decode.h.
Referenced by ff_apv_entropy_build_decode_lut().
| uint8_t APVMultiVLCLUTEntry::k_level_1 |
Definition at line 50 of file apv_decode.h.
Referenced by ff_apv_entropy_build_decode_lut().
| uint8_t APVMultiVLCLUTEntry::run[2] |
Definition at line 52 of file apv_decode.h.
Referenced by ff_apv_entropy_build_decode_lut().
| int16_t APVMultiVLCLUTEntry::level[2] |
Definition at line 54 of file apv_decode.h.
Referenced by ff_apv_entropy_build_decode_lut().
| uint8_t APVMultiVLCLUTEntry::offset[4] |
Definition at line 56 of file apv_decode.h.
Referenced by ff_apv_entropy_build_decode_lut().
1.8.17