FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | times4(x) x, x, x, x |
#define | times256(x) times4(times4(times4(times4(times4(x))))) |
Variables | |
const uint32_t | ff_inverse [257] |
const uint8_t | ff_sqrt_tab [256] |
const uint8_t | ff_reverse [256] |
const uint8_t | ff_cropTbl [256+2 *1024] |
const uint8_t | ff_zigzag_direct [64] |
#define times4 | ( | x | ) | x, x, x, x |
Definition at line 91 of file mathtables.c.
Definition at line 92 of file mathtables.c.
const uint32_t ff_inverse[257] |
Definition at line 25 of file mathtables.c.
Referenced by dct_quantize_TMPL(), ff_msmpeg4_pred_dc(), and setup_classifs().
const uint8_t ff_sqrt_tab[256] |
Definition at line 61 of file mathtables.c.
Referenced by ff_sqrt().
const uint8_t ff_reverse[256] |
Definition at line 72 of file mathtables.c.
Referenced by asv2_get_bits(), asv2_put_bits(), bitswap_32(), decode_frame(), deinvert_buffer(), encode_frame(), fft(), inv_bits(), ir2_decode_frame(), pcm_decode_frame(), pcm_encode_frame(), s302m_decode_frame(), s302m_encode2_frame(), tiff_unpack_fax(), tiff_unpack_strip(), wnv1_get_code(), xbm_decode_frame(), and xbm_encode_frame().
const uint8_t ff_cropTbl[256+2 *1024] |
Definition at line 94 of file mathtables.c.
const uint8_t ff_zigzag_direct[64] |
Definition at line 115 of file mathtables.c.
Referenced by decode_dct(), decode_gop_header(), decode_i_block(), decode_init(), decode_scaling_list(), decode_vol_header(), decode_vop_header(), dnxhd_init_qmat(), dnxhd_init_vlc(), dv_init_enc_block(), encode_picture(), ff_cavs_init(), ff_dct_common_init(), ff_dsputil_static_init(), ff_dvvideo_init(), ff_mjpeg_decode_init(), ff_rtjpeg_decode_init(), ff_vp56_init_context(), ff_write_quant_matrix(), fill_quantization_matrices(), fill_scaling_lists(), init_scan_tables(), jpg_decode_block(), jpg_init(), load_matrix(), mpeg_decode_picture_coding_extension(), mss4_decode_dct(), tgq_decode_init(), tqi_decode_init(), vaapi_mpeg2_start_frame(), vaapi_mpeg4_start_frame(), and vp3_decode_init().