Home | History | Annotate | Download | only in mrst

Lines Matching refs:first_mb_in_slice

1027     REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_VEC_H264, CR_VEC_H264_FE_SLICE2, FIRST_MB_IN_SLICE, slice_param->first_mb_in_slice);
1480 ctx->first_mb_x = slice_param->first_mb_in_slice % ctx->picture_width_mb;
1481 ctx->first_mb_y = slice_param->first_mb_in_slice / ctx->picture_width_mb;
1600 drv_debug_msg(VIDEO_DEBUG_GENERAL, " first mb = %d macroblock offset = %d\n", slice_param->first_mb_in_slice, slice_param->slice_data_bit_offset);