Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dilbcdata.h53 static const int16_t kPlcPerSqr[] = { 839, 1343, 2048, 2998, 4247, 5849 }; variable
Dilbcdec.c1114 while ((max_perSquare < kPlcPerSqr[ind]) && (ind > 0)) { in do_plc()
1118 …= kPlcPitchFact[ind] + SPL_MUL_16_16_RSFT(kPlcPfSlope[ind], (max_perSquare - kPlcPerSqr[ind]), 11); in do_plc()