Home | History | Annotate | Download | only in enc

Lines Matching refs:rgb_stride

556                    (ptr)[rgb_stride] + (ptr)[rgb_stride + step])
558 #define SUM2V(ptr) (2 * (ptr)[0] + 2 * (ptr)[rgb_stride])
561 const int src = (2 * (step * (x) + (y) * rgb_stride)); \
571 const int src = (step * (x_in) + (y) * rgb_stride); \
595 int rgb_stride, // bytes per scanline
601 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride);
613 const int offset = step * x + y * rgb_stride;
666 a_ptr[step * x + y * rgb_stride];
674 const uint8_t* const rgb, int rgb_stride,
684 return ImportYUVAFromRGBA(r_ptr, g_ptr, b_ptr, a_ptr, step, rgb_stride,
698 const int offset = step * x + y * rgb_stride;
712 const int offset = step * x + y * rgb_stride;
730 const uint8_t* rgb, int rgb_stride) {
731 return Import(picture, rgb, rgb_stride, 3, 0, 0);
735 const uint8_t* rgb, int rgb_stride) {
736 return Import(picture, rgb, rgb_stride, 3, 1, 0);