Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh265d_syntax.h151 UINT32 sps_range_extension_flag : 1; member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c270 pp->sps_range_extension_flag = sps->sps_range_extension_flag;; in fill_picture_parameters()
H A Dh265d_parser.h267 RK_S32 sps_range_extension_flag; member
H A Dh265d_ps.c1756 READ_ONEBIT(gb, &sps->sps_range_extension_flag); in mpp_hevc_decode_nal_sps()
1758 if (sps->sps_range_extension_flag) { in mpp_hevc_decode_nal_sps()