Home
last modified time | relevance | path

Searched refs:num_entry_point_offsets (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c681 if (openhevc_sh->num_entry_point_offsets != sh->num_entry_point_offsets) { in compare_sliceheader()
1056 sh->num_entry_point_offsets = 0; in hls_slice_header()
1058 READ_UE(gb, &sh->num_entry_point_offsets); in hls_slice_header()
1060 … if (sh->num_entry_point_offsets > s->sps->ctb_height || sh->num_entry_point_offsets < 0) { in hls_slice_header()
1062 sh->num_entry_point_offsets, in hls_slice_header()
1067 …if (sh->num_entry_point_offsets > s->sps->ctb_height * s->sps->ctb_width || sh->num_entry_point_of… in hls_slice_header()
1069 sh->num_entry_point_offsets, in hls_slice_header()
1074 if (sh->num_entry_point_offsets) { in hls_slice_header()
1078 for (i = 0; i < sh->num_entry_point_offsets; i++) in hls_slice_header()
H A Dh265d_parser.h432 RK_S32 num_entry_point_offsets; member
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h129 RK_S32 num_entry_point_offsets; member