Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds