Lines Matching full:rgb_stride
557 (ptr)[rgb_stride] + (ptr)[rgb_stride + step])
559 #define SUM2V(ptr) (2 * (ptr)[0] + 2 * (ptr)[rgb_stride])
562 const int src = (2 * (step * (x) + (y) * rgb_stride)); \
572 const int src = (step * (x_in) + (y) * rgb_stride); \
596 int rgb_stride, // bytes per scanline
602 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride);
614 const int offset = step * x + y * rgb_stride;
667 a_ptr[step * x + y * rgb_stride];
675 const uint8_t* const rgb, int rgb_stride,
685 return ImportYUVAFromRGBA(r_ptr, g_ptr, b_ptr, a_ptr, step, rgb_stride,
699 const int offset = step * x + y * rgb_stride;
713 const int offset = step * x + y * rgb_stride;
731 const uint8_t* rgb, int rgb_stride) {
732 return Import(picture, rgb, rgb_stride, 3, 0, 0);
736 const uint8_t* rgb, int rgb_stride) {
737 return Import(picture, rgb, rgb_stride, 3, 1, 0);