Searched refs:first_mb_y (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_H264.c126 uint32_t first_mb_y; member in struct:context_H264_s
1481 ctx->first_mb_y = slice_param->first_mb_in_slice / ctx->picture_width_mb;
1493 ctx->first_mb_y *= 2;
1508 REGIO_WRITE_FIELD_LITE(ctx->slice1_params, MSVDX_VEC_H264, CR_VEC_H264_FE_SLICE1, FIRST_MB_IN_SLICE_Y, ctx->first_mb_y);
1688 ctx->obj_context->first_mb = (ctx->first_mb_y << 8) | ctx->first_mb_x;
/hardware/intel/img/psb_video/src/
H A Dpnw_H264.c141 uint32_t first_mb_y; member in struct:context_H264_s
1521 ctx->first_mb_y = slice_param->first_mb_in_slice / ctx->picture_width_mb;
1533 ctx->first_mb_y *= 2;
1548 REGIO_WRITE_FIELD_LITE(ctx->slice1_params, MSVDX_VEC_H264, CR_VEC_H264_FE_SLICE1, FIRST_MB_IN_SLICE_Y, ctx->first_mb_y);
1672 ctx->obj_context->first_mb = (ctx->first_mb_y << 8) | ctx->first_mb_x;

Completed in 17 milliseconds