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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 170 int32_t corr32, corr_max32, corr_max_o32; local
261 corr32=crrvecQ8_1[k-1];
262 if (corr32 > corr_max32)
263 corr_max32 = corr32;
265 corr32=crrvecQ8_2[k-1];
266 corr32 += -4; // Compensate for later (log2(0.99))
268 if (corr32 > corr_max32)
269 corr_max32 = corr32;
283 corr32=cv1q[k];
284 if (corr32>corr_max32) { // Disregard small peak
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
enhancer_interface.c 64 int32_t corr32[50]; local
124 WebRtcSpl_CrossCorrelation(corr32, target, regressor,
131 lagmax[i] = WebRtcSpl_MaxIndexW32(corr32, 50);
132 corrmax[i] = corr32[lagmax[i]];
138 corr32[k] = 0;
141 lagmax[2] = WebRtcSpl_MaxIndexW32(corr32, 50);
142 corrmax[2] = corr32[lagmax[2]];
214 WebRtcSpl_CrossCorrelation(corr32, target, regressor,
218 lag=WebRtcSpl_MaxIndexW32(corr32, 3);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 280 WebRtc_Word32 corr32, corr_max32, corr_max_o32; local
369 corr32=crrvecQ8_1[k-1];
370 if (corr32 > corr_max32)
371 corr_max32 = corr32;
373 corr32=crrvecQ8_2[k-1];
374 corr32 += -4; // Compensate for later (log2(0.99))
376 if (corr32 > corr_max32)
377 corr_max32 = corr32;
391 corr32=cv1q[k];
392 if (corr32>corr_max32) { // Disregard small peak
    [all...]

Completed in 78 milliseconds