Searched defs:shift2 (Results 1 - 16 of 16) sorted by relevance

/external/libhevc/common/arm/
H A Dihevc_itrans_recon_32x32.s579 bhs shift2
609 bhs shift2
651 bhs shift2
686 bhs shift2
822 shift2: label
/external/libhevc/common/arm64/
H A Dihevc_itrans_recon_32x32.s604 bhs shift2
634 bhs shift2
676 bhs shift2
711 bhs shift2
847 shift2: label
/external/pcre/dist/sljit/
H A DsljitNativeMIPS_64.c32 sljit_si shift2; local
94 shift2 = shift - 16;
97 shift2 -= 4;
102 shift2 -= 2;
107 shift2--;
111 SLJIT_ASSERT((uimm & 0x8000000000000000l) && (shift2 > 0) && (shift2 <= 16));
113 FAIL_IF(push_inst(compiler, DSLL | TA(dst_ar) | DA(dst_ar) | SH_IMM(shift - shift2), dst_ar));
115 FAIL_IF(push_inst(compiler, DSLL | TA(dst_ar) | DA(dst_ar) | SH_IMM(shift2), dst_ar));
117 imm &= (1l << shift2)
[all...]
H A DsljitNativePPC_64.c49 sljit_uw shift2; local
99 ASM_SLJIT_CLZ(tmp2, shift2);
100 tmp2 <<= shift2; local
104 shift2 += 15;
105 shift += (63 - shift2);
108 return PUSH_RLDICR(reg, shift2);
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_lpc.c292 int shift2 = 29 - EC_ILOG(ac[0]); local
294 ac[i] = SHL32(ac[i], shift2);
295 shift -= shift2;
298 int shift2=1; local
300 shift2++;
302 ac[i] = SHR32(ac[i], shift2);
303 shift += shift2;
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dvector_scaling_operations.c125 const int16_t *in2, int16_t gain2, int shift2,
128 // Performs vector operation: out = (gain1*in1)>>shift1 + (gain2*in2)>>shift2
141 + (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(gain2, *in2ptr++, shift2);
124 WebRtcSpl_ScaleAndAddVectors(const int16_t *in1, int16_t gain1, int shift1, const int16_t *in2, int16_t gain2, int shift2, int16_t *out, int vector_length) argument
/external/libopus/celt/
H A Dcelt_lpc.c292 int shift2 = 29 - EC_ILOG(ac[0]); local
294 ac[i] = SHL32(ac[i], shift2);
295 shift -= shift2;
298 int shift2=1; local
300 shift2++;
302 ac[i] = SHR32(ac[i], shift2);
303 shift += shift2;
/external/webrtc/src/common_audio/signal_processing/
H A Dvector_scaling_operations.c133 G_CONST WebRtc_Word16 *in2, WebRtc_Word16 gain2, int shift2,
136 // Performs vector operation: out = (gain1*in1)>>shift1 + (gain2*in2)>>shift2
149 + (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(gain2, *in2ptr++, shift2);
132 WebRtcSpl_ScaleAndAddVectors(G_CONST WebRtc_Word16 *in1, WebRtc_Word16 gain1, int shift1, G_CONST WebRtc_Word16 *in2, WebRtc_Word16 gain2, int shift2, WebRtc_Word16 *out, int vector_length) argument
/external/chromium_org/third_party/opus/src/silk/
H A DPLC.c175 opus_int lag, idx, sLTP_buf_idx, shift1, shift2; local
213 silk_sum_sqr_shift( &energy2, &shift2, &exc_buf[ psPLC->subfr_length ], 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
109 shift2 = WebRtcSpl_GetSizeInBits(ener)-15;
110 measure = WEBRTC_SPL_MUL_16_16(WEBRTC_SPL_SHIFT_W32(ener, -shift2),
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);
/external/libopus/silk/
H A DPLC.c175 opus_int lag, idx, sLTP_buf_idx, shift1, shift2; local
213 silk_sum_sqr_shift( &energy2, &shift2, &exc_buf[ psPLC->subfr_length ], psPLC->subfr_length );
215 if( silk_RSHIFT( energy1, shift2 ) < silk_RSHIFT( energy2, shift1 ) ) {
/external/linux-tools-perf/perf-3.12.0/arch/hexagon/lib/
H A Dmemcpy.S181 #define shift2 R5 /* in epilog to workshifter to extract bytes */ define
458 shift2 = asl(epilog, #3); define
461 shiftb = and(shift2, #32);
492 shiftb = and(shift2, #16);
/external/owasp/sanitizer/tools/findbugs/bin/
H A Dfindbugs.bat43 :shift2 label
182 if "%firstArg%"=="-home" goto shift2
185 if "%firstArg%"=="-jvmArgs" goto shift2
188 if "%firstArg%"=="-maxHeap" goto shift2
197 if "%firstArg%"=="-javahome" goto shift2
200 if "%firstArg%"=="-property" goto shift2
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_getdwarf.c752 Elf32_Word shift2; member in struct:__anon21195
/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
897 shift2 = 32 - shift1;
899 tmp1 = (JBIG2_GETDWORD(lineSrc) << shift1) | (JBIG2_GETDWORD(lineSrc + 4) >> shift2);
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);
990 ((sp + 4) < lineSrc + lineLeft ? JBIG2_GETDWORD(sp + 4) : 0) >> shift2);
1106 shift2 = 32 - shift1;
1138 tmp1 = (JBIG2_GETDWORD(sp) << shift2) | ((JBIG2_GETDWORD(sp + 4)) >> shift1);
1165 tmp1 = (JBIG2_GETDWORD(sp) << shift2) | (
1200 FX_DWORD s1, d1, d2, shift, shift1, shift2, tmp, tmp1, tmp2, maskL, maskR, maskM; local
[all...]
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp1206 int shift1,shift2; member in struct:CvTracksTimePos

Completed in 282 milliseconds