Home | History | Annotate | Download | only in x86

Lines Matching refs:two_nt

132     WORD32 two_nt, three_nt;
153 two_nt = 2 * nt;
160 // pu1_ref[2*(two_nt - 1 - row)]
162 // pu1_ref[2 * (two_nt + 1) + col]
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)]);
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] */
220 /*(nt - 1 - col)* pu1_ref[two_nt - 1 - row]*/