Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/libwebp/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
/third_party/skia/third_party/externals/libwebp/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
/third_party/alsa-lib/src/topology/
Ddapm.c286 #define LINE_SIZE 1024 macro
292 char buf[LINE_SIZE]; in tplg_parse_line()
296 snd_strlcpy(buf, text, LINE_SIZE); in tplg_parse_line()