OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oneq8
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c
166
WebRtc_Word32
oneQ8
;
171
oneQ8
= WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)1, 8); // 1.00 in Q8
192
if (lcs>(lys +
oneQ8
) ){ // csum/sqrt(ysum) > 2 in Q8
195
*logcorQ8 =
oneQ8
; // 1.00
254
if (lcs>(lys +
oneQ8
) ){ // csum/sqrt(ysum) > 2
257
*logcorQ8 =
oneQ8
; // 1.00
Completed in 33 milliseconds