Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c490 int short_term_ref_pic_set_sps_flag; in hal_h265d_slice_output_rps() local
494 READ_ONEBIT(gb, &short_term_ref_pic_set_sps_flag); in hal_h265d_slice_output_rps()
498 if (!short_term_ref_pic_set_sps_flag) { in hal_h265d_slice_output_rps()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h397 int short_term_ref_pic_set_sps_flag; member
H A Dh265d_parser2_syntax.c101 if (h->sh.short_term_ref_pic_set_sps_flag == 0 && h->sh.short_term_rps) { in fill_picture_parameters()
H A Dh265d_parser.c845 READ_ONEBIT(gb, &sh->short_term_ref_pic_set_sps_flag); in hls_slice_header()
849 if (!sh->short_term_ref_pic_set_sps_flag) { in hls_slice_header()