#include <mpegvideo.h>
Definition at line 92 of file mpegvideo.h.
Public Member Functions | |
| DECLARE_ALIGNED_8 (uint8_t, inverse[64]) | |
| Used by dct_quantise_alitvec to find last-non-zero. | |
Public Attributes | |
| const uint8_t * | scantable |
| uint8_t | permutated [64] |
| uint8_t | raster_end [64] |
| ScanTable::DECLARE_ALIGNED_8 | ( | uint8_t | , | |
| inverse | [64] | |||
| ) |
Used by dct_quantise_alitvec to find last-non-zero.
| const uint8_t* ScanTable::scantable |
Definition at line 93 of file mpegvideo.h.
Referenced by ff_init_scantable(), and wmv2_decode_inter_block().
| uint8_t ScanTable::permutated[64] |
Definition at line 94 of file mpegvideo.h.
Referenced by asv1_decode_block(), asv2_decode_block(), decide_ac_pred(), decode_block(), decode_block_progressive(), dequant(), ff_init_scantable(), ff_mjpeg_decode_dqt(), ff_msmpeg4_decode_block(), ff_msmpeg4_encode_block(), h263_decode_block(), mdec_decode_block_intra(), mpeg4_decode_block(), sp5x_decode_frame(), unpack_vlcs(), vp56_add_predictors_dc(), vp5_parse_coeff(), vp6_parse_coeff(), vp6_parse_coeff_huffman(), wmv2_decode_inter_block(), and x8_decode_intra_mb().
| uint8_t ScanTable::raster_end[64] |
Definition at line 95 of file mpegvideo.h.
Referenced by __attribute__(), dct_unquantize_h263_inter_armv5te(), dct_unquantize_h263_inter_c(), dct_unquantize_h263_inter_iwmmxt(), dct_unquantize_h263_inter_mmx(), dct_unquantize_h263_intra_armv5te(), dct_unquantize_h263_intra_c(), dct_unquantize_h263_intra_iwmmxt(), and ff_init_scantable().
1.5.5