Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c985 if (openhevc_pps->disable_dbf != pps->disable_dbf) { in compare_pps()
1962 pps->disable_dbf = 0; in mpp_hevc_decode_nal_pps()
2130 READ_ONEBIT(gb, & pps->disable_dbf); in mpp_hevc_decode_nal_pps()
2131 if (!pps->disable_dbf) { in mpp_hevc_decode_nal_pps()
H A Dh265d_parser.h350 RK_U8 disable_dbf; member
H A Dh265d_parser2_syntax.c138 … (pps->disable_dbf << 13) | in fill_picture_parameters()
H A Dh265d_parser.c1033 sh->disable_deblocking_filter_flag = s->pps->disable_dbf; in hls_slice_header()