Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c489 int short_term_ref_pic_set_sps_flag; in hal_h265d_slice_output_rps() local
493 READ_ONEBIT(gb, &short_term_ref_pic_set_sps_flag); in hal_h265d_slice_output_rps()
497 if (!short_term_ref_pic_set_sps_flag) { in hal_h265d_slice_output_rps()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h367 int short_term_ref_pic_set_sps_flag; member
H A Dh265d_parser2_syntax.c99 if (h->sh.short_term_ref_pic_set_sps_flag == 0 && h->sh.short_term_rps) { in fill_picture_parameters()
H A Dh265d_parser.c838 READ_ONEBIT(gb, &sh->short_term_ref_pic_set_sps_flag); in hls_slice_header()
842 if (!sh->short_term_ref_pic_set_sps_flag) { in hls_slice_header()