Home
last modified time | relevance | path

Searched refs:constrained_intra_pred_flag (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/media/platform/mediatek/vcodec/decoder/vdec/
Dvdec_h264_req_common.h81 unsigned char constrained_intra_pred_flag; member
Dvdec_h264_req_common.c139 GET_MTK_VDEC_FLAG(constrained_intra_pred_flag, in mtk_vdec_h264_copy_pps_params()
/linux-6.12.1/drivers/media/platform/allegro-dvt/
Dnal-h264.h184 unsigned int constrained_intra_pred_flag; member
Dnal-hevc.h278 unsigned int constrained_intra_pred_flag; member
Dnal-h264.c328 rbsp_bit(rbsp, &pps->constrained_intra_pred_flag); in nal_h264_rbsp_pps()
Dnal-hevc.c444 rbsp_bit(rbsp, &pps->constrained_intra_pred_flag); in nal_hevc_rbsp_pps()
Dallegro-core.c1697 pps->constrained_intra_pred_flag = 0; in allegro_h264_write_pps()
/linux-6.12.1/drivers/media/platform/nvidia/tegra-vde/
Dh264.c35 unsigned int constrained_intra_pred_flag; member
381 value |= !!ctx->constrained_intra_pred_flag << 15; in tegra_vde_setup_hw_context()
889 h264->constrained_intra_pred_flag = 1; in tegra_vde_h264_setup_context()