Home | History | Annotate | Download | only in dsp

Lines Matching full:four

139     const __m128i four = _mm_set1_epi16(4);
140 const __m128i dc = _mm_add_epi16(T0, four);
209 // Load four bytes/pixels per line.
238 // Store four bytes/pixels per line.
304 const __m128i four = _mm_set1_epi8(4); \
306 __m128i v4 = _mm_adds_epi8(fl, four); \