Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A 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 in AddVectorEq_SSE2()
230 #undef LINE_SIZE global() macro
[all...]
/third_party/alsa-lib/src/topology/
H A Ddapm.c285 #define LINE_SIZE 1024 macro
291 char buf[LINE_SIZE]; in tplg_parse_line()
295 snd_strlcpy(buf, text, LINE_SIZE); in tplg_parse_line()

Completed in 3 milliseconds