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

1 2 3

  /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/chromium_org/third_party/libwebp/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...]
  /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...]
  /external/chromium_org/third_party/libvpx/source/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/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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...]
  /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/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 57 final float temp0 = squareMatrix0[ip][j]; local
59 squareMatrix0[row][j] = temp0;
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
omxSP_FFTInv_CCSToR_F32_Sfs.c 238 VC temp0; local
247 VC_LOAD_SPLIT(&temp0, base, n_by_2);
248 VC_MUL_F(&temp1, &temp0, mFactor);
  /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/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_mips.c 449 int32_t temp0, stored0, echo0, adept0, spectrum0; local
465 "mul %[temp0], %[adept0], %[spectrum0] \n\t"
472 "addu %[par2], %[par2], %[temp0] \n\t"
484 "mul %[temp0], %[adept0], %[spectrum0] \n\t"
493 "addu %[par2], %[par2], %[temp0] \n\t"
499 : [temp0] "=&r" (temp0), [stored0] "=&r" (stored0),
531 int32_t temp0, temp2, temp3, temp4, temp5, temp6; local
542 "ulw %[temp0], 0(%[temp8]) \n\t"
546 "muleq_s.w.phl %[temp3], %[temp2], %[temp0] \n\t
575 int16_t* temp0; local
    [all...]

Completed in 689 milliseconds

1 2 3