FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
APVEntropyState Struct Reference

#include <apv_decode.h>

Data Fields

void * log_ctx
 
const APVVLCLUTdecode_lut
 
int16_t prev_dc
 
uint8_t prev_k_dc
 
uint8_t prev_k_level
 

Detailed Description

Definition at line 71 of file apv_decode.h.

Field Documentation

◆ log_ctx

void* APVEntropyState::log_ctx

Definition at line 72 of file apv_decode.h.

Referenced by apv_decode_tile_component().

◆ decode_lut

const APVVLCLUT* APVEntropyState::decode_lut

Definition at line 74 of file apv_decode.h.

◆ prev_dc

int16_t APVEntropyState::prev_dc

Definition at line 77 of file apv_decode.h.

Referenced by test_apv_entropy_decode_block().

◆ prev_k_dc

uint8_t APVEntropyState::prev_k_dc

Definition at line 79 of file apv_decode.h.

Referenced by test_apv_entropy_decode_block().

◆ prev_k_level

uint8_t APVEntropyState::prev_k_level

Definition at line 81 of file apv_decode.h.

Referenced by test_apv_entropy_decode_block().


The documentation for this struct was generated from the following file: