Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c375 RK_S32 slice_idx = 0; in hal_h265d_slice_output_rps() local
459 slice_idx++; in hal_h265d_slice_output_rps()
463 slice_idx = 0; in hal_h265d_slice_output_rps()
512 rps_bit_offset_st[slice_idx] = gb->used_bits - bit_begin; in hal_h265d_slice_output_rps()
513 rps_bit_offset[slice_idx] = rps_bit_offset_st[slice_idx]; in hal_h265d_slice_output_rps()
546 rps_bit_offset[slice_idx] += (gb->used_bits - bit_begin); in hal_h265d_slice_output_rps()
629 lowdelay_flag[slice_idx] = 1; in hal_h265d_slice_output_rps()
637 rps_pic_info[slice_idx][j][i].dpb_index = index; in hal_h265d_slice_output_rps()
638 rps_pic_info[slice_idx][j][i].is_long_term in hal_h265d_slice_output_rps()
641 lowdelay_flag[slice_idx] = 0; in hal_h265d_slice_output_rps()
[all …]
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c433 s->rps_bit_offset[s->slice_idx] = in decode_lt_rps()
434 s->rps_bit_offset_st[s->slice_idx]; in decode_lt_rps()
480 s->rps_bit_offset[s->slice_idx] in decode_lt_rps()
797 s->slice_idx++; in hls_slice_header()
801 s->slice_idx = 0; in hls_slice_header()
874 s->rps_bit_offset_st[s->slice_idx] = gb->used_bits - bit_begin; in hls_slice_header()
876 sh->short_term_ref_pic_set_size = s->rps_bit_offset_st[s->slice_idx]; in hls_slice_header()
H A Dh265d_parser.h551 RK_S32 slice_idx; ///< number of the slice being currently decoded member