Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcelp_math.c33 static const uint16_t exp2a[]= variable
51 unsigned int result= exp2a[power>>10] + 0x10000; in ff_exp2()