Home
last modified time | relevance | path

Searched refs:ilbc_state (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dilbcdata.h217 static const int16_t ilbc_state[8] = { variable
H A Dilbcdec.c556 (*tmp1) = (int16_t) ((SPL_MUL_16_16(maxVal, ilbc_state[(*tmp2)]) + 2097152) >> 22); in state_construct()
564 (*tmp1) = (int16_t) ((SPL_MUL_16_16(maxVal, ilbc_state[(*tmp2)]) + 262144) >> 19); in state_construct()
572 (*tmp1) = (int16_t) ((SPL_MUL_16_16(maxVal, ilbc_state[(*tmp2)]) + 65536) >> 17); in state_construct()

Completed in 4 milliseconds