Home
last modified time | relevance | path

Searched refs:temp17 (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dsp/
Denc_mips32.c123 int temp14, temp15, temp16, temp17, temp18, temp19, temp20; in ITransformOne() local
143 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in ITransformOne()
479 int temp17, temp18, temp19, temp20; in FTransform() local
501 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in FTransform()
Ddec_mips32.c215 int temp15, temp16, temp17, temp18; in TransformOne() local
537 [temp15]"=&r"(temp15), [temp16]"=&r"(temp16), [temp17]"=&r"(temp17), in TransformOne()
/external/libavc/common/x86/
Dih264_iquant_itrans_recon_ssse3.c396 __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 …]