Lines Matching defs:pixels

159         // Load 8 pixels.
172 // Store 8 premultiplied pixels.
188 // Call portable code to finish up the tail of [0,8) pixels.
204 // Load 16 pixels.
210 // Store 16 pixels.
218 // Load 8 pixels.
224 // Store 8 pixels.
236 // Load 16 pixels.
253 // Store 16 pixels.
261 // Load 8 pixels.
276 // Store 8 pixels.
298 // Load 8 cmyk pixels.
299 uint8x8x4_t pixels = vld4_u8((const uint8_t*) src);
301 uint8x8_t k = pixels.val[3],
302 y = pixels.val[2],
303 m = pixels.val[1],
304 c = pixels.val[0];
311 // Store 8 rgba pixels.
313 pixels.val[3] = vdup_n_u8(0xFF);
314 pixels.val[2] = r;
315 pixels.val[1] = g;
316 pixels.val[0] = b;
318 pixels.val[3] = vdup_n_u8(0xFF);
319 pixels.val[2] = b;
320 pixels.val[1] = g;
321 pixels.val[0] = r;
323 vst4_u8((uint8_t*) dst, pixels);
370 // Swizzle the pixels to 8-bit planar.
387 // Repack into interlaced pixels.
421 // Call portable code to finish up the tail of [0,16) pixels.
559 // Swizzle the pixels to 8-bit planar.
576 // Repack into interlaced pixels.
647 // Swizzle the pixels to 8-bit planar.
664 // Repack into interlaced pixels.
698 // Call portable code to finish up the tail of [0,8) pixels.
805 // Swizzle the pixels to 8-bit planar.
822 // Repack into interlaced pixels:
893 // Swizzle the pixels to 8-bit planar.
910 // Repack into interlaced pixels.
944 // Call portable code to finish up the tail of [0,4) pixels.
1033 // Swizzle the pixels to 8-bit planar.
1050 // Repack into interlaced pixels.
1140 // Load 16 pixels.
1150 // Store 16 pixels.
1157 // Load 8 pixels.
1167 // Store 8 pixels.
1282 // Load 16 pixels.
1297 // Store 16 pixels.
1305 // Load 8 pixels.
1320 // Store 8 pixels.
1327 // Call portable code to finish up the tail of [0,8) pixels.
1351 // Load a vector. While this actually contains 5 pixels plus an
1352 // extra component, we will discard all but the first four pixels on
1356 // Expand the first four pixels to RGBX and then mask to RGB(FF).
1359 // Store 4 pixels.
1367 // Call portable code to finish up the tail of [0,4) pixels.