/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_mips_dsp_r2.c | 147 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local 155 HORIZONTAL_PASS(1, temp4, temp5, temp6, temp7) 162 VERTICAL_PASS(6, 14, 22, 30, temp3, temp7, temp11, temp15) 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) 191 ADD_SUB_HALVES(temp5, temp6, temp4, temp7) 192 ADD_SUB_HALVES(temp7, temp8, temp17, temp18) 200 ADD_SUB_HALVES(temp3, temp4, temp7, temp12 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 976 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; 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 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, 74 temp4, temp7, temp6, temp10, temp9) 77 temp7, temp6, dst, 0, 1, 2, 3, BPS) 87 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local 96 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14 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...] |
rescaler_mips_dsp_r2.c | 35 const int temp7 = (int)wrk->fxy_scale; local 77 "maddu $ac0, %[temp8], %[temp7] \n\t" 79 "maddu $ac1, %[temp9], %[temp7] \n\t" 81 "maddu $ac2, %[temp10], %[temp7] \n\t" 83 "maddu $ac3, %[temp11], %[temp7] \n\t" 102 : [temp7]"r"(temp7), [yscale]"r"(yscale), [temp6]"r"(temp6) 128 "maddu $ac0, %[temp0], %[temp7] \n\t" 130 "maddu $ac1, %[temp1], %[temp7] \n\t" 132 "maddu $ac2, %[temp2], %[temp7] \n\t 173 const int temp7 = (int)wrk->fy_scale; local [all...] |
enc_mips32.c | 119 int temp7, temp8, temp9, temp10, temp11, temp12, temp13; local 126 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7) 133 HORIZONTAL_PASS(3, temp3, temp7, temp11, temp15) 137 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), 264 "lbu %[temp7], 3+" XSTR(BPS) "*" #A "(%[b]) \n\t" \ 271 "addu %[temp6], %[temp5], %[temp7] \n\t" \ 272 "subu %[temp5], %[temp5], %[temp7] \n\t" \ 273 "addu %[temp7], %[temp8], %[temp2] \n\t" \ 281 "sw %[temp7], " #E "(%[tmp]) \n\t" 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...] |
yuv_mips_dsp_r2.c | 42 "addu %[temp7], %[temp0], %[temp4] \n\t" \ 51 "shll_s.w %[temp7], %[temp7], 9 \n\t" \ 54 "precrqu_s.qb.ph %[temp7], %[temp7], $zero \n\t" \ 57 "srl %[temp7], %[temp7], 24 \n\t" \ 60 "sb %[temp7], " #B "(%[dst]) \n\t" \ 65 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7) \ [all...] |
lossless_enc_mips_dsp_r2.c | 23 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local 39 "ext %[temp7], %[temp3], 8, 8 \n\t" 44 "replv.ph %[temp7], %[temp7] \n\t" 48 "subu.qb %[temp3], %[temp3], %[temp7] \n\t" 70 [temp7]"=&r"(temp7)
|
filters_mips_dsp_r2.c | 121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; \ 127 " andi %[temp7], %[length], 0x7 \n\t" \ 148 "beqz %[temp7], 3f \n\t" \ 161 "addiu %[temp7], %[temp7], -1 \n\t" \ 162 "bnez %[temp7], 2b \n\t" \ 168 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), [pred]"+&r"(ppred), \
|
lossless_enc_mips32.c | 264 "ulw %[temp7], " #D "(%[" #P1 "]) \n\t" \ 268 "addu %[temp7], %[temp7], %[temp3] \n\t" \ 276 "usw %[temp7], " #D "(%[" #P2 "]) \n\t" \ 285 [temp6]"=&r"(temp6), [temp7]"=&r"(temp7), \ 336 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
|
lossless_mips_dsp_r2.c | 231 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local 247 "ext %[temp7], %[temp3], 8, 8 \n\t" 252 "replv.ph %[temp7], %[temp7] \n\t" 256 "addu.qb %[temp3], %[temp3], %[temp7] \n\t" 277 [temp5]"=&r"(temp5), [temp6]"=&r"(temp6), [temp7]"=&r"(temp7) [all...] |
mips_macro.h | 154 // temp1..temp7 same as temp0 191 [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), [temp9]"=&r"(temp9), \
|
dec_mips32.c | 220 int temp5, temp6, temp7, temp8, temp9; local 258 "lh %[temp7], 14(%[in]) \n\t" 297 "mul %[temp11], %[temp7], %[kC2] \n\t" 298 "mul %[temp7], %[temp7], %[kC1] \n\t" 306 "sra %[temp7], %[temp7], 16 \n\t" 308 "addu %[temp7], %[temp7], %[temp15] \n\t" 311 "addu %[temp11], %[temp16], %[temp7] \n\t [all...] |
/external/libvpx/libvpx/vp8/common/mips/msa/ |
postproc_msa.c | 70 v8i16 temp5, temp6, temp7, temp8, temp9; \ 75 ILVRL_W2_SH(temp5, temp4, temp6, temp7); \ 85 out2 = (v16u8)temp7; \ 125 v8i16 temp5, temp6, temp7, temp8, temp9; \ 135 ILVRL_H2_SH(temp5, temp4, temp6, temp7); \ 139 ILVRL_W2_SH(temp9, temp7, temp6, temp7); \ 145 ILVR_D2_UB(temp6, temp2, temp7, temp3, in4, in6); \ 147 in7 = (v16u8)__msa_ilvl_d((v2i64)temp7, (v2i64)temp3); \ 151 temp6, temp7, temp8, temp9); [all...] |
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
aecm_core_mips.c | 531 int32_t* temp7 = &(echo_est[0]); local 549 "addiu %[temp7], %[temp7], 16 \n\t 842 int32_t temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local [all...] |
/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...] |