Searched defs:shift1 (Results 1 - 12 of 12) sorted by relevance

/external/libhevc/common/arm/
H A Dihevc_itrans_recon_32x32.s238 bhs shift1
273 bhs shift1
309 bhs shift1
347 bhs shift1
483 shift1: label
/external/libhevc/common/arm64/
H A Dihevc_itrans_recon_32x32.s243 bhs shift1
278 bhs shift1
314 bhs shift1
352 bhs shift1
488 shift1: label
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dvector_scaling_operations.c124 void WebRtcSpl_ScaleAndAddVectors(const int16_t *in1, int16_t gain1, int shift1, argument
128 // Performs vector operation: out = (gain1*in1)>>shift1 + (gain2*in2)>>shift2
140 (*outptr++) = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(gain1, *in1ptr++, shift1)
/external/webrtc/src/common_audio/signal_processing/
H A Dvector_scaling_operations.c132 void WebRtcSpl_ScaleAndAddVectors(G_CONST WebRtc_Word16 *in1, WebRtc_Word16 gain1, int shift1, argument
136 // Performs vector operation: out = (gain1*in1)>>shift1 + (gain2*in2)>>shift2
148 (*outptr++) = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(gain1, *in1ptr++, shift1)
/external/chromium_org/third_party/opus/src/silk/
H A DPLC.c175 opus_int lag, idx, sLTP_buf_idx, shift1, shift2; local
212 silk_sum_sqr_shift( &energy1, &shift1, exc_buf, psPLC->subfr_length );
215 if( silk_RSHIFT( energy1, shift2 ) < silk_RSHIFT( energy2, shift1 ) ) {
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c45 int16_t shift1, shift2, shift3, shiftMax; local
105 shift1 = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(cross_comp))-15;
106 crossSquare = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(WEBRTC_SPL_SHIFT_W32(cross_comp, -shift1),
107 WEBRTC_SPL_SHIFT_W32(cross_comp, -shift1), 15);
119 if(((shiftMax<<1)+shift3) > ((shift1<<1)+shift2)) {
120 tmp1 = WEBRTC_SPL_MIN(31, (shiftMax<<1)+shift3-(shift1<<1)-shift2);
124 tmp2 = WEBRTC_SPL_MIN(31, (shift1<<1)+shift2-(shiftMax<<1)-shift3);
132 shiftMax = shift1;
/external/libopus/silk/
H A DPLC.c175 opus_int lag, idx, sLTP_buf_idx, shift1, shift2; local
212 silk_sum_sqr_shift( &energy1, &shift1, exc_buf, psPLC->subfr_length );
215 if( silk_RSHIFT( energy1, shift2 ) < silk_RSHIFT( energy2, shift1 ) ) {
/external/owasp/sanitizer/tools/findbugs/bin/
H A Dfindbugs.bat45 :shift1 label
59 goto shift1
65 goto shift1
71 goto shift1
77 goto shift1
83 goto shift1
89 goto shift1
95 goto shift1
101 goto shift1
107 goto shift1
[all...]
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Image.cpp780 FX_DWORD s1, d1, d2, shift, shift1, shift2, tmp, tmp1, tmp2, maskL, maskR, maskM; local
896 shift1 = s1 - d1;
897 shift2 = 32 - shift1;
899 tmp1 = (JBIG2_GETDWORD(lineSrc) << shift1) | (JBIG2_GETDWORD(lineSrc + 4) >> shift2);
928 shift1 = s1 - d1;
929 shift2 = 32 - shift1;
935 tmp1 = (JBIG2_GETDWORD(sp) << shift1) | (JBIG2_GETDWORD(sp + 4) >> shift2);
962 tmp1 = (JBIG2_GETDWORD(sp) << shift1) | (JBIG2_GETDWORD(sp + 4) >> shift2);
989 tmp1 = (JBIG2_GETDWORD(sp) << shift1) | (
1105 shift1
1200 FX_DWORD s1, d1, d2, shift, shift1, shift2, tmp, tmp1, tmp2, maskL, maskR, maskM; local
[all...]
/external/qemu/target-arm/
H A Dop_helper.c447 int shift1, shift; local
448 shift1 = i & 0xff;
449 shift = shift1 & 0x1f;
451 if (shift1 != 0)
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core_mips.c85 int32_t load_ptr, store_ptr1, store_ptr2, shift, shift1; local
101 " negu %[shift1], %[shift] \n\t"
140 "srav %[tmp1], %[tmp1], %[shift1] \n\t"
141 "srav %[tmp3], %[tmp3], %[shift1] \n\t"
149 [hann1] "=&r" (hann1), [shift1] "=&r" (shift1), [coefs] "=&r" (coefs),
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp1206 int shift1,shift2; member in struct:CvTracksTimePos

Completed in 359 milliseconds