#include <dsputil.h>
Data Fields | |
const uint8_t * | scantable |
uint8_t | permutated [64] |
uint8_t | raster_end [64] |
Definition at line 177 of file dsputil.h.
uint8_t ScanTable::permutated[64] |
Definition at line 179 of file dsputil.h.
Referenced by asv1_decode_block(), asv2_decode_block(), decode_block(), decode_block_progressive(), decode_block_refinement(), 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(), tgq_decode_block(), unpack_vlcs(), vlc_decode_block(), 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 180 of file dsputil.h.
Referenced by dct_unquantize_h263_inter_armv5te(), dct_unquantize_h263_inter_axp(), dct_unquantize_h263_inter_c(), dct_unquantize_h263_inter_mmx(), dct_unquantize_h263_intra_armv5te(), dct_unquantize_h263_intra_axp(), dct_unquantize_h263_intra_c(), dct_unquantize_h263_intra_iwmmxt(), dct_unquantize_h263_intra_mmx(), and ff_init_scantable().
const uint8_t* ScanTable::scantable |
Definition at line 178 of file dsputil.h.
Referenced by ff_init_scantable(), and wmv2_decode_inter_block().