Lines Matching refs:interlaced_x_weights
185 __m128i interlaced_x_weights) {
193 // That's why we go to all this trouble to make interlaced_x_weights,
196 // Our interlaced_x_weights are all in [0,16], and so we need not worry about
203 interlaced_x_weights);
212 __m128i interlaced_x_weights,
214 // Interpolate each row in X, leaving 16-bit lanes scaled by interlaced_x_weights.
215 __m128i top = interpolate_in_x(A0,A1, B0,B1, interlaced_x_weights),
216 bot = interpolate_in_x(A2,A3, B2,B3, interlaced_x_weights);
297 __m128i interlaced_x_weights = _mm_unpacklo_epi8(wl, wr);
303 interlaced_x_weights, wy);