| /linux/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | mtk_vcodec_dec_stateless.c | 489 if (h264->bit_depth_chroma_minus8 == 2 && h264->bit_depth_luma_minus8 == 2) { in mtk_vdec_s_ctrl() 492 h264->bit_depth_luma_minus8 != 0) { in mtk_vdec_s_ctrl() 495 h264->bit_depth_luma_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() 505 h265->bit_depth_luma_minus8 != 0) { in mtk_vdec_s_ctrl() 508 h265->bit_depth_luma_minus8); in mtk_vdec_s_ctrl()
|
| /linux/drivers/media/platform/rockchip/rkvdec/ |
| H A D | rkvdec-hevc.c | 169 WRITE_PPS(sps->bit_depth_luma_minus8 + 8, BIT_DEPTH_LUMA); in assemble_hw_pps() 511 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in rkvdec_hevc_validate_sps() 514 if (sps->bit_depth_luma_minus8 != 0 && sps->bit_depth_luma_minus8 != 2) in rkvdec_hevc_validate_sps()
|
| H A D | rkvdec-vdpu381-hevc.c | 161 hw_ps->sps.bit_depth_luma = sps->bit_depth_luma_minus8 + 8; in assemble_hw_pps() 522 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in rkvdec_hevc_validate_sps() 526 if (sps->bit_depth_luma_minus8 != 0 && sps->bit_depth_luma_minus8 != 2) in rkvdec_hevc_validate_sps()
|
| H A D | rkvdec-vdpu383-hevc.c | 257 hw_ps->bit_depth_luma = sps->bit_depth_luma_minus8 + 8; in assemble_hw_pps() 530 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in rkvdec_hevc_validate_sps() 534 if (sps->bit_depth_luma_minus8 != 0 && sps->bit_depth_luma_minus8 != 2) in rkvdec_hevc_validate_sps()
|
| H A D | rkvdec-hevc-common.c | 462 if (sps->bit_depth_luma_minus8 == 0) { in rkvdec_hevc_get_image_fmt() 467 } else if (sps->bit_depth_luma_minus8 == 2) { in rkvdec_hevc_get_image_fmt()
|
| H A D | rkvdec-h264.c | 137 WRITE_PPS(sps->bit_depth_luma_minus8, BIT_DEPTH_LUMA); in assemble_hw_pps()
|
| H A D | rkvdec-vdpu381-h264.c | 114 hw_ps->sps.bit_depth_luma = sps->bit_depth_luma_minus8; in assemble_hw_pps()
|
| H A D | rkvdec-vdpu383-h264.c | 220 hw_ps->sps.bit_depth_luma = sps->bit_depth_luma_minus8; in assemble_hw_pps()
|
| /linux/drivers/staging/media/sunxi/cedrus/ |
| H A D | cedrus.c | 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()
|
| H A D | cedrus_h265.c | 575 VE_DEC_H265_DEC_SPS_HDR_BIT_DEPTH_LUMA_MINUS8(sps->bit_depth_luma_minus8) | in cedrus_h265_setup()
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
| H A D | vdec_h264_req_common.h | 50 unsigned char bit_depth_luma_minus8; member
|
| H A D | vdec_h264_req_common.c | 98 GET_MTK_VDEC_PARAM(bit_depth_luma_minus8); in mtk_vdec_h264_copy_sps_params()
|
| H A D | vdec_hevc_req_multi_if.c | 62 unsigned char bit_depth_luma_minus8; member 433 GET_HEVC_VDEC_PARAM(bit_depth_luma_minus8); in vdec_hevc_copy_sps_params()
|
| /linux/drivers/media/platform/verisilicon/ |
| H A D | hantro_drv.c | 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()
|
| H A D | hantro_g2_hevc_dec.c | 153 hantro_reg_write(vpu, &g2_bit_depth_y_minus8, sps->bit_depth_luma_minus8); in set_params()
|
| /linux/drivers/media/platform/allegro-dvt/ |
| H A D | nal-h264.h | 113 unsigned int bit_depth_luma_minus8; member
|
| H A D | nal-hevc.h | 222 unsigned int bit_depth_luma_minus8; member
|
| H A D | nal-h264.c | 230 rbsp_uev(rbsp, &sps->bit_depth_luma_minus8); in nal_h264_rbsp_sps()
|
| H A D | nal-hevc.c | 362 rbsp_uev(rbsp, &sps->bit_depth_luma_minus8); in nal_hevc_rbsp_sps()
|
| /linux/drivers/media/test-drivers/visl/ |
| H A D | visl-trace-h264.h | 45 __entry->s.bit_depth_luma_minus8,
|
| /linux/Documentation/admin-guide/media/ |
| H A D | visl.rst | 114 bit_depth_luma_minus8 0
|
| /linux/include/uapi/linux/ |
| H A D | v4l2-controls.h | 1410 * @bit_depth_luma_minus8: see H264 specification. 1430 __u8 bit_depth_luma_minus8; 2142 * @bit_depth_luma_minus8: this value plus 8specifies the bit depth of the 2198 __u8 bit_depth_luma_minus8; 1428 __u8 bit_depth_luma_minus8; global() member 2194 __u8 bit_depth_luma_minus8; global() member
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-ctrls-core.c | 1055 p_h264_sps->bit_depth_luma_minus8 = 0; in std_validate_compound() 1087 if (p_h264_sps->bit_depth_luma_minus8 > 6) in std_validate_compound()
|