OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:postshift
(Results
1 - 4
of
4
) sorted by null
/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/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp
652
postshift
= 14
enumerator in enum:cv::mjpeg::__anon22715
1079
dst[0] = (short)DCT_DESCALE(x1*postscale[0],
postshift
)
[
all
...]
/external/icu/icu4c/source/i18n/
decNumber.c
4689
Int
postshift
; \/* work *\/
local
[
all
...]
Completed in 921 milliseconds