Searched defs:temp8 (Results 1 - 11 of 11) sorted by relevance

/external/webp/src/dsp/
H A Drescaler_mips_dsp_r2.c43 int temp8, temp9, temp10, temp11; local
66 "lw %[temp8], 0(%[irow]) \n\t"
72 "subu %[temp8], %[temp8], %[temp0] \n\t"
77 "maddu $ac0, %[temp8], %[temp7] \n\t"
84 "mfhi %[temp8], $ac0 \n\t"
92 "sb %[temp8], -4(%[dst]) \n\t"
100 [temp8]"=&r"(temp8), [temp9]"=&r"(temp9), [temp10]"=&r"(temp10),
226 int temp8, temp local
[all...]
H A Ddec_mips32.c220 int temp5, temp6, temp7, temp8, temp9; local
230 "lh %[temp8], 16(%[in]) \n\t"
233 "addu %[temp16], %[temp0], %[temp8] \n\t"
234 "subu %[temp0], %[temp0], %[temp8] \n\t"
235 "mul %[temp8], %[temp4], %[kC2] \n\t"
243 "sra %[temp8], %[temp8], 16 \n\t"
251 "subu %[temp17], %[temp8], %[temp17] \n\t"
253 "addu %[temp8], %[temp16], %[temp4] \n\t"
299 "addiu %[temp8],
[all...]
H A Denc_mips32.c119 int temp7, temp8, temp9, temp10, temp11, temp12, temp13; local
126 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7)
127 VERTICAL_PASS(4, 20, 12, 28, temp12, temp8, temp9, temp10, temp11)
130 HORIZONTAL_PASS(0, temp0, temp4, temp8, temp12)
137 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8),
265 "addu %[temp8], %[temp0], %[temp2] \n\t" \
273 "addu %[temp7], %[temp8], %[temp2] \n\t" \
274 "subu %[temp2], %[temp8], %[temp2] \n\t" \
275 "addu %[temp8],
367 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
482 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
[all...]
H A Ddec_mips_dsp_r2.c27 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10; local
38 CONVERT_2_BYTES_TO_HALF(temp6, temp7, temp8, temp9, temp10, temp1, temp2,
40 STORE_SAT_SUM_X2(temp6, temp7, temp8, temp9, temp10, temp1, temp2, temp3,
56 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
65 SHIFT_R_SUM_X2(temp1, temp6, temp7, temp8, temp2, temp9, temp10, temp4,
73 PACK_2_HALVES_TO_WORD(temp12, temp18, temp7, temp6, temp1, temp8, temp2,
76 temp17, temp12, temp18, temp1, temp8, temp2, temp4,
87 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
96 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14,
97 temp10, temp8, temp
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
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...]
H A Denc_mips_dsp_r2.c147 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
156 HORIZONTAL_PASS(2, temp8, temp9, temp10, temp11)
159 VERTICAL_PASS(0, 8, 16, 24, temp0, temp4, temp8, temp12)
175 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
184 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14,
185 temp10, temp8, temp9, temp7, temp1, temp2, temp5, temp6,
187 INSERT_HALF_X2(temp8, temp7, temp10, temp9)
190 ADD_SUB_HALVES(temp1, temp2, temp3, temp8)
192 ADD_SUB_HALVES(temp7, temp8, temp17, temp18)
199 ADD_SUB_HALVES(temp17, temp8, temp
251 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
734 int temp6, temp7, temp8, temp9, temp10, temp11; local
783 int temp5, temp6, temp7, temp8, temp9; local
833 int temp6, temp7, temp8, temp9, temp10, temp11; local
880 int temp5, temp6, temp7, temp8, temp9; local
929 int temp5, temp6, temp7, temp8, temp9; local
1363 int temp5, temp6, temp7, temp8, temp9; local
1461 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
[all...]
/external/libavc/common/x86/
H A Dih264_iquant_itrans_recon_dc_ssse3.c245 __m128i temp1,temp2,temp3,temp4, temp5, temp6, temp7,temp8; local
302 temp8 = _mm_add_epi16(value_add, pred_r7);
319 sign_reg = _mm_cmpgt_epi16(temp8, zero_8x16b); // sign check
320 temp8 = _mm_and_si128(temp8, sign_reg);
329 temp8 = _mm_packus_epi16(temp8, zero_8x16b);
338 _mm_storel_epi64((__m128i *)(&pu1_out[7 * out_strd]), temp8);
H A Dih264_iquant_itrans_recon_ssse3.c395 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
695 temp8 = _mm_add_epi32(resq_r3_1, resq_r5_1); //w3+w5
697 temp8 = _mm_add_epi32(temp8, resq_r1_1); //w3+w5+w1
701 temp8 = _mm_add_epi32(temp8, temp17); //w3+w5+w1+(w1>>1)
703 temp8 = _mm_packs_epi32(temp8, temp16);
709 resq_r1_1 = _mm_srai_epi16(temp8, 2);
725 resq_r7_1 = _mm_sub_epi16(temp8, resq_r7_
[all...]
/external/libhevc/common/x86/
H A Dihevc_32x32_itrans_recon_sse42_intr.c200 __m128i temp5, temp6, temp7, temp8; local
773 temp8 = m_temp_reg_35;
946 m_temp_reg_34 = _mm_add_epi32(temp8, m_temp_reg_30);
947 m_temp_reg_35 = _mm_sub_epi32(temp8, m_temp_reg_30);
1282 temp8 = _mm_sub_epi32(m_temp_reg_35, m_temp_reg_31);
1577 m_temp_reg_34 = _mm_add_epi32(temp8, m_temp_reg_30);
1578 m_temp_reg_35 = _mm_sub_epi32(temp8, m_temp_reg_30);
4075 temp8 = _mm_sub_epi32(m_temp_reg_14, m_temp_reg_93); /* ee[12] */
4417 m_temp_reg_31 = _mm_add_epi32(temp8, m_temp_reg_20);
4418 m_temp_reg_30 = _mm_sub_epi32(temp8, m_temp_reg_2
[all...]
H A Dihevc_itrans_recon_32x32_ssse3_intr.c208 __m128i temp5, temp6, temp7, temp8; local
784 temp8 = m_temp_reg_35;
956 m_temp_reg_34 = _mm_add_epi32(temp8, m_temp_reg_30);
957 m_temp_reg_35 = _mm_sub_epi32(temp8, m_temp_reg_30);
1293 temp8 = _mm_sub_epi32(m_temp_reg_35, m_temp_reg_31);
1587 m_temp_reg_34 = _mm_add_epi32(temp8, m_temp_reg_30);
1588 m_temp_reg_35 = _mm_sub_epi32(temp8, m_temp_reg_30);
4081 temp8 = _mm_sub_epi32(m_temp_reg_14, m_temp_reg_93); /* ee[12] */
4423 m_temp_reg_31 = _mm_add_epi32(temp8, m_temp_reg_20);
4424 m_temp_reg_30 = _mm_sub_epi32(temp8, m_temp_reg_2
[all...]
H A Dihevc_chroma_intra_pred_filters_ssse3_intr.c560 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
577 temp8 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * (row + 3)]);
582 temp8 = _mm_unpacklo_epi8(temp7, temp8);
587 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 3) * dst_strd)), temp8);
605 temp8 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * (row + 3)]);
610 temp8 = _mm_unpacklo_epi8(temp7, temp8);
621 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 3) * dst_strd) + 0), temp8);
622 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 3) * dst_strd) + 16), temp8);
[all...]
/external/webrtc/webrtc/modules/audio_processing/aecm/
H A Daecm_core_mips.c529 uint16_t* temp8; local
533 temp8 = (uint16_t*)(&far_spectrum[0]);
541 "ulw %[temp0], 0(%[temp8]) \n\t"
543 "ulw %[temp4], 4(%[temp8]) \n\t"
551 "addiu %[temp8], %[temp8], 8 \n\t"
562 [temp1] "+r" (temp1), [temp8] "+r" (temp8), [temp7] "+r" (temp7)
842 int32_t temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
1072 "lh %[temp8], 1
[all...]

Completed in 284 milliseconds