OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:best_distortion
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
expand.cc
317
int16_t
best_distortion
[kNumCorrelationCandidates];
local
373
WebRtcSpl_VectorBitShiftW32ToW16(
best_distortion
, kNumCorrelationCandidates,
377
// f[i] = best_correlation[i] /
best_distortion
[i].
382
if (
best_distortion
[i] > 0) {
383
ratio = (best_correlation[i] << 16) /
best_distortion
[i];
[
all
...]
Completed in 252 milliseconds