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

1 2

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_utils.cpp 27 int32 *temp0, *temp1; local
34 temp0 = (int32 *)prev;
37 temp1[0] = temp0[0];
38 temp1[1] = temp0[1];
39 temp1[2] = temp0[2];
40 temp1[3] = temp0[3];
45 temp0 = (int32 *)prev;
48 temp1[0] = temp0[0];
49 temp1[1] = temp0[1];
50 temp1[2] = temp0[2]
88 int32 *temp0, *temp1; local
    [all...]
  /external/libavc/common/x86/
ih264_ihadamard_scaling_sse42.c 98 __m128i temp0, temp1, temp2, temp3; local
125 temp0 = _mm_unpacklo_epi32(src_r0, src_r1); //a0 b0 a1 b1
129 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 b0 c0 d0
130 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //a1 b1 c1 d1
134 temp0 = _mm_add_epi32(src_r0, src_r3);
139 src_r0 = _mm_add_epi32(temp0, temp1);
141 src_r2 = _mm_sub_epi32(temp0, temp1);
154 temp0 = _mm_unpacklo_epi32(src_r0, src_r1); //a0 a1 b0 b1
158 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 a1 a2 a3
159 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //b0 b1 b2 b
211 __m128i src, plane_0, plane_1, temp0, temp1, sign_reg; local
    [all...]
ih264_resi_trans_quant_sse42.c 120 __m128i temp0, temp1, temp2, temp3; local
165 temp0 = _mm_unpacklo_epi16(src_r0, src_r1); //a0 b0 a1 b1 a2 b2 a3 b3
167 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 b0 c0 d0 a1 b1 c1 d1
168 temp3 = _mm_unpackhi_epi32(temp0, temp2); //a2 b2 c2 d2 a3 b3 c3 d3
177 temp0 = _mm_add_epi16(src_r0, src_r3);
186 src_r0 = _mm_add_epi16(temp0, temp1);
191 src_r2 = _mm_sub_epi16(temp0, temp1);
203 temp0 = _mm_unpacklo_epi16(src_r0, src_r1); //a0 a1 b0 b1 c0 c1 d0 d1
205 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 a1 a2 a3 b0 b1 b2 b3
206 temp3 = _mm_unpackhi_epi32(temp0, temp2); //c0 c1 c2 c3 d0 d1 d2 d
394 __m128i temp0, temp1, temp2, temp3; local
678 __m128i temp0, temp1, temp2, temp3; local
904 __m128i src, plane_0, plane_1, temp0, temp1, sign_reg; local
    [all...]
ih264_ihadamard_scaling_ssse3.c 98 __m128i temp0, temp1, temp2, temp3; local
127 temp0 = _mm_unpacklo_epi32(src_r0, src_r1); //a0 b0 a1 b1
131 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 b0 c0 d0
132 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //a1 b1 c1 d1
136 temp0 = _mm_add_epi32(src_r0, src_r3);
141 src_r0 = _mm_add_epi32(temp0, temp1);
143 src_r2 = _mm_sub_epi32(temp0, temp1);
156 temp0 = _mm_unpacklo_epi32(src_r0, src_r1); //a0 a1 b0 b1
160 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 a1 a2 a3
161 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //b0 b1 b2 b
    [all...]
ih264_iquant_itrans_recon_sse42.c 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
136 temp0 = _mm_mullo_epi16(scalemat_r0_r1, dequant_r0_r1); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
139 temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bit long
140 temp5 = _mm_unpackhi_epi16(temp0, zero_8x16b); // b10*q10 0 b11*q11 0 b12*q12 0 b13*q13 0 -- 16 bit long
194 temp0 = _mm_add_epi32(resq_r0, resq_r2);
205 resq_r0 = _mm_add_epi32(temp0, temp3);
211 resq_r3 = _mm_sub_epi32(temp0, temp3);
246 temp0 = _mm_add_epi32(resq_r0, resq_r2);
257 temp4 = _mm_add_epi32(temp0, temp3);
272 temp7 = _mm_sub_epi32(temp0, temp3)
368 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
ih264_iquant_itrans_recon_ssse3.c 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
137 temp0 = _mm_mullo_epi16(scalemat_r0_r1, dequant_r0_r1); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
140 temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bit long
141 temp5 = _mm_unpackhi_epi16(temp0, zero_8x16b); // b10*q10 0 b11*q11 0 b12*q12 0 b13*q13 0 -- 16 bit long
201 temp0 = _mm_add_epi32(resq_r0, resq_r2);
212 resq_r0 = _mm_add_epi32(temp0, temp3);
218 resq_r3 = _mm_sub_epi32(temp0, temp3);
260 temp0 = _mm_add_epi32(resq_r0, resq_r2);
271 temp4 = _mm_add_epi32(temp0, temp3);
286 temp7 = _mm_sub_epi32(temp0, temp3)
    [all...]
  /external/webp/src/dsp/
yuv_mips32.c 29 int temp0, temp1, temp2, temp3, temp4; \
35 temp0 = kYScale * y[0]; \
40 r = VP8Clip8(temp0 + temp1); \
41 g = VP8Clip8(temp0 - temp2); \
42 b = VP8Clip8(temp0 + temp4); \
43 temp0 = kYScale * y[1]; \
48 r = VP8Clip8(temp0 + temp1); \
49 g = VP8Clip8(temp0 - temp2); \
50 b = VP8Clip8(temp0 + temp4); \
65 temp0 = kYScale * y[0];
    [all...]
lossless_mips32.c 111 int i, temp0, temp1; local
120 "lw %[temp0], 0(%[pop]) \n\t"
124 "madd %[i], %[temp0] \n\t"
128 "mfhi %[temp0] \n\t"
130 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),
136 return (double)((int64_t)temp0 << 32 | temp1);
157 int i, temp0, temp1, temp2, temp3; local
167 "lw %[temp0], 0(%[pX]) \n\t"
172 "addu %[temp0], %[temp0], %[temp1] \n\t
226 int temp0, temp1, temp2, temp3; local
251 int temp0, temp1, temp2, temp3; local
367 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
enc_mips32.c 32 // temp0..temp15 holds tmp[0]..tmp[15]
34 // TEMP0..TEMP3 - registers for corresponding tmp elements
36 #define VERTICAL_PASS(A, B, C, D, TEMP4, TEMP0, TEMP1, TEMP2, TEMP3) \
43 "mul %["#TEMP0"], %[temp17], %[kC2] \n\t" \
47 "sra %["#TEMP0"], %["#TEMP0"], 16 \n\n" \
51 "subu %["#TEMP2"], %["#TEMP0"], %[temp18] \n\t" \
53 "addu %["#TEMP0"], %["#TEMP4"], %["#TEMP3"] \n\t" \
61 // temp0..temp15 holds tmp[0]..tmp[15]
63 // TEMP0, TEMP4, TEMP8 and TEMP12 - registers for corresponding tmp element
121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
195 int temp0, temp1, temp2, temp3, temp4, temp5; local
362 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
477 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
651 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
685 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
711 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
733 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
dec_mips32.c 212 int temp0, temp1, temp2, temp3, temp4; local
222 "lh %[temp0], 0(%[in]) \n\t"
226 "addu %[temp16], %[temp0], %[temp8] \n\t"
227 "subu %[temp0], %[temp0], %[temp8] \n\t"
254 "addu %[temp12], %[temp0], %[temp17] \n\t"
255 "subu %[temp0], %[temp0], %[temp17] \n\t"
294 "addiu %[temp0], %[temp0], 4 \n\t
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans32_cols_dspr2.c 37 int temp0, temp1, temp2, temp3; local
72 "extp %[temp0], $ac1, 31 \n\t"
97 "sub %[load2], %[temp0], %[temp1] \n\t"
106 "add %[step1_16], %[temp0], %[temp1] \n\t"
110 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1),
133 "extp %[temp0], $ac1, 31 \n\t"
157 "sub %[load1], %[temp1], %[temp0] \n\t"
167 "add %[step1_19], %[temp0], %[temp1] \n\t"
171 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1)
    [all...]
vp9_itrans32_dspr2.c 38 int temp0, temp1, temp2, temp3; local
115 "extp %[temp0], $ac1, 31 \n\t"
140 "sub %[load2], %[temp0], %[temp1] \n\t"
149 "add %[step1_16], %[temp0], %[temp1] \n\t"
154 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1),
177 "extp %[temp0], $ac1, 31 \n\t"
201 "sub %[load1], %[temp1], %[temp0] \n\t"
211 "add %[step1_19], %[temp0], %[temp1] \n\t"
216 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans32_cols_dspr2.c 37 int temp0, temp1, temp2, temp3; local
72 "extp %[temp0], $ac1, 31 \n\t"
97 "sub %[load2], %[temp0], %[temp1] \n\t"
106 "add %[step1_16], %[temp0], %[temp1] \n\t"
110 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1),
133 "extp %[temp0], $ac1, 31 \n\t"
157 "sub %[load1], %[temp1], %[temp0] \n\t"
167 "add %[step1_19], %[temp0], %[temp1] \n\t"
171 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1)
    [all...]
vp9_itrans32_dspr2.c 38 int temp0, temp1, temp2, temp3; local
115 "extp %[temp0], $ac1, 31 \n\t"
140 "sub %[load2], %[temp0], %[temp1] \n\t"
149 "add %[step1_16], %[temp0], %[temp1] \n\t"
154 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1),
177 "extp %[temp0], $ac1, 31 \n\t"
201 "sub %[load1], %[temp1], %[temp0] \n\t"
211 "add %[step1_19], %[temp0], %[temp1] \n\t"
216 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1)
    [all...]
  /external/libmpeg2/common/x86/
impeg2_idct_recon_sse42_intr.c 1854 __m128i temp0, temp1; local
2087 __m128i value_4x32b, pred_r0, pred_r1, temp0, temp1, temp2, temp3; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tgsi.c 152 struct ureg_dst temp0 = ureg_DECL_temporary(ureg); local
159 ureg_MOV(ureg, ureg_writemask(temp0, TGSI_WRITEMASK_XY), pos);
161 ureg_writemask(temp0, TGSI_WRITEMASK_Z),
164 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0));
165 ureg_DP3(ureg, temp2, matrow1, ureg_src(temp0));
166 ureg_DP3(ureg, temp3, matrow2, ureg_src(temp0));
174 ureg_MUL(ureg, temp0,
179 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X), ureg_src(temp0));
185 ureg_release_temporary(ureg, temp0);
203 struct ureg_dst temp0 = ureg_DECL_temporary(ureg) local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 130 struct ureg_dst temp0 = ureg_DECL_temporary(ureg); local
138 ureg_writemask(temp0, TGSI_WRITEMASK_XY), pos);
140 ureg_writemask(temp0, TGSI_WRITEMASK_Z),
143 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0));
144 ureg_DP3(ureg, temp2, matrow1, ureg_src(temp0));
145 ureg_DP3(ureg, temp3, matrow2, ureg_src(temp0));
155 ureg_MUL(ureg, temp0,
161 ureg_src(temp0));
170 ureg_release_temporary(ureg, temp0);
190 struct ureg_dst temp0 = ureg_DECL_temporary(ureg) local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 175 Word16 temp0; local
188 temp0 = mult(COEFF5_1, data0, pOverflow);
190 temp0 = sub(temp1, temp0, pOverflow);
192 temp1 = mult(COEFF5_1, temp0, pOverflow);
206 temp1 = mult(COEFF5_1, temp0, pOverflow);
211 temp1 = add(temp0, temp1, pOverflow);
303 Word16 temp0; local
307 temp0 = mult(COEFF5_1, data[0], pOverflow);
308 temp0 = sub(*in0, temp0, pOverflow)
    [all...]
  /external/libavc/encoder/x86/
ime_distortion_metrics_sse42.c 1730 __m128i temp0, temp1, temp2, temp3, temp4; local
    [all...]
  /external/clang/test/CodeGenCXX/
type_visibility.cpp 22 namespace temp0 { namespace
  /system/media/audio_utils/
channels.c 166 int32_t temp0, temp1; \
169 temp0 = *src_ptr++; \
175 *dst_ptr++ = (temp0 & temp1) + ((temp0 ^ temp1) >> 1); \
  /external/opencv/cvaux/src/
cvhmmobs.cpp 126 work_t temp0[MAX_DCT_SIZE * 4]; local
196 temp0[j] = (work_t) t2;
226 s += temp0[k] * tab[k];
263 temp0[j] = (work_t) t2;
295 s += temp0[k] * tab[k];
321 work_t temp0[MAX_DCT_SIZE * 4]; local
393 temp0[j] = (work_t) t2;
423 s += temp0[k] * tab[k];
460 temp0[j] = (work_t) t2;
492 s += temp0[k] * tab[k]
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MatrixUtils.java 58 final float temp0 = squareMatrix0[ip][j]; local
60 squareMatrix0[row][j] = temp0;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 87 Word16 temp0, temp1, temp2; local
89 temp0 = vo_sub(*in0, vo_mult(COEFF5_1, data[0]));
90 temp1 = add1(data[0], vo_mult(COEFF5_1, temp0));
91 data[0] = temp0;
93 temp0 = vo_sub(*in1, vo_mult(COEFF5_2, data[1]));
94 temp2 = add1(data[1], vo_mult(COEFF5_2, temp0));
95 data[1] = temp0;
  /external/webp/src/utils/
rescaler.c 202 int temp0, temp1, temp3, temp4, temp5, temp6, temp7, loop_end; local
216 "lw %[temp0], 0(%[frow_t]) \n\t"
219 "sll %[temp0], %[temp0], 2 \n\t"
220 "madd %[temp0], %[yscale] \n\t"
222 "lw %[temp0], 0(%[irow_t]) \n\t"
225 "subu %[temp0], %[temp0], %[temp1] \n\t"
227 "sll %[temp0], %[temp0], 2 \n\t
    [all...]

Completed in 789 milliseconds

1 2