Home
last modified time | relevance | path

Searched refs:deblocking_filter_control_present_flag (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_common.h80 unsigned char deblocking_filter_control_present_flag; member
H A Dvdec_h264_req_common.c137 GET_MTK_VDEC_FLAG(deblocking_filter_control_present_flag, in mtk_vdec_h264_copy_pps_params()
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dnal-h264.h183 unsigned int deblocking_filter_control_present_flag; member
H A Dnal-hevc.h300 unsigned int deblocking_filter_control_present_flag; member
H A Dnal-hevc.c470 rbsp_bit(rbsp, &pps->deblocking_filter_control_present_flag); in nal_hevc_rbsp_pps()
471 if (pps->deblocking_filter_control_present_flag) { in nal_hevc_rbsp_pps()
H A Dnal-h264.c327 rbsp_bit(rbsp, &pps->deblocking_filter_control_present_flag); in nal_h264_rbsp_pps()
H A Dallegro-core.c1696 pps->deblocking_filter_control_present_flag = 1; in allegro_h264_write_pps()
1903 pps->deblocking_filter_control_present_flag = 1; in allegro_hevc_write_pps()
/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/
H A Dh264.c39 unsigned int deblocking_filter_control_present_flag; member
378 value |= !!(ctx->deblocking_filter_control_present_flag) << 2; in tegra_vde_setup_hw_context()
897 h264->deblocking_filter_control_present_flag = 1; in tegra_vde_h264_setup_context()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch26190 + pps->deblocking_filter_control_present_flag = get_bits1(gb);
26191 + if (pps->deblocking_filter_control_present_flag) {
26665 + uint8_t deblocking_filter_control_present_flag;
34391 + if (s->ps.pps->deblocking_filter_control_present_flag) {