HomeSort by relevance Sort by last modified time
    Searched refs:postshift (Results 1 - 3 of 3) 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/icu/icu4c/source/i18n/
decNumber.c 4689 Int postshift; \/* work *\/ local
    [all...]

Completed in 54 milliseconds