Home
last modified time | relevance | path

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

/third_party/skia/src/opts/
H A DSkBitmapProcState_opts.h328 const __m128i allY = _mm_unpacklo_epi64(_mm_set1_epi16( wy), // Bottom pixel goes here. in S32_alpha_D32_filter_DX() local
350 // We've already prepared allY as a vector containing [wy, 16-wy] as a way in S32_alpha_D32_filter_DX()
352 // first, grouping into left and right halves, lined up with allY: in S32_alpha_D32_filter_DX()
357 // sum = horizontalSum( allY * (L*(16-wx) + R*wx) ) in S32_alpha_D32_filter_DX()
361 // sum = horizontalSum( allY * (16*L + (R-L)*wx) ) in S32_alpha_D32_filter_DX()
371 __m128i sum_in_x = _mm_mullo_epi16(inner, allY); in S32_alpha_D32_filter_DX()

Completed in 2 milliseconds