Home
last modified time | relevance | path

Searched refs:LINE_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dsp/
Dlossless_enc_sse2.c175 #define LINE_SIZE 16 // 8 or 16 macro
179 for (i = 0; i + LINE_SIZE <= size; i += LINE_SIZE) { in AddVector_SSE2()
182 #if (LINE_SIZE == 16) in AddVector_SSE2()
188 #if (LINE_SIZE == 16) in AddVector_SSE2()
194 #if (LINE_SIZE == 16) in AddVector_SSE2()
206 for (i = 0; i + LINE_SIZE <= size; i += LINE_SIZE) { in AddVectorEq_SSE2()
209 #if (LINE_SIZE == 16) in AddVectorEq_SSE2()
215 #if (LINE_SIZE == 16) in AddVectorEq_SSE2()
221 #if (LINE_SIZE == 16) in AddVectorEq_SSE2()
230 #undef LINE_SIZE