Home
last modified time | relevance | path

Searched refs:tab_log2 (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcelp_math.c65 static const uint16_t tab_log2[33] = variable
94 value = tab_log2[frac_x0]; in ff_log2_q15()
95 value += (frac_dx * (tab_log2[frac_x0+1] - tab_log2[frac_x0])) >> 15; in ff_log2_q15()