Home | History | Annotate | Download | only in x86

Lines Matching refs:pu1_ref

90 * pointed by 'pu1_ref' to the TU block location  pointed by 'pu1_dst'  Refer
122 void ihevc_intra_pred_chroma_planar_sse42(UWORD8 *pu1_ref,
160 // pu1_ref[2*(two_nt - 1 - row)]
161 // pu1_ref[2 * (three_nt + 1)]
162 // pu1_ref[2 * (two_nt + 1) + col]
163 // pu1_ref[2 * (nt - 1)]
165 const_temp_4x32b = _mm_set_epi16(pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)], pu1_ref[2 * (three_nt + 1) + 1],
166 pu1_ref[2 * (three_nt + 1)], pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)],
167 pu1_ref[2 * (three_nt + 1) + 1], pu1_ref[2 * (three_nt + 1)]);
169 const_temp1_4x32b = _mm_set_epi16(pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt - 1)], pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt - 1)],
170 pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt - 1)], pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt - 1)]);
187 const_temp2_4x32b = _mm_set_epi16(pu1_ref[2 * (two_nt - 1 - row) + 1], pu1_ref[2 * (two_nt - 1 - row)], pu1_ref[2 * (two_nt - 1 - row) + 1],
188 pu1_ref[2 * (two_nt - 1 - row)], pu1_ref[2 * (two_nt - 1 - row) + 1], pu1_ref[2 * (two_nt - 1 - row)],
189 pu1_ref[2 * (two_nt - 1 - row) + 1], pu1_ref[2 * (two_nt - 1 - row)]);
199 /*(row + 1) * pu1_ref[nt - 1]*/
202 /*(row + 1) * pu1_ref[nt - 1] + nt)*/
210 src_temp_8x16b = _mm_loadu_si128((__m128i *)(pu1_ref + 2 * (two_nt + 1) + col));
214 /* (nt - 1 - row) * pu1_ref[two_nt + 1 + col] */
217 /*(col + 1) * pu1_ref[three_nt + 1]*/
220 /*(nt - 1 - col)* pu1_ref[two_nt - 1 - row]*/
244 * pointed by 'pu1_ref' to the TU block location pointed by 'pu1_dst' Refer
276 void ihevc_intra_pred_chroma_dc_sse42(UWORD8 *pu1_ref,
323 src_temp3 = _mm_loadu_si128((__m128i *)(pu1_ref + (2 * nt)));
324 src_temp4 = _mm_loadu_si128((__m128i *)(pu1_ref + (2 * nt) + 16));
325 src_temp7 = _mm_loadu_si128((__m128i *)(pu1_ref + (2 * nt) + 32));
326 src_temp8 = _mm_loadu_si128((__m128i *)(pu1_ref + (2 * nt) + 48));
365 src_temp3 = _mm_loadu_si128((__m128i *)(pu1_ref + (2 * nt)));
366 src_temp4 = _mm_loadu_si128((__m128i *)(pu1_ref + (2 * nt) + 16));
394 src_temp3 = _mm_loadu_si128((__m128i *)(pu1_ref + (2 * nt)));
413 acc_dc_u += pu1_ref[6 * nt];
414 acc_dc_v += pu1_ref[6 * nt + 1];
416 acc_dc_u -= pu1_ref[4 * nt];
417 acc_dc_v -= pu1_ref[4 * nt + 1];