HomeSort by relevance Sort by last modified time
    Searched defs:temp5 (Results 1 - 14 of 14) sorted by null

  /external/libavc/common/x86/
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_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_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_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/
dec_mips32.c 213 int temp5, temp6, temp7, temp8, temp9; local
233 "lh %[temp5], 10(%[in]) \n\t"
256 "mul %[temp9], %[temp5], %[kC2] \n\t"
258 "mul %[temp5], %[temp5], %[kC1] \n\t"
263 "sra %[temp5], %[temp5], 16 \n\t"
265 "addu %[temp5], %[temp5], %[temp13] \n\t"
270 "addu %[temp9], %[temp16], %[temp5] \n\t
    [all...]
lossless_mips32.c 293 "ulw %[temp5], "#B"(%["#P1"]) \n\t" \
297 "addu %[temp5], %[temp5], %[temp1] \n\t" \
305 "usw %[temp5], "#B"(%["#P2"]) \n\t" \
315 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), \
367 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
enc_mips32.c 35 // TEMP4..TEMP5 - temporary registers
121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
129 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7)
134 HORIZONTAL_PASS(16, 17, 18, 19, temp1, temp5, temp9, temp13)
139 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5),
175 "addiu %[temp5], $zero, 0 \n\t" \
188 "mul %[temp5], %[level], %[temp3] \n\t" \
190 "sh %[temp5], "#J"(%[ppin]) \n\t" \
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/utils/
rescaler.c 202 int temp0, temp1, temp3, temp4, temp5, temp6, temp7, loop_end; local
229 "mfhi %[temp5] \n\t"
231 "and %[temp0], %[temp5], %[temp6] \n\t"
232 "slti %[temp1], %[temp5], 0 \n\t"
234 "xor %[temp5], %[temp5], %[temp5] \n\t"
235 "movz %[temp5], %[temp7], %[temp1] \n\t"
237 "sb %[temp5], -1(%[dst_t]) \n\t"
241 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [temp6]"=&r"(temp6)
    [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/libhevc/common/x86/
ihevc_32x32_itrans_recon_sse42_intr.c 200 __m128i temp5, temp6, temp7, temp8; local
758 temp5 = m_temp_reg_35;
    [all...]
ihevc_itrans_recon_32x32_ssse3_intr.c 208 __m128i temp5, temp6, temp7, temp8; local
769 temp5 = m_temp_reg_35;
    [all...]
ihevc_chroma_intra_pred_filters_ssse3_intr.c 560 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
574 temp5 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * (row + 2)]);
581 temp6 = _mm_unpacklo_epi8(temp5, temp6);
601 temp5 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * (row + 2)]);
609 temp6 = _mm_unpacklo_epi8(temp5, temp6);
635 temp5 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * 2]);
643 temp6 = _mm_unpacklo_epi8(temp5, temp6);
    [all...]
  /external/opencv/cv/include/
cvtypes.h 312 CvMat* temp5; member in struct:CvKalman

Completed in 255 milliseconds