FFmpeg
Data Fields
ASV1Context Struct Reference

#include <asv.h>

Data Fields

AVCodecContextavctx
 
BlockDSPContext bdsp
 
BswapDSPContext bbdsp
 
FDCTDSPContext fdsp
 
IDCTDSPContext idsp
 
PixblockDSPContext pdsp
 
PutBitContext pb
 
GetBitContext gb
 
ScanTable scantable
 
int inv_qscale
 
int mb_width
 
int mb_height
 
int mb_width2
 
int mb_height2
 
int16_t block [6][64]
 
uint16_t intra_matrix [64]
 
int q_intra_matrix [64]
 
uint8_t * bitstream_buffer
 
unsigned int bitstream_buffer_size
 

Detailed Description

Definition at line 42 of file asv.h.

Field Documentation

◆ avctx

AVCodecContext* ASV1Context::avctx

Definition at line 43 of file asv.h.

◆ bdsp

BlockDSPContext ASV1Context::bdsp

Definition at line 44 of file asv.h.

◆ bbdsp

BswapDSPContext ASV1Context::bbdsp

Definition at line 45 of file asv.h.

◆ fdsp

FDCTDSPContext ASV1Context::fdsp

Definition at line 46 of file asv.h.

◆ idsp

IDCTDSPContext ASV1Context::idsp

Definition at line 47 of file asv.h.

◆ pdsp

PixblockDSPContext ASV1Context::pdsp

Definition at line 48 of file asv.h.

◆ pb

PutBitContext ASV1Context::pb

Definition at line 49 of file asv.h.

◆ gb

GetBitContext ASV1Context::gb

Definition at line 50 of file asv.h.

◆ scantable

ScanTable ASV1Context::scantable

Definition at line 51 of file asv.h.

◆ inv_qscale

int ASV1Context::inv_qscale

Definition at line 52 of file asv.h.

◆ mb_width

int ASV1Context::mb_width

Definition at line 53 of file asv.h.

◆ mb_height

int ASV1Context::mb_height

Definition at line 54 of file asv.h.

◆ mb_width2

int ASV1Context::mb_width2

Definition at line 55 of file asv.h.

◆ mb_height2

int ASV1Context::mb_height2

Definition at line 56 of file asv.h.

◆ block

int16_t ASV1Context::block[6][64]

Definition at line 57 of file asv.h.

◆ intra_matrix

uint16_t ASV1Context::intra_matrix[64]

Definition at line 58 of file asv.h.

◆ q_intra_matrix

int ASV1Context::q_intra_matrix[64]

Definition at line 59 of file asv.h.

◆ bitstream_buffer

uint8_t* ASV1Context::bitstream_buffer

Definition at line 60 of file asv.h.

◆ bitstream_buffer_size

unsigned int ASV1Context::bitstream_buffer_size

Definition at line 61 of file asv.h.


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