Home
last modified time | relevance | path

Searched refs:disable_dbf (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_ps.h287 uint8_t disable_dbf; member
Dnvdec_hevc.c171 .pps_deblocking_filter_disabled_flag = pps->disable_dbf, in nvdec_hevc_start_frame()
Ddxva2_hevc.c132 … (pps->disable_dbf << 13) | in fill_picture_parameters()
Dvdpau_hevc.c181 info->pps_deblocking_filter_disabled_flag = pps->disable_dbf; in vdpau_hevc_start_frame()
Dhevc_ps.c1539 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()
Dvaapi_hevc.c192 .pps_disable_deblocking_filter_flag = pps->disable_dbf, in vaapi_hevc_start_frame()
Dhevcdec.c862 sh->disable_deblocking_filter_flag = s->ps.pps->disable_dbf; in hls_slice_header()