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]
 
int planewidth
 
int planeheight
 
int nox
 
int noy
 
int b
 
int o
 
float n
 
float * buffer [BSIZE]
 
FFTComplexhdata
 
FFTComplexvdata
 
int data_linesize
 
int buffer_linesize
 
FFTContextfft
 
FFTContextifft
 

Detailed Description

Definition at line 68 of file ffv1.h.

Field Documentation

int16_t PlaneContext::quant_table[MAX_CONTEXT_INPUTS][256]

Definition at line 69 of file ffv1.h.

Referenced by decode_slice_header(), encode_init(), 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 74 of file ffv1.h.

Referenced by ff_ffv1_clear_slice_state().

int PlaneContext::planewidth

Definition at line 37 of file vf_fftdnoiz.c.

Referenced by config_input(), export_plane(), filter_frame(), and import_plane().

int PlaneContext::planeheight

Definition at line 37 of file vf_fftdnoiz.c.

Referenced by config_input(), export_plane(), filter_frame(), and import_plane().

int PlaneContext::nox
int PlaneContext::noy
int PlaneContext::b
int PlaneContext::o

Definition at line 40 of file vf_fftdnoiz.c.

Referenced by config_input(), export_plane(), and import_plane().

float PlaneContext::n

Definition at line 41 of file vf_fftdnoiz.c.

Referenced by config_input().

float* PlaneContext::buffer[BSIZE]
FFTComplex* PlaneContext::hdata

Definition at line 44 of file vf_fftdnoiz.c.

Referenced by config_input(), export_plane(), import_plane(), and uninit().

FFTComplex * PlaneContext::vdata

Definition at line 44 of file vf_fftdnoiz.c.

Referenced by config_input(), export_plane(), import_plane(), and uninit().

int PlaneContext::data_linesize

Definition at line 45 of file vf_fftdnoiz.c.

Referenced by config_input(), export_plane(), and import_plane().

int PlaneContext::buffer_linesize
FFTContext* PlaneContext::fft

Definition at line 48 of file vf_fftdnoiz.c.

Referenced by import_plane(), init(), and uninit().

FFTContext * PlaneContext::ifft

Definition at line 48 of file vf_fftdnoiz.c.

Referenced by export_plane(), init(), and uninit().


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