Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c430 sh.dependent_slice_segment_flag = 0; in hal_h265d_slice_output_rps()
444 READ_ONEBIT(gb, &sh.dependent_slice_segment_flag); in hal_h265d_slice_output_rps()
457 if (!sh.dependent_slice_segment_flag) { in hal_h265d_slice_output_rps()
466 if (!sh.dependent_slice_segment_flag) { in hal_h265d_slice_output_rps()
624 if (!sh.dependent_slice_segment_flag && in hal_h265d_slice_output_rps()
H A Dhal_h265d_com.h91 RK_U8 dependent_slice_segment_flag; member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c557 if (openhevc_sh->dependent_slice_segment_flag != sh->dependent_slice_segment_flag) { in compare_sliceheader()
776 sh->dependent_slice_segment_flag = 0; in hls_slice_header()
781 READ_ONEBIT(gb, &sh->dependent_slice_segment_flag); in hls_slice_header()
795 if (!sh->dependent_slice_segment_flag) { in hls_slice_header()
805 if (!sh->dependent_slice_segment_flag) { in hls_slice_header()
1117 if (!s->sh.slice_ctb_addr_rs && s->sh.dependent_slice_segment_flag) { in hls_slice_header()
1506 if (!s->sh.dependent_slice_segment_flag && in parser_nal_unit()
H A Dh265d_parser.h392 RK_U8 dependent_slice_segment_flag; member