Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcelp_math.c41 static const uint16_t exp2b[]= variable
55 result= (result<<3) + ((result*exp2b[(power>>5)&31])>>17); in ff_exp2()