Searched refs:first_slice_in_pic_flag (Results 1 – 4 of 4) sorted by relevance
90 RK_U8 first_slice_in_pic_flag; member
418 READ_ONEBIT(gb, &sh.first_slice_in_pic_flag); in hal_h265d_slice_output_rps()431 if (!sh.first_slice_in_pic_flag) { in hal_h265d_slice_output_rps()
552 if (openhevc_sh->first_slice_in_pic_flag != sh->first_slice_in_pic_flag) { in compare_sliceheader()724 READ_ONEBIT(gb, &sh->first_slice_in_pic_flag); in hls_slice_header()725 if ((IS_IDR(s) || IS_BLA(s)) && sh->first_slice_in_pic_flag) { in hls_slice_header()734 if (IS_IRAP(s) && s->miss_ref_flag && sh->first_slice_in_pic_flag) { in hls_slice_header()752 if (!sh->first_slice_in_pic_flag && in hls_slice_header()777 if (!sh->first_slice_in_pic_flag) { in hls_slice_header()835 if (!sh->first_slice_in_pic_flag && poc != s->poc) { in hls_slice_header()1104 if (s->h265dctx->compare_info != NULL && sh->first_slice_in_pic_flag) { in hls_slice_header()1489 if (s->sh.first_slice_in_pic_flag) { in parser_nal_unit()
391 RK_U8 first_slice_in_pic_flag; member