/external/webp/src/dsp/ |
D | dec_mips_dsp_r2.c | 57 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in TransformAC3() local 72 temp11, temp17, temp3, temp5, temp11, temp12) in TransformAC3() 76 temp17, temp12, temp18, temp1, temp8, temp2, temp4, in TransformAC3() 88 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in TransformOne() local 104 ADD_SUB_HALVES(temp7, temp8, temp17, temp18) in TransformOne() 105 LOAD_IN_X2(temp17, temp18, 12, 14) in TransformOne() 107 MUL_SHIFT_SUM(temp11, temp12, temp13, temp14, temp15, temp16, temp4, temp17, in TransformOne() 108 temp12, temp14, temp11, temp13, temp17, temp18, temp9, temp10, in TransformOne() 109 temp15, temp4, temp16, temp17) in TransformOne() 111 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in TransformOne() [all …]
|
D | enc_mips_dsp_r2.c | 73 [temp17]"=&r"(temp17) 150 int temp17, temp18, temp19, temp20; in FTransform_MIPSdspR2() local 177 int temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, temp18; in ITransformOne() local 193 ADD_SUB_HALVES(temp7, temp8, temp17, temp18) in ITransformOne() 194 LOAD_IN_X2(temp17, temp18, 12, 14) in ITransformOne() 196 MUL_SHIFT_SUM(temp11, temp12, temp13, temp14, temp15, temp16, temp4, temp17, in ITransformOne() 197 temp12, temp14, temp11, temp13, temp17, temp18, temp9, temp10, in ITransformOne() 198 temp15, temp4, temp16, temp17) in ITransformOne() 200 ADD_SUB_HALVES(temp17, temp8, temp8, temp11) in ITransformOne() 206 SRA_16(temp13, temp14, temp15, temp16, temp3, temp4, temp17, temp8) in ITransformOne() [all …]
|
D | enc_mips32.c | 121 int temp14, temp15, temp16, temp17, temp18, temp19, temp20; in ITransformOne_MIPS32() local 141 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in ITransformOne_MIPS32() 486 int temp17, temp18, temp19, temp20; in FTransform_MIPS32() local 508 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in FTransform_MIPS32()
|
D | dec_mips32.c | 222 int temp15, temp16, temp17, temp18; in TransformOne() local 544 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in TransformOne()
|
D | mips_macro.h | 198 [temp17]"=&r"(temp17), [temp18]"=&r"(temp18)
|
/external/libavc/common/x86/ |
D | ih264_iquant_itrans_recon_ssse3.c | 396 __m128i temp10, temp11, temp12, temp13, temp14, temp15, temp16, temp17, in ih264_iquant_itrans_recon_8x8_ssse3() local 699 temp17 = _mm_srai_epi32(resq_r1_1, 1); //w1>>1 in ih264_iquant_itrans_recon_8x8_ssse3() 701 temp8 = _mm_add_epi32(temp8, temp17); //w3+w5+w1+(w1>>1) in ih264_iquant_itrans_recon_8x8_ssse3() 752 temp17 = _mm_unpacklo_epi16(temp1, temp2); //a0 a1 b0 b1 c0 c1 d0 d1 in ih264_iquant_itrans_recon_8x8_ssse3() 757 resq_r0_1 = _mm_unpacklo_epi32(temp17, temp19); //a0 a1 a2 a3 b0 b1 b2 b3 in ih264_iquant_itrans_recon_8x8_ssse3() 758 resq_r1_1 = _mm_unpackhi_epi32(temp17, temp19); //c0 c1 c2 c3 d0 d1 d2 d3 in ih264_iquant_itrans_recon_8x8_ssse3() 767 temp17 = _mm_unpacklo_epi16(temp5, temp6); //a4 a5 b4 b5 c4 c5 d4 d5 in ih264_iquant_itrans_recon_8x8_ssse3() 772 resq_r4_1 = _mm_unpacklo_epi32(temp17, temp19); //a4 a5 a6 a7 b4 b5 b6 b7 in ih264_iquant_itrans_recon_8x8_ssse3() 773 resq_r5_1 = _mm_unpackhi_epi32(temp17, temp19); //c4 c5 c6 c7 d4 d5 d6 d7 in ih264_iquant_itrans_recon_8x8_ssse3() 885 temp17 = _mm_srai_epi32(resq_r1_1, 1); //w1>>1 in ih264_iquant_itrans_recon_8x8_ssse3() [all …]
|