Home | History | Annotate | Download | only in neteq

Lines Matching refs:best_correlation

315   int16_t best_correlation[kNumCorrelationCandidates];
351 best_correlation_index, best_correlation);
377 // f[i] = best_correlation[i] / best_distortion[i].
383 ratio = (best_correlation[i] << 16) / best_distortion[i];
384 } else if (best_correlation[i] == 0) {