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

#include <intrax8.h>

Data Fields

VLCj_ac_vlc [4]
 
VLCj_orient_vlc
 
VLCj_dc_vlc [3]
 
int use_quant_matrix
 
uint8_tprediction_table
 
ScanTable scantable [3]
 
MpegEncContexts
 
IntraX8DSPContext dsp
 
int quant
 
int dquant
 
int qsum
 
int quant_dc_chroma
 
int divide_quant_dc_luma
 
int divide_quant_dc_chroma
 
int edges
 
int flat_dc
 
int predicted_dc
 
int raw_orient
 
int chroma_orient
 
int orient
 
int est_run
 

Detailed Description

Definition at line 26 of file intrax8.h.

Field Documentation

VLC* IntraX8Context::j_ac_vlc[4]

Definition at line 27 of file intrax8.h.

Referenced by x8_get_ac_rlf(), x8_reset_vlc_tables(), and x8_select_ac_table().

VLC* IntraX8Context::j_orient_vlc

Definition at line 28 of file intrax8.h.

Referenced by x8_get_orient_vlc(), and x8_reset_vlc_tables().

VLC* IntraX8Context::j_dc_vlc[3]

Definition at line 29 of file intrax8.h.

Referenced by x8_get_dc_rlf(), and x8_reset_vlc_tables().

int IntraX8Context::use_quant_matrix

Definition at line 31 of file intrax8.h.

Referenced by ff_intrax8_decode_picture(), and x8_decode_intra_mb().

uint8_t* IntraX8Context::prediction_table
ScanTable IntraX8Context::scantable[3]

Definition at line 34 of file intrax8.h.

Referenced by ff_intrax8_common_init(), and x8_decode_intra_mb().

MpegEncContext* IntraX8Context::s
IntraX8DSPContext IntraX8Context::dsp
int IntraX8Context::quant
int IntraX8Context::dquant

Definition at line 39 of file intrax8.h.

Referenced by ff_intrax8_decode_picture(), and x8_decode_intra_mb().

int IntraX8Context::qsum

Definition at line 40 of file intrax8.h.

Referenced by ff_intrax8_decode_picture(), and x8_decode_intra_mb().

int IntraX8Context::quant_dc_chroma
int IntraX8Context::divide_quant_dc_luma

Definition at line 43 of file intrax8.h.

Referenced by ff_intrax8_decode_picture(), and x8_decode_intra_mb().

int IntraX8Context::divide_quant_dc_chroma

Definition at line 44 of file intrax8.h.

Referenced by ff_intrax8_decode_picture(), and x8_decode_intra_mb().

int IntraX8Context::edges
int IntraX8Context::flat_dc

Definition at line 47 of file intrax8.h.

Referenced by x8_decode_intra_mb(), and x8_setup_spatial_predictor().

int IntraX8Context::predicted_dc

Definition at line 48 of file intrax8.h.

Referenced by x8_decode_intra_mb(), and x8_setup_spatial_predictor().

int IntraX8Context::raw_orient
int IntraX8Context::chroma_orient

Definition at line 50 of file intrax8.h.

Referenced by x8_get_prediction_chroma(), and x8_setup_spatial_predictor().

int IntraX8Context::orient

Definition at line 51 of file intrax8.h.

Referenced by x8_decode_intra_mb(), x8_get_prediction(), and x8_setup_spatial_predictor().

int IntraX8Context::est_run

Definition at line 52 of file intrax8.h.

Referenced by x8_decode_intra_mb(), and x8_get_prediction().


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