Searched refs:max_perSquare (Results 1 – 1 of 1) sorted by relevance
969 int16_t max_perSquare; in do_plc() local1078 max_perSquare = div_w32_w16(nom, denom); in do_plc()1080 max_perSquare = 0; in do_plc()1085 max_perSquare = s->per_square; in do_plc()1109 if (max_perSquare > 7868) { /* periodicity > 0.7 (0.7^4=0.2401 in Q15) */ in do_plc()1111 } else if (max_perSquare > 839) { /* 0.4 < periodicity < 0.7 (0.4^4=0.0256 in Q15) */ in do_plc()1114 while ((max_perSquare < kPlcPerSqr[ind]) && (ind > 0)) { in do_plc()1118 …tmpW32 = kPlcPitchFact[ind] + SPL_MUL_16_16_RSFT(kPlcPfSlope[ind], (max_perSquare - kPlcPerSqr[ind… in do_plc()1188 s->per_square = max_perSquare; in do_plc()