Lines Matching defs:max_perSquare
971 int16_t max_perSquare;
1057 max_perSquare is less than 1 (in Q15)
1072 /* Square the cross correlation and norm it such that max_perSquare
1080 max_perSquare = div_w32_w16(nom, denom);
1082 max_perSquare = 0;
1087 max_perSquare = s->per_square;
1111 if (max_perSquare > 7868) { /* periodicity > 0.7 (0.7^4=0.2401 in Q15) */
1113 } else if (max_perSquare > 839) { /* 0.4 < periodicity < 0.7 (0.4^4=0.0256 in Q15) */
1116 while ((max_perSquare < kPlcPerSqr[ind]) && (ind > 0)) {
1120 tmpW32 = kPlcPitchFact[ind] + SPL_MUL_16_16_RSFT(kPlcPfSlope[ind], (max_perSquare - kPlcPerSqr[ind]), 11);
1190 s->per_square = max_perSquare;