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

1 2 3 4 5 6 7 8 9

  /external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor_mips.c 51 int32_t root = 0, tmp1, tmp2, tmp3, tmp4; local
59 "sub %[tmp3], %[value], %[tmp1] \n\t"
62 "movz %[value], %[tmp3], %[tmp2] \n\t"
69 "subu %[tmp3], %[value], %[tmp1] \n\t"
71 "movz %[value], %[tmp3], %[tmp2] \n\t"
78 "subu %[tmp3], %[value], %[tmp1] \n\t"
80 "movz %[value], %[tmp3], %[tmp2] \n\t"
87 "subu %[tmp3], %[value], %[tmp1] \n\t"
89 "movz %[value], %[tmp3], %[tmp2] \n\t"
96 "subu %[tmp3], %[value], %[tmp1] \n\t
    [all...]
complex_bit_reverse_mips.c 67 int32_t tmp1, tmp2, tmp3, tmp4; local
82 "lh %[tmp3], 4(%[pcoeftable_8]) \n\t"
86 "addu %[tr], %[frfi], %[tmp3] \n\t"
90 "ulw %[tmp3], 0(%[tr]) \n\t"
95 "usw %[tmp3], 0(%[ti]) \n\t"
106 "ulw %[tmp3], 0(%[tr]) \n\t"
111 "usw %[tmp3], 0(%[ti]) \n\t"
118 [tmp3] "=&r" (tmp3), [pcoeftable_8] "+r" (pcoeftable_8),
134 "lh %[tmp3], 4(%[pcoeftable_7]) \n\t
    [all...]
downsample_fast_mips.c 28 int32_t tmp1, tmp2, tmp3, tmp4, factor_2; local
59 "lwl %[tmp3], -3(%[p_data_in]) \n\t"
63 "lwr %[tmp3], -6(%[p_data_in]) \n\t"
66 "packrl.ph %[tmp3], %[tmp3], %[tmp3] \n\t"
68 "dpa.w.ph $ac0, %[tmp3], %[tmp4] \n\t"
94 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3),
120 "lh %[tmp3], -2(%[p_data_in]) \n\t
    [all...]
complex_fft_mips.c 32 int32_t tmp3 = 0; local
58 "sllv %[tmp3], %[m], %[k] \n\t"
59 "addiu %[tmp2], %[tmp3], 512 \n\t"
61 "lhx %[wi], %[tmp3](%[kSinTable1024]) \n\t"
64 "sllv %[tmp3], %[m], %[k] \n\t"
65 "addu %[ptr_j], %[tmp3], %[kSinTable1024] \n\t"
77 "lh %[tmp3], 0(%[ptr_j]) \n\t"
81 "mult %[wr], %[tmp3] \n\t"
84 "msub $ac1, %[wi], %[tmp3] \n\t"
101 "mul %[tmp1], %[wr], %[tmp3] \n\t
156 int32_t tmp1 = 0, tmp2 = 0, tmp3 = 0, tmp4 = 0; local
    [all...]
  /external/aac/libFDK/src/arm/
scale_arm.cpp 119 FIXP_DBL tmp3 = mySpec[3]; local
123 tmp3 = fMultDiv2(tmp3, factor);
127 tmp3 <<= shift;
131 *mySpec++ = tmp3;
149 FIXP_DBL tmp3 = mySpec[3]; local
153 tmp3 = fMultDiv2(tmp3, factor);
157 tmp3 >>= shift;
161 *mySpec++ = tmp3;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model_mips.c 36 int32_t tmp2, tmp3; local
51 "mflo %[tmp3], $ac0 \n\t"
55 : [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3), [tmp32] "=&r" (tmp32),
67 "addsc %[sum64_lo], %[sum64_lo], %[tmp3] \n\t"
71 : [tmp2] "r" (tmp2), [tmp3] "r" (tmp3)
84 "prepend %[tmp3], %[tmp2], 1 \n\t"
86 "addsc %[sum64_lo], %[sum64_lo], %[tmp3] \n\t"
89 : [tmp2] "+r" (tmp2), [tmp3] "+r" (tmp3)
119 int32_t tmp2, tmp3; local
    [all...]
pitch_estimator_mips.c 34 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
43 "lh %[tmp3], 4(%[tmp_in]) \n\t"
53 "mul %[tmp7], %[tmp3], %[tmp7] \n\t"
54 "mul %[tmp3], %[tmp3], %[tmp3] \n\t"
63 "srav %[tmp3], %[tmp3], %[scaling] \n\t"
70 "addu %[ysum32], %[ysum32], %[tmp3] \n\t"
78 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3)
105 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
    [all...]
  /external/aac/libAACdec/src/arm/
block_arm.cpp 120 FIXP_DBL tmp0, tmp1, tmp2, tmp3; local
124 tmp3 = pSpectrum[3];
128 tmp3 >>= scale;
132 *pSpectrum++ = tmp3;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_transform.c 99 i32 tmp0, tmp1, tmp2, tmp3; local
110 tmp3 = levelScale[qpMod6[qp]][2] << qpDiv;
125 data[15] = (d3 * tmp3);
132 data[5] = (d3 * tmp3);
144 data[7] = (d2 * tmp3);
151 data[13] = (d1 * tmp3);
161 tmp3 = ptr[1] + (ptr[3] >> 1);
162 ptr[0] = tmp0 + tmp3;
165 ptr[3] = tmp0 - tmp3;
175 tmp3 = data[4] + (data[12] >> 1)
257 i32 tmp0, tmp1, tmp2, tmp3; local
361 i32 tmp0, tmp1, tmp2, tmp3; local
    [all...]
h264bsd_image.c 186 i32 tmp1, tmp2, tmp3, tmp4; local
251 tmp3 = tmp[1];
255 tmp3 = clp[tmp3 + tmp4];
258 imageBlock[1] = (u8)tmp3;
260 tmp3 = tmp[3];
263 tmp3 = clp[tmp3 + tmp4];
265 imageBlock[3] = (u8)tmp3;
323 tmp3 = tmp[1]
    [all...]
h264bsd_reconstruct.c 124 u32 x, y, tmp1, tmp2, tmp3, tmp4, c, val; local
170 tmp3 = ptrA[width];
172 c = ((val * tmp1 + xFrac * tmp3) << 3) + 32;
180 c = ((val * tmp3 + xFrac * tmp1) << 3) + 32;
220 u32 x, y, tmp1, tmp2, tmp3, c, val; local
264 tmp3 = ptrA[width*2];
267 c = ((val * tmp2 + yFrac * tmp3) << 3) + 32;
273 tmp3 = ptrA[width*2];
276 c = ((val * tmp2 + yFrac * tmp3) << 3) + 32;
315 u32 x, y, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, valX, valY, plus32 = 32 local
503 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
622 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
756 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
880 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1019 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1222 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1409 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1613 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_mid_hor.s 46 tmp3 RN 10 label
81 AND tmp3, count, #0x000F0000 ;// partWidth-1
84 ADD count, count, tmp3, LSL #12
95 SMULTB tmp3, x_2_0, mult_20_01
100 SMLATB tmp3, x_3_1, mult_20_m5, tmp3
106 SMLADX tmp3, x_6_4, mult_20_m5, tmp3
112 SMLADX tmp3, x_7_5, mult_20_01, tmp3
    [all...]
h264bsd_interpolate_chroma_hor_ver.s 56 tmp3 RN 8 label
117 ADD tmp3, chrPW, #1 ;// tmp3 = chromaPartWidth+1
120 STMIA sp,{width,height,tmp1,tmp2,tmp3}
127 STMIA sp,{width,height,tmp1,tmp2,tmp3}
145 MLA tmp3, y0, width, x0 ;// tmp3 = y0*width+x0
148 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
181 LDRB tmp3, [ptrA, width]
184 PKHBT tmp1, tmp1, tmp3, LSL #16 ;// |t3|t1
    [all...]
h264bsd_interpolate_hor_quarter.s 58 tmp3 RN 9 label
157 AND tmp3, count, #0x00F00000 ;// partWidth-1
161 ADD count, count, tmp3, LSL #8
171 SMLATB tmp3, x_2_0, mult_20_01, plus16
176 SMLATB tmp3, x_3_1, mult_20_m5, tmp3
182 SMLADX tmp3, x_6_4, mult_20_m5, tmp3
189 SMLADX tmp3, x_7_5, mult_20_01, tmp3
    [all...]
h264bsd_interpolate_hor_half.s 58 tmp3 RN 9 label
155 AND tmp3, count, #0x00F00000 ;// partWidth-1
159 ADD count, count, tmp3, LSL #8
169 SMLATB tmp3, x_2_0, mult_20_01, plus16
174 SMLATB tmp3, x_3_1, mult_20_m5, tmp3
180 SMLADX tmp3, x_6_4, mult_20_m5, tmp3
187 SMLADX tmp3, x_7_5, mult_20_01, tmp3
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
oversamp_12k8_to_16k.cpp 284 int16 tmp1, tmp2, tmp3, tmp4; local
290 tmp3 = *(pt_x++);
294 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum);
298 tmp3 = *(pt_x++);
302 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum);
306 tmp3 = *(pt_x++);
310 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum);
314 tmp3 = *(pt_x++);
318 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum);
322 tmp3 = *(pt_x++)
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_6.cpp 120 Int32 tmp3; local
132 tmp3 = vec[3] - vec[2];
139 tmp0 = fxp_mul32_Q30(tmp3, cos_7_pi_12);
143 vec[3] = fxp_mul32_Q30((tmp3 + tmp4 - tmp5), cos_3_pi_12);
144 tmp0 = fxp_mul32_Q30(tmp3, cos_11_pi_12);
pvmp3_mdct_18.cpp 139 int32 tmp3; local
166 tmp3 = vec[16]; //
184 vec[13] = vec[15] - tmp3;
185 vec[15] = vec[17] - tmp3;
191 tmp3 = vec[9];
197 vec[i+10] = tmp3 + tmp4;
200 tmp3 = tmp4;
207 vec[16] = tmp3 + tmp4;
238 tmp3 = history[10];
242 vec[10] = fxp_mac32_Q32(tmp3, tmp4 << 1, window[10])
    [all...]
pvmp3_dct_9.cpp 132 int32 tmp3 = vec[5] + vec[3]; local
135 vec[0] = (tmp0 + tmp2 + tmp3) + (tmp1 + vec[4]);
136 vec[6] = ((tmp0 + tmp2 + tmp3) >> 1) - (tmp1 + vec[4]);
146 vec[8] = fxp_mac32_Q32(vec[8], tmp3 << 1, cos_8pi_9);
147 vec[4] = fxp_mac32_Q32(vec[4], tmp3 << 1, cos_4pi_9);
148 vec[2] = fxp_mac32_Q32(vec[2], tmp3 << 1, cos_7pi_9);
pvmp3_reorder.cpp 157 int32 tmp3 = xr[src_line+(sfb_lines<<1)]; local
161 Scratch_mem[freq+2] = tmp3;
178 int32 tmp3 = xr[src_line+(sfb_lines<<1)]; local
182 Scratch_mem[freq+2] = tmp3;
  /external/pdfium/third_party/libjpeg/
fpdfapi_jidctint.c 152 INT32 tmp0, tmp1, tmp2, tmp3; local
211 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865);
219 tmp10 = tmp0 + tmp3;
220 tmp13 = tmp0 - tmp3;
231 tmp3 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
233 z1 = tmp0 + tmp3;
236 z4 = tmp1 + tmp3;
242 tmp3 = MULTIPLY(tmp3, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */
254 tmp3 += z1 + z4
    [all...]
  /external/eigen/unsupported/test/
NumericalDiff.cpp 39 double tmp1, tmp2, tmp3; local
47 tmp3 = (i>=8)? tmp2 : tmp1;
48 fvec[i] = y[i] - (x[0] + tmp1/(x[1]*tmp2 + x[2]*tmp3));
55 double tmp1, tmp2, tmp3, tmp4; local
60 tmp3 = (i>=8)? tmp2 : tmp1;
61 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4 = tmp4*tmp4;
64 fjac(i,2) = tmp1*tmp3/tmp4;
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
state_construct.c 36 int16_t *tmp1, *tmp2, *tmp3; local
107 tmp3 = Out_fix;
109 (*tmp3) = (*tmp1) + (*tmp2);
112 tmp3++;
  /bionic/libc/arch-arm64/generic/bionic/
strlen.S 50 #define tmp3 x6 define
113 sub tmp3, data2, zeroones
116 bic has_nul2, tmp3, tmp4
140 sub tmp3, data2, zeroones
141 orr tmp2, tmp1, tmp3
146 sub tmp3, data2, zeroones
147 orr tmp2, tmp1, tmp3
156 bic has_nul2, tmp3, tmp4
187 sub tmp3, data2, zeroones
190 bic has_nul2, tmp3, tmp
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
intrapred16_dspr2.c 16 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
23 "lb %[tmp3], 2(%[left]) \n\t"
40 "replv.qb %[tmp3], %[tmp3] \n\t"
67 "sw %[tmp3], (%[dst]) \n\t"
68 "sw %[tmp3], 4(%[dst]) \n\t"
69 "sw %[tmp3], 8(%[dst]) \n\t"
70 "sw %[tmp3], 12(%[dst]) \n\t"
150 : [tmp1] "=&r"(tmp1), [tmp2] "=&r"(tmp2), [tmp3] "=&r"(tmp3),
    [all...]

Completed in 756 milliseconds

1 2 3 4 5 6 7 8 9