Searched refs:mb_x_shift (Results 1 – 1 of 1) sorted by relevance
630 int mb_x_shift; in decode_slice_thread() local672 mb_x_shift = 5; in decode_slice_thread()675 mb_x_shift = 4; in decode_slice_thread()681 dest_u = pic->data[1] + (slice->mb_y << 4) * chroma_stride + (slice->mb_x << mb_x_shift); in decode_slice_thread()682 dest_v = pic->data[2] + (slice->mb_y << 4) * chroma_stride + (slice->mb_x << mb_x_shift); in decode_slice_thread()710 size_t mb_max_x = slice->mb_count << (mb_x_shift - 1); in decode_slice_thread()