Searched refs:shift3 (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c46 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/libhevc/common/arm/
H A Dihevc_itrans_recon_32x32.s899 bhs shift3
931 bhs shift3
966 bhs shift3
1002 bhs shift3
1131 shift3: label
/external/libhevc/common/arm64/
H A Dihevc_itrans_recon_32x32.s945 bhs shift3
977 bhs shift3
1012 bhs shift3
1048 bhs shift3
1177 shift3: label
/external/dng_sdk/source/
H A Ddng_image_writer.cpp3459 int32 shift3 = (fCodeSize + bit) - 24; local
3462 uint8 byte3 = (uint8) (code << (-shift3));
/external/valgrind/coregrind/m_debuginfo/
H A Dminilzo-inl.c2931 # define _DV3_B(p,shift1,shift2,shift3) \
2932 ((_DV2_B((p)+1,shift1,shift2) << (shift3)) ^ (p)[0])
/external/libvncserver/common/
H A Dminilzo.c4431 # define _DV3_B(p,shift1,shift2,shift3) \
4432 ((_DV2_B((p)+1,shift1,shift2) << (shift3)) ^ (p)[0])

Completed in 181 milliseconds