FFmpeg
|
#include <asv.h>
Public Member Functions | |
DECLARE_ALIGNED (16, int16_t, block)[6][64] | |
Data Fields | |
AVCodecContext * | avctx |
DSPContext | dsp |
AVFrame | picture |
PutBitContext | pb |
GetBitContext | gb |
ScanTable | scantable |
int | inv_qscale |
int | mb_width |
int | mb_height |
int | mb_width2 |
int | mb_height2 |
uint16_t | intra_matrix [64] |
int | q_intra_matrix [64] |
uint8_t * | bitstream_buffer |
unsigned int | bitstream_buffer_size |
Detailed Description
Member Function Documentation
ASV1Context::DECLARE_ALIGNED | ( | 16 | , |
int16_t | , | ||
block | |||
) |
Field Documentation
AVCodecContext* ASV1Context::avctx |
Definition at line 39 of file asv.h.
Referenced by asv1_decode_block(), dct_get(), decode_mb(), encode_mb(), ff_asv_common_init(), and idct_put().
uint8_t* ASV1Context::bitstream_buffer |
Definition at line 53 of file asv.h.
Referenced by decode_end(), and decode_frame().
unsigned int ASV1Context::bitstream_buffer_size |
Definition at line 54 of file asv.h.
Referenced by decode_end(), and decode_frame().
DSPContext ASV1Context::dsp |
Definition at line 40 of file asv.h.
Referenced by dct_get(), decode_frame(), decode_init(), decode_mb(), encode_frame(), ff_asv_common_init(), and idct_put().
GetBitContext ASV1Context::gb |
Definition at line 43 of file asv.h.
Referenced by asv1_decode_block(), asv2_decode_block(), and decode_frame().
uint16_t ASV1Context::intra_matrix[64] |
Definition at line 51 of file asv.h.
Referenced by asv1_decode_block(), asv2_decode_block(), and decode_init().
int ASV1Context::inv_qscale |
Definition at line 45 of file asv.h.
Referenced by decode_init(), and encode_init().
int ASV1Context::mb_height |
Definition at line 47 of file asv.h.
Referenced by decode_frame(), encode_frame(), and ff_asv_common_init().
int ASV1Context::mb_height2 |
Definition at line 49 of file asv.h.
Referenced by decode_frame(), encode_frame(), and ff_asv_common_init().
int ASV1Context::mb_width |
Definition at line 46 of file asv.h.
Referenced by decode_frame(), encode_frame(), and ff_asv_common_init().
int ASV1Context::mb_width2 |
Definition at line 48 of file asv.h.
Referenced by decode_frame(), encode_frame(), and ff_asv_common_init().
PutBitContext ASV1Context::pb |
Definition at line 42 of file asv.h.
Referenced by asv1_encode_block(), asv2_encode_block(), encode_frame(), and encode_mb().
AVFrame ASV1Context::picture |
Definition at line 41 of file asv.h.
Referenced by dct_get(), encode_frame(), and ff_asv_common_init().
int ASV1Context::q_intra_matrix[64] |
Definition at line 52 of file asv.h.
Referenced by asv1_encode_block(), asv2_encode_block(), and encode_init().
ScanTable ASV1Context::scantable |
Definition at line 44 of file asv.h.
Referenced by asv1_decode_block(), asv2_decode_block(), and decode_init().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11