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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_estimator.c171 int16_t npkq; local
298 npkq = WEBRTC_SPL_MIN(peaks_indq, 4);
300 for (k=0;k<npkq;k++) {
373 npkq = WEBRTC_SPL_MIN(peaks_indq, 4);
374 for (k=0;k<npkq;k++) {
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_estimator.c281 WebRtc_Word16 npkq; local
406 npkq = WEBRTC_SPL_MIN(peaks_indq, 4);
408 for (k=0;k<npkq;k++) {
478 npkq = WEBRTC_SPL_MIN(peaks_indq, 4);
479 for (k=0;k<npkq;k++) {

Completed in 279 milliseconds