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

#include <ffv1.h>

Data Fields

int16_t quant_table [MAX_CONTEXT_INPUTS][256]
 
int quant_table_index
 
int context_count
 
uint8_t(* state )[CONTEXT_SIZE]
 
VlcStatevlc_state
 
uint8_t interlace_bit_state [2]
 

Detailed Description

Definition at line 66 of file ffv1.h.

Field Documentation

int16_t PlaneContext::quant_table[MAX_CONTEXT_INPUTS][256]

Definition at line 67 of file ffv1.h.

Referenced by decode_slice_header(), encode_init(), get_context(), and read_header().

int PlaneContext::quant_table_index
int PlaneContext::context_count
uint8_t(* PlaneContext::state)[CONTEXT_SIZE]
VlcState* PlaneContext::vlc_state
uint8_t PlaneContext::interlace_bit_state[2]

Definition at line 72 of file ffv1.h.

Referenced by ffv1_clear_slice_state().


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