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

1 2 3 4 5 6 7 8 91011>>

  /external/aac/libFDK/include/arm/
cplx_mul.h 110 LONG tmp1,tmp2; local
118 : "=&r"(tmp1), "=&r"(tmp2)
122 *c_Re = tmp1;
135 LONG tmp1, tmp2; local
139 "smlawb %0, %2, %4, %1;\n" /* tmp1 = a_Re * b_Re - a_Im * b_Im */
142 : "=&r"(tmp1), "=&r"(tmp2)
146 *c_Re = tmp1;
159 LONG tmp1, tmp2; local
166 : "=&r"(tmp1), "=&r"(tmp2)
170 *c_Re += tmp1;
184 LONG tmp1, tmp2; local
    [all...]
  /external/chromium_org/third_party/opus/src/silk/float/
warped_autocorrelation_FLP.c 44 double tmp1, tmp2; local
53 tmp1 = input[ n ];
57 tmp2 = state[ i ] + warping * ( state[ i + 1 ] - tmp1 );
58 state[ i ] = tmp1;
59 C[ i ] += state[ 0 ] * tmp1;
61 tmp1 = state[ i + 1 ] + warping * ( state[ i + 2 ] - tmp2 );
65 state[ order ] = tmp1;
66 C[ order ] += state[ 0 ] * tmp1;
  /external/libopus/silk/float/
warped_autocorrelation_FLP.c 44 double tmp1, tmp2; local
53 tmp1 = input[ n ];
57 tmp2 = state[ i ] + warping * ( state[ i + 1 ] - tmp1 );
58 state[ i ] = tmp1;
59 C[ i ] += state[ 0 ] * tmp1;
61 tmp1 = state[ i + 1 ] + warping * ( state[ i + 2 ] - tmp2 );
65 state[ order ] = tmp1;
66 C[ order ] += state[ 0 ] * tmp1;
  /external/stlport/test/compiler/
partial_spec.cpp 29 int tmp1 = 0; local
31 func(tmp1);
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
spl_sqrt_floor_mips.c 51 int32_t root = 0, tmp1, tmp2, tmp3, tmp4; local
57 "lui %[tmp1], 0x4000 \n\t"
58 "slt %[tmp2], %[value], %[tmp1] \n\t"
59 "sub %[tmp3], %[value], %[tmp1] \n\t"
60 "lui %[tmp1], 0x1 \n\t"
61 "or %[tmp4], %[root], %[tmp1] \n\t"
65 "addiu %[tmp1], $0, 0x4000 \n\t"
66 "addu %[tmp1], %[tmp1], %[root] \n\t"
67 "sll %[tmp1], 14 \n\t
    [all...]
complex_bit_reverse_mips.c 67 int32_t tmp1, tmp2, tmp3, tmp4; local
88 "ulw %[tmp1], 0(%[ptr_i]) \n\t"
92 "usw %[tmp1], 0(%[ptr_j]) \n\t"
96 "lh %[tmp1], 8(%[pcoeftable_8]) \n\t"
100 "addu %[ptr_i], %[frfi], %[tmp1] \n\t"
104 "ulw %[tmp1], 0(%[ptr_i]) \n\t"
108 "usw %[tmp1], 0(%[ptr_j]) \n\t"
116 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [ptr_i] "=&r" (ptr_i),
140 "ulw %[tmp1], 0(%[ptr_i]) \n\t
    [all...]
resample_by_2_internal.c 34 int32_t tmp0, tmp1, diff; local
46 tmp1 = state[0] + diff * kResampleAllpass[1][0];
48 diff = tmp1 - state[2];
54 state[1] = tmp1;
76 tmp1 = state[4] + diff * kResampleAllpass[0][0];
78 diff = tmp1 - state[6];
84 state[5] = tmp1;
104 tmp1 = (in[(i << 1) + 2] + in[(i << 1) + 3]) >> 15;
110 if (tmp1 > (int32_t)0x00007FFF)
111 tmp1 = 0x00007FFF
129 int32_t tmp0, tmp1, diff; local
203 int32_t tmp0, tmp1, diff; local
273 int32_t tmp0, tmp1, diff; local
343 int32_t tmp0, tmp1, diff; local
422 int32_t tmp0, tmp1, diff; local
555 int32_t tmp0, tmp1, diff; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/
add.pl 15 $tmp1="ecx";
33 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
35 &add($tmp1,$c);
38 &add($tmp1,$tmp2);
40 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
58 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
60 &add($tmp1,$c);
63 &add($tmp1,$tmp2);
66 &mov(&DWP($i*4,$r,"",0),$tmp1); # *a
sub.pl 15 $tmp1="ecx";
33 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
35 &sub($tmp1,$c);
38 &sub($tmp1,$tmp2);
40 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
58 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
60 &sub($tmp1,$c);
63 &sub($tmp1,$tmp2);
66 &mov(&DWP($i*4,$r,"",0),$tmp1); # *a
  /external/openssl/crypto/bn/asm/x86/
add.pl 15 $tmp1="ecx";
33 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
35 &add($tmp1,$c);
38 &add($tmp1,$tmp2);
40 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
58 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
60 &add($tmp1,$c);
63 &add($tmp1,$tmp2);
66 &mov(&DWP($i*4,$r,"",0),$tmp1); # *a
sub.pl 15 $tmp1="ecx";
33 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
35 &sub($tmp1,$c);
38 &sub($tmp1,$tmp2);
40 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
58 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
60 &sub($tmp1,$c);
63 &sub($tmp1,$tmp2);
66 &mov(&DWP($i*4,$r,"",0),$tmp1); # *a
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.c 89 u32 tmp1, tmp2; local
113 tmp1 = *ptr++;
115 *lum++ = tmp1;
117 tmp1 = *ptr++;
119 *lum++ = tmp1;
127 tmp1 = *ptr++;
129 *cb++ = tmp1;
136 tmp1 = *ptr++;
138 *cr++ = tmp1;
186 i32 tmp1, tmp2, tmp3, tmp4 local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
state_construct.c 36 int16_t *tmp1, *tmp2, *tmp3; local
56 tmp1 = sampleVal;
63 (*tmp1) = (int16_t) ((WEBRTC_SPL_MUL_16_16(maxVal,WebRtcIlbcfix_kStateSq3[(*tmp2)])+(int32_t)2097152) >> 22);
64 tmp1++;
71 (*tmp1) = (int16_t) ((WEBRTC_SPL_MUL_16_16(maxVal,WebRtcIlbcfix_kStateSq3[(*tmp2)])+(int32_t)262144) >> 19);
72 tmp1++;
79 (*tmp1) = (int16_t) ((WEBRTC_SPL_MUL_16_16(maxVal,WebRtcIlbcfix_kStateSq3[(*tmp2)])+(int32_t)65536) >> 17);
80 tmp1++;
102 tmp1 = &sampleAr[len-1];
106 (*tmp3) = (*tmp1) + (*tmp2)
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
resample_by_2_internal.c 34 WebRtc_Word32 tmp0, tmp1, diff; local
46 tmp1 = state[0] + diff * kResampleAllpass[1][0];
48 diff = tmp1 - state[2];
54 state[1] = tmp1;
76 tmp1 = state[4] + diff * kResampleAllpass[0][0];
78 diff = tmp1 - state[6];
84 state[5] = tmp1;
104 tmp1 = (in[(i << 1) + 2] + in[(i << 1) + 3]) >> 15;
110 if (tmp1 > (WebRtc_Word32)0x00007FFF)
111 tmp1 = 0x00007FFF
129 WebRtc_Word32 tmp0, tmp1, diff; local
203 WebRtc_Word32 tmp0, tmp1, diff; local
273 WebRtc_Word32 tmp0, tmp1, diff; local
343 WebRtc_Word32 tmp0, tmp1, diff; local
422 WebRtc_Word32 tmp0, tmp1, diff; local
555 WebRtc_Word32 tmp0, tmp1, diff; local
    [all...]
  /external/aac/libFDK/src/arm/
scale_arm.cpp 117 FIXP_DBL tmp1 = mySpec[1]; local
121 tmp1 = fMultDiv2(tmp1, factor);
125 tmp1 <<= shift;
129 *mySpec++ = tmp1;
147 FIXP_DBL tmp1 = mySpec[1]; local
151 tmp1 = fMultDiv2(tmp1, factor);
155 tmp1 >>= shift;
159 *mySpec++ = tmp1;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/
bf-586.pl 15 $tmp1="eax";
44 &xor( $tmp1, $tmp1);
58 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
62 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
64 # &mov($tmp1,&wparam(0)); In last loop
77 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
80 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
82 # &mov($tmp1,&wparam(0)); In last loop
87 &mov(&DWP(4,$tmp1,"",0),$L)
    [all...]
  /external/openssl/crypto/bf/asm/
bf-586.pl 15 $tmp1="eax";
44 &xor( $tmp1, $tmp1);
58 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
62 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
64 # &mov($tmp1,&wparam(0)); In last loop
77 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
80 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
82 # &mov($tmp1,&wparam(0)); In last loop
87 &mov(&DWP(4,$tmp1,"",0),$L)
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
strlen.S 46 #define tmp1 x7 define
61 ands tmp1, srcin, #15
73 sub tmp1, data1, zeroones
77 bic has_nul1, tmp1, tmp2
97 sub tmp1, data2, zeroones
99 bic has_nul2, tmp1, tmp2
108 cmp tmp1, #8
109 neg tmp1, tmp1
111 lsl tmp1, tmp1, #3 /* Bytes beyond alignment -> bits. *
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_mdct_18.cpp 136 int32 tmp1; local
153 tmp1 = *(pt_vec_o);
155 tmp1 = fxp_mul32_Q27(tmp1, *(pt_cos_x--));
156 *(pt_vec++) = tmp + tmp1 ;
157 *(pt_vec_o--) = fxp_mul32_Q28((tmp - tmp1), *(pt_cos_split++));
197 tmp1 = vec[i+1];
200 history[i ] = -(tmp2 + tmp1);
201 tmp2 = tmp1;
207 tmp1 = vec[7]
    [all...]
pvmp3_dct_16.cpp 155 int32 tmp1; local
186 tmp1 = vec[ 1] + vec[14];
193 itmp_e1 = (tmp1 + tmp6);
194 tmp6 = fxp_mul32_Q32((tmp1 - tmp6), Qfmt_31(0.60134488693505F));
211 tmp1 = (tmp3 + tmp4);
216 tmp0 = (tmp7 + tmp1);
217 tmp1 = fxp_mul32_Q32((tmp7 - tmp1), Qfmt_31(0.54119610014620F));
224 tmp0 = fxp_mul32_Q32((tmp1 - tmp3) << 1, Qfmt_31(0.70710678118655F));
225 vec[ 4] = tmp1 + tmp3 + tmp0
380 int32 tmp1 = *(pt_vect_2); local
396 int32 tmp1 = *(pt_vect_2); local
    [all...]
  /external/libunwind/src/dwarf/
Gexpr.c 193 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2, tmp3, end_addr; local
296 &tmp1)) < 0)
298 push (tmp1 + operand1);
305 dwarf_to_unw_regnum (operand1), &tmp1)) < 0)
307 push (tmp1 + operand2);
367 tmp1 = pop ();
368 if ((ret = dwarf_readw (as, a, &tmp1, &tmp2, arg)) < 0)
375 tmp1 = pop ();
384 if ((ret = dwarf_readu8 (as, a, &tmp1, &u8, arg)) < 0)
390 if ((ret = dwarf_readu16 (as, a, &tmp1, &u16, arg)) < 0
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
mips_FFTFwd_RToCCS_F32_real.c 23 OMX_F32 tmp1, tmp2, tmp3, tmp4; local
32 tmp1 = pSrc[p_bitrev[0]] + pSrc[p_bitrev[1]];
37 p_dst[0].Re = tmp1 + tmp2;
38 p_dst[2].Re = tmp1 - tmp2;
57 tmp1 = pSrc[p_bitrev[0]] + pSrc[p_bitrev[1]];
62 p_tmp[0].Re = tmp1 + tmp2;
63 p_tmp[2].Re = tmp1 - tmp2;
86 tmp1 = pSrc[p_bitrev[4]] + pSrc[p_bitrev[5]];
88 tmp3 = tmp1 + tmp2;
89 tmp4 = tmp1 - tmp2
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_half.s 54 tmp1 RN 7 label
154 AND tmp1, count, #0x000F0000 ;// partHeight-1
156 ADD count, count, tmp1, LSL #8
168 SMLAD tmp1, x_2_0, mult_20_01, plus16
173 SMLAD tmp1, x_3_1, mult_20_m5, tmp1
179 SMLABB tmp1, x_6_4, mult_20_m5, tmp1
184 SMLABB tmp1, x_7_5, mult_20_01, tmp1
    [all...]
h264bsd_interpolate_chroma_hor_ver.s 52 tmp1 RN 6 label
100 ADD tmp1, x0, chrPW ;// tmp1 = x0+ chromaPartWidth
101 ADD tmp1, tmp1, #1 ;// tmp1 = x0+ chromaPartWidth+1
102 CMP tmp1, width ;// x0+chromaPartWidth+1 > width
109 ADD tmp1, y0, chrPH ;// tmp1 = y0 + chromaPartHeight
110 ADD tmp1, tmp1, #1 ;// tmp1 = y0 + chromaPartHeight +
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h.cpp 281 Word16 tmp1; local
305 tmp1 = *(p_h++);
306 s = amrnb_fxp_mac_16_by_16bb((Word32) tmp1, (Word32) tmp1, s);
307 tmp1 = *(p_h++);
308 s = amrnb_fxp_mac_16_by_16bb((Word32) tmp1, (Word32) tmp1, s);
361 tmp1 = *(p_h2++);
362 s = amrnb_fxp_mac_16_by_16bb((Word32) tmp1, (Word32) tmp1, s)
    [all...]

Completed in 648 milliseconds

1 2 3 4 5 6 7 8 91011>>