HomeSort by relevance Sort by last modified time
    Searched refs:temp7 (Results 1 - 10 of 10) sorted by null

  /external/libavc/common/x86/
ih264_iquant_itrans_recon_ssse3.c 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
143 temp7 = _mm_unpackhi_epi16(temp1, zero_8x16b); // b10*q10 0 b11*q11 0 b12*q12 0 b13*q13 0 -- 16 bit long
153 temp7 = _mm_madd_epi16(src_r3, temp7);
159 resq_r3 = _mm_slli_epi32(temp7, u4_qp_div_6 - 4);
164 temp7 = _mm_add_epi32(temp7, add_rshift);
168 resq_r3 = _mm_srai_epi32(temp7, 4 - u4_qp_div_6);
286 temp7 = _mm_sub_epi32(temp0, temp3);
287 temp7 = _mm_add_epi32(temp7, 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
142 temp7 = _mm_unpackhi_epi16(temp1, zero_8x16b); // b10*q10 0 b11*q11 0 b12*q12 0 b13*q13 0 -- 16 bit long
152 temp7 = _mm_madd_epi16(src_r3, temp7);
158 resq_r3 = _mm_slli_epi32(temp7, u4_qp_div_6 - 4);
163 temp7 = _mm_add_epi32(temp7, add_rshift);
167 resq_r3 = _mm_srai_epi32(temp7, 4 - u4_qp_div_6);
272 temp7 = _mm_sub_epi32(temp0, temp3);
273 temp7 = _mm_add_epi32(temp7, 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
160 temp7 = _mm_srli_si128(temp6,4);
171 *(pu4_out) = _mm_cvtsi128_si32(temp7);
245 __m128i temp1,temp2,temp3,temp4, temp5, temp6, temp7,temp8; local
300 temp7 = _mm_add_epi16(value_add, pred_r6);
317 sign_reg = _mm_cmpgt_epi16(temp7, zero_8x16b); // sign check
318 temp7 = _mm_and_si128(temp7, sign_reg);
328 temp7 = _mm_packus_epi16(temp7, zero_8x16b)
    [all...]
  /external/webp/src/dsp/
enc_mips32.c 122 int temp7, temp8, temp9, temp10, temp11, temp12, temp13; local
129 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7)
136 HORIZONTAL_PASS(48, 49, 50, 51, temp3, temp7, temp11, temp15)
140 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8),
259 "lbu %[temp7], "#D"(%[b]) \n\t" \
266 "addu %[temp6], %[temp5], %[temp7] \n\t" \
267 "subu %[temp5], %[temp5], %[temp7] \n\t" \
268 "addu %[temp7], %[temp8], %[temp2] \n\t" \
276 "sw %[temp7], "#E"(%[tmp]) \n\t"
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 213 int temp5, temp6, temp7, temp8, temp9; local
251 "lh %[temp7], 14(%[in]) \n\t"
290 "mul %[temp11], %[temp7], %[kC2] \n\t"
291 "mul %[temp7], %[temp7], %[kC1] \n\t"
299 "sra %[temp7], %[temp7], 16 \n\t"
301 "addu %[temp7], %[temp7], %[temp15] \n\t"
304 "addu %[temp11], %[temp16], %[temp7] \n\t
    [all...]
lossless_mips32.c 295 "ulw %[temp7], "#D"(%["#P1"]) \n\t" \
299 "addu %[temp7], %[temp7], %[temp3] \n\t" \
307 "usw %[temp7], "#D"(%["#P2"]) \n\t" \
316 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), \
367 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
  /external/webp/src/utils/
rescaler.c 202 int temp0, temp1, temp3, temp4, temp5, temp6, temp7, loop_end; local
211 "addiu %[temp7], $zero, 255 \n\t"
235 "movz %[temp5], %[temp7], %[temp1] \n\t"
242 [temp7]"=&r"(temp7), [frow_t]"+r"(frow_t), [irow_t]"+r"(irow_t),
  /external/libhevc/common/x86/
ihevc_32x32_itrans_recon_sse42_intr.c 200 __m128i temp5, temp6, temp7, temp8; local
730 temp7 = m_temp_reg_35;
    [all...]
ihevc_itrans_recon_32x32_ssse3_intr.c 208 __m128i temp5, temp6, temp7, temp8; local
741 temp7 = m_temp_reg_35;
    [all...]
ihevc_chroma_intra_pred_filters_ssse3_intr.c 560 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
576 temp7 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * (row + 3)]);
582 temp8 = _mm_unpacklo_epi8(temp7, temp8);
604 temp7 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * (row + 3)]);
610 temp8 = _mm_unpacklo_epi8(temp7, temp8);
638 temp7 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * 3]);
644 temp8 = _mm_unpacklo_epi8(temp7, temp8);
    [all...]

Completed in 112 milliseconds