Home
last modified time | relevance | path

Searched refs:slice_nb_rps_poc (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c380 RK_U8 slice_nb_rps_poc[600]; in hal_h265d_slice_output_rps() local
388 memset(&slice_nb_rps_poc, 0, sizeof(slice_nb_rps_poc)); in hal_h265d_slice_output_rps()
647 slice_nb_rps_poc[slice_idx] = 0; in hal_h265d_slice_output_rps()
649 slice_nb_rps_poc[slice_idx] = nb_refs; in hal_h265d_slice_output_rps()
678 mpp_put_bits(&bp, slice_nb_rps_poc [k], 4); in hal_h265d_slice_output_rps()
680 h265h_dbg(H265H_DBG_RPS, "slice_nb_rps_poc = %d \n", slice_nb_rps_poc[k]); in hal_h265d_slice_output_rps()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h617 RK_U8 slice_nb_rps_poc[600]; member