OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:round2
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/common_audio/signal_processing/
complex_fft.c
292
WebRtc_Word32 tmp32,
round2
;
local
311
round2
= 8192;
318
round2
<<= 1;
324
round2
<<= 1;
409
frfi[2 * j] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32((qr32 - tr32+
round2
),
412
(qi32 - ti32 +
round2
), shift + CIFFTSFT);
413
frfi[2 * i] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32((qr32 + tr32 +
round2
),
416
(qi32 + ti32 +
round2
), shift + CIFFTSFT);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant.cpp
685
Int
round2
= (3 * QP + 2) >> 2;
local
686
Int QPx2plus = (QP << 1) -
round2
;
779
if (coeff > 0) coeff +=
round2
;
780
else if (coeff < 0) coeff -=
round2
;
/prebuilts/tools/common/http-client/
httpclient-4.1.1.jar
Completed in 1687 milliseconds