FFmpeg
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

◆ quant_table

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().

◆ quant_table_index

int PlaneContext::quant_table_index

◆ context_count

int PlaneContext::context_count

◆ state

uint8_t(* PlaneContext::state)[CONTEXT_SIZE]

◆ vlc_state

VlcState* PlaneContext::vlc_state

◆ interlace_bit_state

uint8_t PlaneContext::interlace_bit_state[2]

Definition at line 74 of file ffv1.h.

Referenced by ff_ffv1_clear_slice_state().

◆ planewidth

int PlaneContext::planewidth

Definition at line 37 of file vf_fftdnoiz.c.

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

◆ planeheight

int PlaneContext::planeheight

Definition at line 37 of file vf_fftdnoiz.c.

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

◆ nox

int PlaneContext::nox

◆ noy

int PlaneContext::noy

◆ b

int PlaneContext::b

◆ o

int PlaneContext::o

Definition at line 40 of file vf_fftdnoiz.c.

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

◆ n

float PlaneContext::n

Definition at line 41 of file vf_fftdnoiz.c.

Referenced by config_input().

◆ buffer

float* PlaneContext::buffer[BSIZE]

◆ hdata

FFTComplex* PlaneContext::hdata

Definition at line 44 of file vf_fftdnoiz.c.

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

◆ vdata

FFTComplex * PlaneContext::vdata

Definition at line 44 of file vf_fftdnoiz.c.

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

◆ data_linesize

int PlaneContext::data_linesize

Definition at line 45 of file vf_fftdnoiz.c.

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

◆ buffer_linesize

int PlaneContext::buffer_linesize

◆ fft

FFTContext* PlaneContext::fft

Definition at line 48 of file vf_fftdnoiz.c.

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

◆ ifft

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: