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

/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_H264.c133 uint32_t bit_depth_c; /* Chroma bit depth */ member in struct:context_H264_s
655 ctx->bit_depth_c = 8 + pic_params->bit_depth_chroma_minus8; /* (7-3) */
675 ctx->raw_mb_bits = 256 * ctx->bit_depth_l + 2 * ctx->mb_width_c * ctx->mb_height_c * ctx->bit_depth_c; /* (7-5) */
/hardware/intel/img/psb_video/src/
H A Dpnw_H264.c146 uint32_t bit_depth_c; /* Chroma bit depth */ member in struct:context_H264_s
625 ctx->bit_depth_c = 8 + pic_params->bit_depth_chroma_minus8; /* (7-3) */
639 ctx->raw_mb_bits = 256 * ctx->bit_depth_l + 2 * ctx->mb_width_c * ctx->mb_height_c * ctx->bit_depth_c; /* (7-5) */

Completed in 112 milliseconds