Searched refs:bit_depth_luma_minus8 (Results 1 – 16 of 16) sorted by relevance
473 if (h264->bit_depth_chroma_minus8 == 2 && h264->bit_depth_luma_minus8 == 2) { in mtk_vdec_s_ctrl()476 h264->bit_depth_luma_minus8 != 0) { in mtk_vdec_s_ctrl()479 h264->bit_depth_luma_minus8); in mtk_vdec_s_ctrl()486 if (h265->bit_depth_chroma_minus8 == 2 && h265->bit_depth_luma_minus8 == 2) { in mtk_vdec_s_ctrl()489 h265->bit_depth_luma_minus8 != 0) { in mtk_vdec_s_ctrl()492 h265->bit_depth_luma_minus8); in mtk_vdec_s_ctrl()
662 WRITE_PPS(sps->bit_depth_luma_minus8, BIT_DEPTH_LUMA); in assemble_hw_pps()1038 if (sps->bit_depth_luma_minus8 == 0) { in rkvdec_h264_get_image_fmt()1043 } else if (sps->bit_depth_luma_minus8 == 2) { in rkvdec_h264_get_image_fmt()1061 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in rkvdec_h264_validate_sps()1064 if (sps->bit_depth_luma_minus8 != 0 && sps->bit_depth_luma_minus8 != 2) in rkvdec_h264_validate_sps()
39 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in cedrus_try_ctrl()42 if (sps->bit_depth_luma_minus8 != 0) in cedrus_try_ctrl()55 bit_depth = max(sps->bit_depth_luma_minus8, in cedrus_try_ctrl()
575 VE_DEC_H265_DEC_SPS_HDR_BIT_DEPTH_LUMA_MINUS8(sps->bit_depth_luma_minus8) | in cedrus_h265_setup()
263 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in hantro_try_ctrl()266 if (sps->bit_depth_luma_minus8 != 0) in hantro_try_ctrl()272 if (sps->bit_depth_luma_minus8 != 0 && sps->bit_depth_luma_minus8 != 2) in hantro_try_ctrl()344 int bit_depth = sps->bit_depth_luma_minus8 + 8; in hantro_hevc_s_ctrl()
153 hantro_reg_write(vpu, &g2_bit_depth_y_minus8, sps->bit_depth_luma_minus8); in set_params()
50 unsigned char bit_depth_luma_minus8; member
98 GET_MTK_VDEC_PARAM(bit_depth_luma_minus8); in mtk_vdec_h264_copy_sps_params()
62 unsigned char bit_depth_luma_minus8; member433 GET_HEVC_VDEC_PARAM(bit_depth_luma_minus8); in vdec_hevc_copy_sps_params()
113 unsigned int bit_depth_luma_minus8; member
222 unsigned int bit_depth_luma_minus8; member
230 rbsp_uev(rbsp, &sps->bit_depth_luma_minus8); in nal_h264_rbsp_sps()
362 rbsp_uev(rbsp, &sps->bit_depth_luma_minus8); in nal_hevc_rbsp_sps()
45 __entry->s.bit_depth_luma_minus8,
966 p_h264_sps->bit_depth_luma_minus8 = 0; in std_validate_compound()998 if (p_h264_sps->bit_depth_luma_minus8 > 6) in std_validate_compound()
Completed in 46 milliseconds