Searched refs:kPlcPerSqr (Results 1 – 2 of 2) sorted by relevance
53 static const int16_t kPlcPerSqr[] = { 839, 1343, 2048, 2998, 4247, 5849 }; variable
1114 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()