FFmpeg
|
#include <apv_decode.h>
Data Fields | |
void * | log_ctx |
const APVVLCLUT * | decode_lut |
int16_t | prev_dc |
uint8_t | prev_k_dc |
uint8_t | prev_k_level |
Definition at line 71 of file apv_decode.h.
void* APVEntropyState::log_ctx |
Definition at line 72 of file apv_decode.h.
Referenced by apv_decode_tile_component().
const APVVLCLUT* APVEntropyState::decode_lut |
Definition at line 74 of file apv_decode.h.
int16_t APVEntropyState::prev_dc |
Definition at line 77 of file apv_decode.h.
Referenced by test_apv_entropy_decode_block().
uint8_t APVEntropyState::prev_k_dc |
Definition at line 79 of file apv_decode.h.
Referenced by test_apv_entropy_decode_block().
uint8_t APVEntropyState::prev_k_level |
Definition at line 81 of file apv_decode.h.
Referenced by test_apv_entropy_decode_block().