Home | History | Annotate | Download | only in simd

Lines Matching refs:num_cols

33   int pitch = img_width * RGB_PIXELSIZE, num_cols;
67 for (num_cols = pitch; num_cols > 0;
68 num_cols -= RGB_PIXELSIZE * 16, inptr += RGB_PIXELSIZE * 16,
76 int bytes = num_cols + offset;
86 memcpy(tmpbuf, inptr, min(num_cols, RGB_PIXELSIZE * 16));
115 if (num_cols < RGB_PIXELSIZE * 16 && (num_cols & 15)) {
117 memcpy(tmpbuf, inptr, min(num_cols, RGB_PIXELSIZE * 16));
127 if (num_cols > 16)
129 if (num_cols > 32)
132 if (num_cols > 48)
140 if (num_cols > 16)
142 if (num_cols > 32)
145 if (num_cols > 48)