Searched refs:MAXPCM (Results 1 – 2 of 2) sorted by relevance
231 if (e > MAXPCM) { in AEC_nlms_pw()232 return MAXPCM; in AEC_nlms_pw()233 } else if (e < -MAXPCM) { in AEC_nlms_pw()234 return -MAXPCM; in AEC_nlms_pw()
58 #define MAXPCM 32767.0f macro