Home | History | Annotate | Download | only in dec

Lines Matching refs:mb_y

28   uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride;
29 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride;
30 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride;
50 uint8_t* const dst = buf->rgba + io->mb_y * buf->stride;
65 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
91 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
98 int y = io->mb_y;
99 const int y_end = io->mb_y + io->mb_h;
153 uint8_t* dst = buf->a + io->mb_y * buf->a_stride;
174 int start_y = io->mb_y;
190 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) {
617 assert(!(io->mb_y & 1));