Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwmadec.c234 static const float pow_tab[] = { variable
324 const float *ptab = pow_tab + 60; in decode_exp_vlc()
350 if ((unsigned) last_exp + 60 >= FF_ARRAY_ELEMS(pow_tab)) { in decode_exp_vlc()