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

1 2

  /external/libavc/common/x86/
ih264_iquant_itrans_recon_ssse3.c 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
141 temp5 = _mm_unpackhi_epi16(temp0, zero_8x16b); // b10*q10 0 b11*q11 0 b12*q12 0 b13*q13 0 -- 16 bit long
151 temp5 = _mm_madd_epi16(src_r1, temp5);
157 resq_r1 = _mm_slli_epi32(temp5, u4_qp_div_6 - 4);
162 temp5 = _mm_add_epi32(temp5, add_rshift);
166 resq_r1 = _mm_srai_epi32(temp5, 4 - u4_qp_div_6);
276 temp5 = _mm_add_epi32(temp1, temp2);
277 temp5 = _mm_add_epi32(temp5, value_32)
395 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
    [all...]
ih264_iquant_itrans_recon_sse42.c 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
140 temp5 = _mm_unpackhi_epi16(temp0, zero_8x16b); // b10*q10 0 b11*q11 0 b12*q12 0 b13*q13 0 -- 16 bit long
150 temp5 = _mm_madd_epi16(src_r1, temp5);
156 resq_r1 = _mm_slli_epi32(temp5, u4_qp_div_6 - 4);
161 temp5 = _mm_add_epi32(temp5, add_rshift);
165 resq_r1 = _mm_srai_epi32(temp5, 4 - u4_qp_div_6);
262 temp5 = _mm_add_epi32(temp1, temp2);
263 temp5 = _mm_add_epi32(temp5, value_32)
368 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
ih264_iquant_itrans_recon_dc_ssse3.c 120 __m128i temp4, temp5, temp6, temp7; local
149 temp5 = _mm_add_epi16(value_add, pred_r2);
154 sign_reg = _mm_cmpgt_epi16(temp5, zero_8x16b); // sign check
155 temp5 = _mm_and_si128(temp5, sign_reg);
157 temp4 = _mm_packus_epi16(temp4,temp5);
158 temp5 = _mm_srli_si128(temp4,4);
159 temp6 = _mm_srli_si128(temp5,4);
165 *(pu4_out) = _mm_cvtsi128_si32(temp5);
245 __m128i temp1,temp2,temp3,temp4, temp5, temp6, temp7,temp8 local
    [all...]
ih264_deblk_luma_ssse3.c 104 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
268 temp5 = _mm_add_epi16(temp1, const_val2_16x8);
272 temp1 = _mm_add_epi16(temp5, temp3);
279 temp5 = _mm_add_epi16(temp5, q0_8x16);
281 temp2 = _mm_add_epi16(temp5, q2_8x16);
301 temp2 = _mm_add_epi16(temp5, const_val2_16x8);
306 temp5 = _mm_slli_epi16(p3_8x16, 1);
310 temp1 = _mm_add_epi16(temp1, temp5);
328 temp5 = _mm_add_epi16(temp1, const_val2_16x8)
528 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
1456 __m128i temp1, temp2, temp3, temp4, temp5, temp6; local
    [all...]
  /external/webp/src/dsp/
lossless_mips_dsp_r2.c 95 int temp0, temp1, temp2, temp3, temp4, temp5; local
101 "preceu.ph.qbr %[temp5], %[c2] \n\t"
103 "subq.ph %[temp3], %[temp3], %[temp5] \n\t"
111 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5)
120 int temp0, temp1, temp2, temp3, temp4, temp5; local
122 "adduh.qb %[temp5], %[c0], %[c1] \n\t"
124 "preceu.ph.qbr %[temp1], %[temp5] \n\t"
125 "preceu.ph.qbl %[temp2], %[temp5] \n\t"
129 "shrl.ph %[temp5], %[temp3], 15 \n\t
149 int temp0, temp1, temp2, temp3, temp4, temp5; local
231 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
285 int temp0, temp1, temp2, temp3, temp4, temp5; local
454 int temp0, temp1, temp2, temp3, temp4, temp5; local
528 int temp0, temp1, temp2, temp3, temp4, temp5; local
    [all...]
enc_mips_dsp_r2.c 147 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
155 HORIZONTAL_PASS(1, temp4, temp5, temp6, temp7)
160 VERTICAL_PASS(2, 10, 18, 26, temp1, temp5, temp9, temp13)
175 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
181 LOAD_IN_X2(temp5, temp6, 24, 26)
185 temp10, temp8, temp9, temp7, temp1, temp2, temp5, temp6,
191 ADD_SUB_HALVES(temp5, temp6, temp4, temp7)
203 SRA_16(temp9, temp10, temp11, temp12, temp1, temp2, temp5, temp6)
204 INSERT_HALF_X2(temp1, temp6, temp5, temp2)
211 ADD_SUB_HALVES(temp5, temp7, temp6, temp8
251 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
611 int a10, a32, temp0, temp1, temp2, temp3, temp4, temp5; local
666 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
697 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
733 int temp0, temp1, temp2, temp3, temp4, temp5; local
783 int temp5, temp6, temp7, temp8, temp9; local
832 int temp0, temp1, temp2, temp3, temp4, temp5; local
880 int temp5, temp6, temp7, temp8, temp9; local
929 int temp5, temp6, temp7, temp8, temp9; local
976 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
1275 int temp0, temp1, temp2, temp3, temp4, temp5,temp6; local
1363 int temp5, temp6, temp7, temp8, temp9; local
1463 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
    [all...]
dec_mips_dsp_r2.c 27 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10; local
34 "lh %[temp5], 0(%[in]) \n\t"
35 "addiu %[temp5], %[temp5], 4 \n\t"
36 "ins %[temp5], %[temp5], 16, 16 \n\t"
37 "shra.ph %[temp5], %[temp5], 3 \n\t"
41 temp5, temp5, temp5, temp5, temp5, temp5, temp5, temp5
56 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
87 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
164 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
490 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
559 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
631 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
683 int temp5, temp6, temp7, temp8; local
733 int temp5, temp6, temp7, temp8, temp9; local
780 int temp5, temp6, temp7, temp8, temp9; local
840 int temp5, temp6, temp7, temp8; local
    [all...]
enc_mips32.c 32 // TEMP4..TEMP5 - temporary registers
118 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
126 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7)
131 HORIZONTAL_PASS(1, temp1, temp5, temp9, temp13)
136 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5),
172 "addiu %[temp5], $zero, 0 \n\t" \
185 "mul %[temp5], %[level], %[temp3] \n\t" \
187 "sh %[temp5], " #J "(%[ppin]) \n\t" \
192 int temp0, temp1, temp2, temp3, temp4, temp5; local
367 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
482 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
544 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
578 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
604 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
626 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
rescaler_mips32.c 152 int temp0, temp1, temp3, temp4, temp5, loop_end; local
170 "mfhi %[temp5] \n\t"
171 "sb %[temp5], -1(%[dst]) \n\t"
174 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow),
195 "mfhi %[temp5] \n\t"
197 "maddu %[temp5], %[temp2] \n\t"
198 "mfhi %[temp5] \n\t"
199 "sb %[temp5], -1(%[dst]) \n\t"
202 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow)
216 int temp0, temp1, temp3, temp4, temp5, loop_end; local
    [all...]
rescaler_mips_dsp_r2.c 34 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; local
52 "lw %[temp5], 12(%[frow]) \n\t"
60 "maddu $ac3, %[temp5], %[yscale] \n\t"
65 "mfhi %[temp5], $ac3 \n\t"
75 "subu %[temp11], %[temp11], %[temp5] \n\t"
91 "sw %[temp5], -4(%[irow]) \n\t"
98 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow),
124 "lw %[temp5], 12(%[irow]) \n\t"
134 "maddu $ac3, %[temp5], %[temp7] \n\t
171 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; local
    [all...]
lossless_enc_mips_dsp_r2.c 23 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
37 "ext %[temp5], %[temp1], 8, 8 \n\t"
42 "replv.ph %[temp5], %[temp5] \n\t"
46 "subu.qb %[temp1], %[temp1], %[temp5] \n\t"
69 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [temp6]"=&r"(temp6),
83 int temp0, temp1, temp2, temp3, temp4, temp5; local
116 "mul.ph %[temp5], %[temp3], %[temp0] \n\t"
122 "shra.ph %[temp5], %[temp5], 5 \n\t
186 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
    [all...]
yuv_mips_dsp_r2.c 40 "addu %[temp5], %[temp0], %[temp1] \n\t" \
46 "shll_s.w %[temp5], %[temp5], 9 \n\t" \
52 "precrqu_s.qb.ph %[temp5], %[temp5], $zero \n\t" \
55 "srl %[temp5], %[temp5], 24 \n\t" \
58 "sb %[temp5], " #R "(%[dst]) \n\t" \
64 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), \
    [all...]
filters_mips_dsp_r2.c 44 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; \
57 "lbu %[temp5], 3(%[src]) \n\t" \
63 "addu %[temp1], %[temp5], %[temp4] \n\t" \
100 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), \
121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; \
135 "addu.qb %[temp5], %[temp1], %[temp2] \n\t" \
138 "subu.qb %[temp5], %[temp1], %[temp2] \n\t" \
142 "usw %[temp5], 0(%[dst]) \n\t" \
167 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5),
    [all...]
lossless_enc_mips32.c 262 "ulw %[temp5], " #B "(%[" #P1 "]) \n\t" \
266 "addu %[temp5], %[temp5], %[temp1] \n\t" \
274 "usw %[temp5], " #B "(%[" #P2 "]) \n\t" \
284 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), \
336 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
mips_macro.h 190 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [temp6]"=&r"(temp6), \
dec_mips32.c 220 int temp5, temp6, temp7, temp8, temp9; local
240 "lh %[temp5], 10(%[in]) \n\t"
263 "mul %[temp9], %[temp5], %[kC2] \n\t"
265 "mul %[temp5], %[temp5], %[kC1] \n\t"
270 "sra %[temp5], %[temp5], 16 \n\t"
272 "addu %[temp5], %[temp5], %[temp13] \n\t"
277 "addu %[temp9], %[temp16], %[temp5] \n\t
    [all...]
  /external/opencv3/modules/video/src/
kalman.cpp 79 temp5.create(MP, 1, type);
118 // temp5 = z(k) - H*x'(k)
119 temp5 = measurement - measurementMatrix*statePre;
121 // x(k) = x'(k) + K(k)*temp5
122 statePost = statePre + gain*temp5;
compat_video.cpp 147 kalman->temp5 = cvCreateMat( MP, 1, CV_32FC1 );
192 cvReleaseMat( &kalman->temp5 );
248 /* temp5 = z(k) - H*x'(k) */
249 cvGEMM( kalman->measurement_matrix, kalman->state_pre, -1, measurement, 1, kalman->temp5 );
251 /* x(k) = x'(k) + K(k)*temp5 */
252 cvMatMulAdd( kalman->gain, kalman->temp5, kalman->state_pre, kalman->state_post );
  /external/libvpx/libvpx/vp8/common/mips/msa/
postproc_msa.c 70 v8i16 temp5, temp6, temp7, temp8, temp9; \
74 ILVR_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \
75 ILVRL_W2_SH(temp5, temp4, temp6, temp7); \
76 ILVL_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \
77 ILVRL_W2_SH(temp5, temp4, temp8, temp9); \
80 ILVR_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \
81 ILVRL_W2_UB(temp5, temp4, out8, out10); \
82 ILVL_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \
83 ILVRL_W2_UB(temp5, temp4, out12, out14); \
125 v8i16 temp5, temp6, temp7, temp8, temp9;
    [all...]
  /external/opencv/cv/src/
cvkalman.cpp 103 CV_CALL( kalman->temp5 = cvCreateMat( MP, 1, CV_32FC1 ));
154 cvReleaseMat( &kalman->temp5 );
226 /* temp5 = z(k) - H*x'(k) */
227 CV_CALL( cvGEMM( kalman->measurement_matrix, kalman->state_pre, -1, measurement, 1, kalman->temp5 ));
229 /* x(k) = x'(k) + K(k)*temp5 */
230 CV_CALL( cvMatMulAdd( kalman->gain, kalman->temp5, kalman->state_pre, kalman->state_post ));
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_mips.c 530 int32_t temp0, temp2, temp3, temp4, temp5, temp6; local
544 "ulw %[temp5], 4(%[temp1]) \n\t"
547 "muleq_s.w.phl %[temp6], %[temp5], %[temp4] \n\t"
548 "muleq_s.w.phr %[temp4], %[temp5], %[temp4] \n\t"
575 int32_t temp1, temp2, temp4, temp5; local
842 int32_t temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tgsi.c 157 struct ureg_dst temp5 = ureg_DECL_temporary(ureg); local
190 ureg_release_temporary(ureg, temp5);
208 struct ureg_dst temp5 = ureg_DECL_temporary(ureg); local
222 ureg_MOV(ureg, ureg_writemask(temp5, TGSI_WRITEMASK_X), ureg_src(temp1));
223 ureg_MOV(ureg, ureg_writemask(temp5, TGSI_WRITEMASK_Y), ureg_src(temp2));
226 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_Y));
229 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_X), ureg_src(temp0));
232 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_Y),
233 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_Y));
235 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_X)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 135 struct ureg_dst temp5 = ureg_DECL_temporary(ureg); local
175 ureg_release_temporary(ureg, temp5);
195 struct ureg_dst temp5 = ureg_DECL_temporary(ureg); local
211 ureg_MOV(ureg, ureg_writemask(temp5, TGSI_WRITEMASK_X),
213 ureg_MOV(ureg, ureg_writemask(temp5, TGSI_WRITEMASK_Y),
217 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_Y));
220 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_X),
225 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_Y),
226 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_Y));
228 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_X)
    [all...]
  /external/opencv3/modules/video/include/opencv2/video/
tracking_c.h 204 CvMat* temp5; member in struct:CvKalman
  /external/opencv/cv/include/
cvtypes.h 312 CvMat* temp5; member in struct:CvKalman

Completed in 1388 milliseconds

1 2