Home | History | Annotate | Download | only in dsp

Lines Matching refs:Wx

1428   /* compute row weight (Wx * Wy) */                        \
1430 const __m128i W = _mm_mullo_epi16(Wx, Wy); \
1455 const __m128i Wx = _mm_loadu_si128((const __m128i*)kWeight);