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

#include <vf_spp.h>

Data Fields

const AVClassav_class
 
int log2_count
 
int qp
 
int mode
 
int qscale_type
 
int temp_linesize
 
uint8_tsrc
 
int16_t * temp
 
AVCodecContextavctx
 
IDCTDSPContext idsp
 
FDCTDSPContext fdsp
 
PixblockDSPContext pdsp
 
int8_t * non_b_qp_table
 
int non_b_qp_alloc_size
 
int use_bframe_qp
 
int hsub
 
int vsub
 
void(* store_slice )(uint8_t *dst, const int16_t *src, int dst_stride, int src_stride, int width, int height, int log2_scale, const uint8_t dither[8][8])
 
void(* requantize )(int16_t dst[64], const int16_t src[64], int qp, const uint8_t *permutation)
 

Detailed Description

Definition at line 33 of file vf_spp.h.

Field Documentation

const AVClass* SPPContext::av_class

Definition at line 34 of file vf_spp.h.

int SPPContext::log2_count

Definition at line 36 of file vf_spp.h.

Referenced by filter(), filter_frame(), and process_command().

int SPPContext::qp

Definition at line 37 of file vf_spp.h.

Referenced by filter(), and filter_frame().

int SPPContext::mode

Definition at line 38 of file vf_spp.h.

Referenced by ff_spp_init_x86(), and init().

int SPPContext::qscale_type

Definition at line 39 of file vf_spp.h.

Referenced by filter(), and filter_frame().

int SPPContext::temp_linesize

Definition at line 40 of file vf_spp.h.

Referenced by config_input(), and filter().

uint8_t* SPPContext::src

Definition at line 41 of file vf_spp.h.

Referenced by config_input(), filter(), and uninit().

int16_t* SPPContext::temp

Definition at line 42 of file vf_spp.h.

Referenced by config_input(), filter(), and uninit().

AVCodecContext* SPPContext::avctx

Definition at line 43 of file vf_spp.h.

Referenced by init(), and uninit().

IDCTDSPContext SPPContext::idsp

Definition at line 44 of file vf_spp.h.

Referenced by filter(), and init().

FDCTDSPContext SPPContext::fdsp

Definition at line 45 of file vf_spp.h.

Referenced by filter(), and init().

PixblockDSPContext SPPContext::pdsp

Definition at line 46 of file vf_spp.h.

Referenced by filter(), and init().

int8_t* SPPContext::non_b_qp_table

Definition at line 47 of file vf_spp.h.

Referenced by config_input(), filter_frame(), and uninit().

int SPPContext::non_b_qp_alloc_size

Definition at line 48 of file vf_spp.h.

Referenced by config_input().

int SPPContext::use_bframe_qp

Definition at line 49 of file vf_spp.h.

Referenced by config_input(), and filter_frame().

int SPPContext::hsub

Definition at line 50 of file vf_spp.h.

Referenced by config_input(), and filter_frame().

int SPPContext::vsub

Definition at line 50 of file vf_spp.h.

Referenced by config_input(), and filter_frame().

void(* SPPContext::store_slice)(uint8_t *dst, const int16_t *src, int dst_stride, int src_stride, int width, int height, int log2_scale, const uint8_t dither[8][8])

Definition at line 52 of file vf_spp.h.

Referenced by ff_spp_init_x86(), filter(), and init().

void(* SPPContext::requantize)(int16_t dst[64], const int16_t src[64], int qp, const uint8_t *permutation)

Definition at line 57 of file vf_spp.h.

Referenced by ff_spp_init_x86(), filter(), and init().


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