HomeSort by relevance Sort by last modified time
    Searched defs:shift3 (Results 1 - 4 of 4) sorted by null

  /external/libhevc/common/arm/
ihevc_itrans_recon_32x32.s 899 bhs shift3
931 bhs shift3
966 bhs shift3
1002 bhs shift3
1131 shift3: label
    [all...]
  /external/libhevc/common/arm64/
ihevc_itrans_recon_32x32.s 945 bhs shift3
977 bhs shift3
1012 bhs shift3
1048 bhs shift3
1177 shift3: label
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
do_plc.c 46 int16_t shift1, shift2, shift3, shiftMax; local
116 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15;
117 maxMeasure = (int16_t)WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3) *
122 if(((shiftMax<<1)+shift3) > ((shift1<<1)+shift2)) {
123 tmp1 = WEBRTC_SPL_MIN(31, (shiftMax<<1)+shift3-(shift1<<1)-shift2);
127 tmp2 = WEBRTC_SPL_MIN(31, (shift1<<1)+shift2-(shiftMax<<1)-shift3);
  /external/dng_sdk/source/
dng_image_writer.cpp 3459 int32 shift3 = (fCodeSize + bit) - 24; local
    [all...]

Completed in 1779 milliseconds