Home
last modified time | relevance | path

Searched refs:interlaced_x_weights (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/opts/
H A DSkBitmapProcState_opts.h185 __m128i interlaced_x_weights) { in S32_alpha_D32_filter_DX()
193 // That's why we go to all this trouble to make interlaced_x_weights, in S32_alpha_D32_filter_DX()
196 // Our interlaced_x_weights are all in [0,16], and so we need not worry about in S32_alpha_D32_filter_DX()
203 interlaced_x_weights); in S32_alpha_D32_filter_DX()
212 __m128i interlaced_x_weights, in S32_alpha_D32_filter_DX()
214 // Interpolate each row in X, leaving 16-bit lanes scaled by interlaced_x_weights. in S32_alpha_D32_filter_DX()
215 __m128i top = interpolate_in_x(A0,A1, B0,B1, interlaced_x_weights), in S32_alpha_D32_filter_DX()
216 bot = interpolate_in_x(A2,A3, B2,B3, interlaced_x_weights); in S32_alpha_D32_filter_DX()
297 __m128i interlaced_x_weights = _mm_unpacklo_epi8(wl, wr); in S32_alpha_D32_filter_DX() local
303 interlaced_x_weights, w in S32_alpha_D32_filter_DX()
[all...]

Completed in 2 milliseconds