FFmpeg
|
#include <apv_decode.h>
Data Fields | |
void * | log_ctx |
const APVVLCLUT * | decode_lut |
int16_t | prev_dc |
int16_t | prev_dc_diff |
int16_t | prev_1st_ac_level |
Definition at line 46 of file apv_decode.h.
void* APVEntropyState::log_ctx |
Definition at line 47 of file apv_decode.h.
Referenced by apv_decode_tile_component().
const APVVLCLUT* APVEntropyState::decode_lut |
Definition at line 49 of file apv_decode.h.
int16_t APVEntropyState::prev_dc |
Definition at line 51 of file apv_decode.h.
int16_t APVEntropyState::prev_dc_diff |
Definition at line 52 of file apv_decode.h.
int16_t APVEntropyState::prev_1st_ac_level |
Definition at line 53 of file apv_decode.h.