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

/external/webp/src/dsp/
H A Dlossless_enc_sse2.c179 #define LINE_SIZE 16 // 8 or 16 macro
183 assert(size % LINE_SIZE == 0);
184 for (i = 0; i < size; i += LINE_SIZE) {
187 #if (LINE_SIZE == 16)
193 #if (LINE_SIZE == 16)
199 #if (LINE_SIZE == 16)
208 assert(size % LINE_SIZE == 0);
209 for (i = 0; i < size; i += LINE_SIZE) {
212 #if (LINE_SIZE == 16)
218 #if (LINE_SIZE
230 #undef LINE_SIZE macro
[all...]
/external/webrtc/webrtc/base/
H A Dlogging.cc460 const size_t LINE_SIZE = 24; local
461 char hex_line[LINE_SIZE * 9 / 4 + 2], asc_line[LINE_SIZE + 1];
465 size_t line_len = std::min(len, LINE_SIZE);

Completed in 80 milliseconds