#include <stdint.h>
Go to the source code of this file.
Variables | |
const uint32_t | ff_inverse [257] |
const uint8_t | ff_sqrt_tab [256] |
const uint8_t | ff_reverse [256] |
const uint32_t ff_inverse[257] |
Definition at line 23 of file mathtables.c.
Referenced by dct_quantize(), ff_msmpeg4_pred_dc(), and vorbis_residue_decode_internal().
const uint8_t ff_reverse[256] |
Definition at line 70 of file mathtables.c.
Referenced by asv2_get_bits(), asv2_put_bits(), bitswap_32(), decode_frame(), encode_frame(), inv_bits(), ir2_decode_frame(), pcm_decode_frame(), pcm_encode_frame(), s302m_decode_frame(), tiff_unpack_strip(), vble_read_reverse_unary(), wnv1_get_code(), and xbm_encode_frame().
const uint8_t ff_sqrt_tab[256] |
Definition at line 59 of file mathtables.c.
Referenced by ff_sqrt().