Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateless.c489 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()
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_common.h51 unsigned char bit_depth_chroma_minus8; member
H A Dvdec_h264_req_common.c99 GET_MTK_VDEC_PARAM(bit_depth_chroma_minus8); in mtk_vdec_h264_copy_sps_params()
H A Dvdec_hevc_req_multi_if.c63 unsigned char bit_depth_chroma_minus8; member
434 GET_HEVC_VDEC_PARAM(bit_depth_chroma_minus8); in vdec_hevc_copy_sps_params()
/linux/drivers/media/platform/allegro-dvt/
H A Dnal-h264.h114 unsigned int bit_depth_chroma_minus8; member
H A Dnal-hevc.h223 unsigned int bit_depth_chroma_minus8; member
H A Dnal-h264.c231 rbsp_uev(rbsp, &sps->bit_depth_chroma_minus8); in nal_h264_rbsp_sps()
H A Dnal-hevc.c363 rbsp_uev(rbsp, &sps->bit_depth_chroma_minus8); in nal_hevc_rbsp_sps()
/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus.c39 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()
H A Dcedrus_h265.c574 VE_DEC_H265_DEC_SPS_HDR_BIT_DEPTH_CHROMA_MINUS8(sps->bit_depth_chroma_minus8) | in cedrus_h265_setup()
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-hevc.c170 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()
H A Drkvdec-vdpu381-hevc.c162 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()
H A Drkvdec-vdpu383-hevc.c258 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()
H A Drkvdec-h264.c138 WRITE_PPS(sps->bit_depth_chroma_minus8, BIT_DEPTH_CHROMA); in assemble_hw_pps()
H A Drkvdec-vdpu381-h264.c115 hw_ps->sps.bit_depth_chroma = sps->bit_depth_chroma_minus8; in assemble_hw_pps()
H A Drkvdec-vdpu383-h264.c221 hw_ps->sps.bit_depth_chroma = sps->bit_depth_chroma_minus8; in assemble_hw_pps()
/linux/drivers/media/test-drivers/visl/
H A Dvisl-trace-h264.h46 __entry->s.bit_depth_chroma_minus8,
/linux/Documentation/admin-guide/media/
H A Dvisl.rst115 bit_depth_chroma_minus8 0
/linux/include/uapi/linux/
H A Dv4l2-controls.h1411 * @bit_depth_chroma_minus8: see H264 specification.
1431 __u8 bit_depth_chroma_minus8;
2144 * @bit_depth_chroma_minus8: this value plus 8 specifies the bit depth of the
2199 __u8 bit_depth_chroma_minus8;
1429 __u8 bit_depth_chroma_minus8; global() member
2195 __u8 bit_depth_chroma_minus8; global() member
/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_hevc_dec.c154 hantro_reg_write(vpu, &g2_bit_depth_c_minus8, sps->bit_depth_chroma_minus8); in set_params()
H A Dhantro_drv.c263 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in hantro_try_ctrl()
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c1056 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()