Home | History | Annotate | Download | only in dec

Lines Matching refs:mb_y

31   uint8_t* const y_dst = buf->y + io->mb_y * buf->y_stride;
32 uint8_t* const u_dst = buf->u + (io->mb_y >> 1) * buf->u_stride;
33 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride;
53 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
82 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
108 uint8_t* dst = buf->rgba + io->mb_y * buf->stride;
115 int y = io->mb_y;
116 const int y_end = io->mb_y + io->mb_h;
170 uint8_t* dst = buf->a + io->mb_y * buf->a_stride;
191 int start_y = io->mb_y;
207 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) {
600 assert(!(io->mb_y & 1));