OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:postshift
(Results
1 - 5
of
5
) sorted by null
/external/aac/libSBRdec/src/
transcendent.h
215
int preShift,
postShift
, index, shift;
257
postShift
= CntLeadingZeros(ratio_m)-1;
259
*ptrResult_m = FX_DBL2FX_SGL(ratio_m <<
postShift
);
260
*ptrResult_e = a_e - b_e + 1 + preShift -
postShift
;
271
int preShift,
postShift
, index, shift;
313
postShift
= CntLeadingZeros(ratio_m)-1;
315
*ptrResult_m = ratio_m <<
postShift
;
316
*ptrResult_e = a_e - b_e + 1 + preShift -
postShift
;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
sf_estim.c
64
Word32 preshift,
postshift
;
local
69
postshift
= preshift >> 1;
70
preshift =
postshift
<< 1;
71
postshift
=
postshift
+ 8; /* sqrt/256 */
78
if(
postshift
>= 0)
79
y = y >>
postshift
;
81
y = y << (-
postshift
);
/external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp
1510
#define
postshift
macro
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
decNumber.c
4664
Int
postshift
; \/* work *\/
local
[
all
...]
/external/icu/icu4c/source/i18n/
decNumber.c
4689
Int
postshift
; \/* work *\/
local
[
all
...]
Completed in 228 milliseconds