HomeSort by relevance Sort by last modified time
    Searched refs:shift1 (Results 1 - 25 of 29) sorted by null

1 2

  /external/owasp/sanitizer/tools/findbugs/bin/
findbugs.bat 45 :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...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
hp_max.cpp 140 Word16 shift, shift1, shift2;
182 shift1 = sub(norm_l(max), 1);
183 max16 = extract_h(L_shl(max, shift1));
196 shift = sub(shift1, shift2);
251 Word16 shift, shift1, shift2; local
295 /* shift1 = sub(norm_l(max), 1);
296 max16 = extract_h(L_shl(max, shift1));
301 shift1 = sub(t016, 1, pOverflow);
303 L_temp = L_shl(max, shift1, pOverflow);
319 shift = sub(shift1, shift2, pOverflow)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
do_plc.c 45 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;
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
c_g_aver.cpp 286 Word16 tmp[M], tmp1, tmp2, shift1, shift2, shift;
304 shift1 = sub(norm_s(tmp1), 1); // Qn
305 tmp1 = shl(tmp1, shift1); // Q15+Qn
309 shift = sub(add(2, shift1), shift2);
488 Word16 shift1; local
518 shift1 = sub(norm_s(tmp1), 1, pOverflow); /* Qn */
519 tmp1 = shl(tmp1, shift1, pOverflow); /* Q15+Qn */
524 shift = 2 + shift1 - shift2;
  /external/webrtc/src/common_audio/signal_processing/
vector_scaling_operations.c 132 void WebRtcSpl_ScaleAndAddVectors(G_CONST WebRtc_Word16 *in1, WebRtc_Word16 gain1, int shift1,
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/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.cpp 780 FX_DWORD s1, d1, d2, shift, shift1, shift2, tmp, tmp1, tmp2, maskL, maskR, maskM; local
1200 FX_DWORD s1, d1, d2, shift, shift1, shift2, tmp, tmp1, tmp2, maskL, maskR, maskM; local
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
vector_scaling_operations.c 124 void WebRtcSpl_ScaleAndAddVectors(const int16_t *in1, int16_t gain1, int shift1,
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/guava/guava-tests/test/com/google/common/cache/
CacheExpirationTest.java 402 int shift1 = 10 + VALUE_PREFIX; local
403 loader.setValuePrefix(shift1);
406 assertEquals(Integer.valueOf(i + shift1), cache.getUnchecked(keyPrefix + i));
417 int shift2 = shift1 + 10;
  /external/qemu/target-arm/
op_helper.c 447 int shift1, shift; local
448 shift1 = i & 0xff;
449 shift = shift1 & 0x1f;
451 if (shift1 != 0)
  /external/chromium_org/third_party/opus/src/silk/
PLC.c 175 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/libopus/silk/
PLC.c 175 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/libhevc/decoder/arm/
ihevcd_itrans_recon_dc_chroma.s 66 mov r6,#64 @ 1 << (shift1 - 1)@
ihevcd_itrans_recon_dc_luma.s 67 mov r6,#64 @ 1 << (shift1 - 1)@
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_mips.c 85 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),
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
minilzo-inl.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
random.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h     [all...]
  /external/libhevc/common/arm/
ihevc_itrans_recon_32x32.s 238 bhs shift1
273 bhs shift1
309 bhs shift1
347 bhs shift1
483 shift1: label
    [all...]

Completed in 2068 milliseconds

1 2