Home
last modified time | relevance | path

Searched refs:mb_height_c (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
Dpsb_H264.c129 uint32_t mb_height_c; /* Chroma macroblock height */ member
646 ctx->mb_height_c = 0; in psb__H264_process_picture_param()
649 ctx->mb_height_c = 16 / sub_height_c; /* 6-2 */ in psb__H264_process_picture_param()
675 …ctx->raw_mb_bits = 256 * ctx->bit_depth_l + 2 * ctx->mb_width_c * ctx->mb_height_c * ctx->bit_dept… in psb__H264_process_picture_param()
681 ctx->picture_height_samples_c = ctx->picture_height_mb * ctx->mb_height_c; in psb__H264_process_picture_param()