Searched refs:resq_r7_1 (Results 1 - 1 of 1) sorted by relevance
/external/libavc/common/x86/ |
H A D | ih264_iquant_itrans_recon_ssse3.c | 401 resq_r6_1, resq_r6_2, resq_r7_1, resq_r7_2; local 579 resq_r7_1 = _mm_slli_epi32(temp5, qp_div - 6); 584 resq_r7_1 = _mm_srai_epi32(temp5, 6 - qp_div); 587 resq_r7_1 = _mm_packs_epi32(resq_r7_1, resq_r7_2); //a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 a04*b04*q4 a05*b05*q5 a06*b06*q6 a07*b07*q7 -- 16 bit long 614 temp3 = _mm_unpacklo_epi16(resq_r6_1, resq_r7_1); //g0 h0 g1 h1 g2 h2 g3 h3 616 temp4 = _mm_unpackhi_epi16(resq_r6_1, resq_r7_1); //g4 h4 g5 h5 g6 h6 g7 h7 620 resq_r7_1 = _mm_unpackhi_epi32(temp2, temp4); //e6 f6 g6 h6 e7 f7 g7 h7 637 resq_r6_2 = _mm_unpacklo_epi64(resq_r3_1, resq_r7_1); //a6 b6 c6 d6 e6 f6 g6 h6 638 resq_r7_2 = _mm_unpackhi_epi64(resq_r3_1, resq_r7_1); //a [all...] |
Completed in 108 milliseconds