Searched refs:disable_dbf (Results 1 – 7 of 7) sorted by relevance
287 uint8_t disable_dbf; member
171 .pps_deblocking_filter_disabled_flag = pps->disable_dbf, in nvdec_hevc_start_frame()
132 … (pps->disable_dbf << 13) | in fill_picture_parameters()
181 info->pps_deblocking_filter_disabled_flag = pps->disable_dbf; in vdpau_hevc_start_frame()
1539 pps->disable_dbf = 0; in ff_hevc_decode_nal_pps()1678 pps->disable_dbf = get_bits1(gb); in ff_hevc_decode_nal_pps()1679 if (!pps->disable_dbf) { in ff_hevc_decode_nal_pps()
192 .pps_disable_deblocking_filter_flag = pps->disable_dbf, in vaapi_hevc_start_frame()
862 sh->disable_deblocking_filter_flag = s->ps.pps->disable_dbf; in hls_slice_header()