HomeSort by relevance Sort by last modified time
    Searched refs:corr_max (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 146 double corr, corr_max; local
203 corr_max = 0.0;
211 if (corr > corr_max) {
212 corr_max = corr; /* update maximum */
226 if (corr > corr_max) {
227 corr_max = corr; /* update maximum */
232 if (corr > corr_max) {
233 corr_max = corr; /* update maximum */
247 if (corr > corr_max) {
248 corr_max = corr; /* update maximum *
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 145 double corr, corr_max; local
202 corr_max = 0.0;
210 if (corr > corr_max) {
211 corr_max = corr; /* update maximum */
225 if (corr > corr_max) {
226 corr_max = corr; /* update maximum */
231 if (corr > corr_max) {
232 corr_max = corr; /* update maximum */
246 if (corr > corr_max) {
247 corr_max = corr; /* update maximum *
    [all...]

Completed in 41 milliseconds