Home
last modified time | relevance | path

Searched refs:exp2_lut (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegaudiodec_common_tablegen.h46 static const double exp2_lut[4] = { in mpegaudiodec_common_tableinit() local
60 f = pow43_val * exp2_lut[i & 3]; in mpegaudiodec_common_tableinit()
H A Dmpegaudio_tablegen.h51 static const double exp2_lut[4] = { in mpegaudio_tableinit() local
67 exp2_val = exp2_base * exp2_lut[exponent & 3] / IMDCT_SCALAR; in mpegaudio_tableinit()
H A Daactab.c3306 static const float exp2_lut[] = { in aac_tableinit() local
3340 ff_aac_pow2sf_tab[i] = t1 * exp2_lut[t1_inc_cur]; in aac_tableinit()
3341 ff_aac_pow34sf_tab[i] = t2 * exp2_lut[t2_inc_cur]; in aac_tableinit()

Completed in 5 milliseconds