Home | History | Annotate | Download | only in x86

Lines Matching refs:in23

272           __m128i in23  = _mm_loadu_si128((const __m128i *)(in + 23 * 32));
273 step1[ 8] = _mm_add_epi16(in08, in23);
280 step1[23] = _mm_sub_epi16(in08, in23);