FFmpeg
|
#include <asv.h>
Data Fields | |
AVCodecContext * | avctx |
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 |
AVCodecContext* ASV1Context::avctx |
BlockDSPContext ASV1Context::bdsp |
BswapDSPContext ASV1Context::bbdsp |
FDCTDSPContext ASV1Context::fdsp |
IDCTDSPContext ASV1Context::idsp |
PixblockDSPContext ASV1Context::pdsp |
PutBitContext ASV1Context::pb |
GetBitContext ASV1Context::gb |