OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xcorr16
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
pitch.c
75
opus_val32
xcorr16
;
local
76
xcorr16
= EXTRACT16(VSHR32(xcorr[i], xshift));
78
/* Considering the range of
xcorr16
, this should avoid both underflows
79
and overflows (inf) when squaring
xcorr16
*/
80
xcorr16
*= 1e-12f;
82
num = MULT16_16_Q15(
xcorr16
,
xcorr16
);
Completed in 49 milliseconds