Searched refs:bit_depth_chroma_minus8 (Results 1 – 20 of 20) sorted by relevance
489 if (h264->bit_depth_chroma_minus8 == 2 && h264->bit_depth_luma_minus8 == 2) { in mtk_vdec_s_ctrl()491 } else if (h264->bit_depth_chroma_minus8 != 0 && in mtk_vdec_s_ctrl()494 h264->bit_depth_chroma_minus8, in mtk_vdec_s_ctrl()502 if (h265->bit_depth_chroma_minus8 == 2 && h265->bit_depth_luma_minus8 == 2) { in mtk_vdec_s_ctrl()504 } else if (h265->bit_depth_chroma_minus8 != 0 && in mtk_vdec_s_ctrl()507 h265->bit_depth_chroma_minus8, in mtk_vdec_s_ctrl()
51 unsigned char bit_depth_chroma_minus8; member
99 GET_MTK_VDEC_PARAM(bit_depth_chroma_minus8); in mtk_vdec_h264_copy_sps_params()
63 unsigned char bit_depth_chroma_minus8; member434 GET_HEVC_VDEC_PARAM(bit_depth_chroma_minus8); in vdec_hevc_copy_sps_params()
114 unsigned int bit_depth_chroma_minus8; member
223 unsigned int bit_depth_chroma_minus8; member
231 rbsp_uev(rbsp, &sps->bit_depth_chroma_minus8); in nal_h264_rbsp_sps()
363 rbsp_uev(rbsp, &sps->bit_depth_chroma_minus8); in nal_hevc_rbsp_sps()
39 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in cedrus_try_ctrl()56 sps->bit_depth_chroma_minus8) + 8; in cedrus_try_ctrl()
574 VE_DEC_H265_DEC_SPS_HDR_BIT_DEPTH_CHROMA_MINUS8(sps->bit_depth_chroma_minus8) | in cedrus_h265_setup()
170 WRITE_PPS(sps->bit_depth_chroma_minus8 + 8, BIT_DEPTH_CHROMA); in assemble_hw_pps()511 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in rkvdec_hevc_validate_sps()
162 hw_ps->sps.bit_depth_chroma = sps->bit_depth_chroma_minus8 + 8; in assemble_hw_pps()522 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in rkvdec_hevc_validate_sps()
258 hw_ps->bit_depth_chroma = sps->bit_depth_chroma_minus8 + 8; in assemble_hw_pps()530 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in rkvdec_hevc_validate_sps()
138 WRITE_PPS(sps->bit_depth_chroma_minus8, BIT_DEPTH_CHROMA); in assemble_hw_pps()
115 hw_ps->sps.bit_depth_chroma = sps->bit_depth_chroma_minus8; in assemble_hw_pps()
221 hw_ps->sps.bit_depth_chroma = sps->bit_depth_chroma_minus8; in assemble_hw_pps()
46 __entry->s.bit_depth_chroma_minus8,
115 bit_depth_chroma_minus8 0
1056 p_h264_sps->bit_depth_chroma_minus8 = 0; in std_validate_compound()1089 if (p_h264_sps->bit_depth_chroma_minus8 > 6) in std_validate_compound()
263 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in hantro_try_ctrl()