Searched refs:bit_depth_luma (Results 1 – 3 of 3) sorted by relevance
423 if ((H264_CHROMA_400 == p_Vid->yuv_format) && (8 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()425 } else if ((H264_CHROMA_420 == p_Vid->yuv_format) && (8 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()427 } else if ((H264_CHROMA_420 == p_Vid->yuv_format) && (10 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()429 } else if ((H264_CHROMA_422 == p_Vid->yuv_format) && (8 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()432 } else if ((H264_CHROMA_422 == p_Vid->yuv_format) && (10 == p_Vid->bit_depth_luma)) { in dpb_mark_malloc()443 if (!p_Vid->frame_mbs_only_flag && p_Vid->bit_depth_luma < 10) in dpb_mark_malloc()450 p_Vid->width <= 1920 && p_Vid->height <= 1088 && p_Vid->bit_depth_luma == 8) in dpb_mark_malloc()466 hor_stride = MPP_ALIGN(p_Vid->width * p_Vid->bit_depth_luma, 8) / 8; in dpb_mark_malloc()496 p_Vid->width <= 1920 && p_Vid->height <= 1088 && p_Vid->bit_depth_luma == 8) in dpb_mark_malloc()
406 p_Vid->bit_depth_luma = sps->bit_depth_luma_minus8 + 8; in update_video_pars()
1019 RK_U32 bit_depth_luma; member