Searched refs:temp18 (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/dsp/ |
D | enc_mips32.c | 123 int temp14, temp15, temp16, temp17, temp18, temp19, temp20; in ITransformOne() local 144 [temp18]"=&r"(temp18), [temp19]"=&r"(temp19), [temp20]"=&r"(temp20) in ITransformOne() 479 int temp17, temp18, temp19, temp20; in FTransform() local 502 [temp18]"=&r"(temp18), [temp19]"=&r"(temp19), [temp20]"=&r"(temp20) in FTransform()
|
D | dec_mips32.c | 215 int temp15, temp16, temp17, temp18; in TransformOne() local 538 [temp18]"=&r"(temp18) in TransformOne()
|
/external/libavc/common/x86/ |
D | ih264_iquant_itrans_recon_ssse3.c | 397 temp18, temp19, temp20; in ih264_iquant_itrans_recon_8x8_ssse3() local 700 temp18 = _mm_srai_epi32(resq_r1_2, 1); in ih264_iquant_itrans_recon_8x8_ssse3() 702 temp16 = _mm_add_epi32(temp16, temp18); in ih264_iquant_itrans_recon_8x8_ssse3() 754 temp18 = _mm_unpackhi_epi16(temp1, temp2); //e0 e1 f0 f1 g0 g1 h0 h1 in ih264_iquant_itrans_recon_8x8_ssse3() 759 resq_r2_1 = _mm_unpacklo_epi32(temp18, temp20); //e0 e1 e2 e3 f0 f1 f2 f3 in ih264_iquant_itrans_recon_8x8_ssse3() 760 resq_r3_1 = _mm_unpackhi_epi32(temp18, temp20); //g0 g2 g2 g3 h0 h1 h2 h3 in ih264_iquant_itrans_recon_8x8_ssse3() 769 temp18 = _mm_unpackhi_epi16(temp5, temp6); //e4 e5 f4 f5 g4 g5 h4 h5 in ih264_iquant_itrans_recon_8x8_ssse3() 774 resq_r6_1 = _mm_unpacklo_epi32(temp18, temp20); //e4 e5 e6 e7 f4 f5 f6 f7 in ih264_iquant_itrans_recon_8x8_ssse3() 775 resq_r7_1 = _mm_unpackhi_epi32(temp18, temp20); //g4 g5 g6 g7 h4 h5 h6 h7 in ih264_iquant_itrans_recon_8x8_ssse3() 886 temp18 = _mm_srai_epi32(resq_r1_2, 1); in ih264_iquant_itrans_recon_8x8_ssse3() [all …]
|