Home
last modified time | relevance | path

Searched refs:slice_count (Results 1 – 10 of 10) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_fill.c48 if (dxva_ctx->slice_count >= dxva_ctx->max_slice_size) { in fill_slice_stream()
51 p_long = &dxva_ctx->slice_long[dxva_ctx->slice_count]; in fill_slice_stream()
302 p_long = &dxva_ctx->slice_long[dxva_ctx->slice_count]; in fill_slice_syntax()
311 p_long->slice_id = dxva_ctx->slice_count; in fill_slice_syntax()
347 dxva_ctx->slice_count++; in fill_slice_syntax()
396 p_dec->DataSize = dxva_ctx->slice_count * sizeof(DXVA_Slice_H264_Long); in commit_buffer()
399 dxva_ctx->slice_count = 0; in commit_buffer()
H A Dh264d_api.c219 p_dxva->slice_count = 0; in init_dxva_ctx()
459 p_Dec->dxva_ctx->slice_count = 0; in h264d_reset()
H A Dh264d_global.h868 RK_U32 slice_count; member
H A Dh264d_parse.c1088 p_Dec->dxva_ctx->slice_count = 0; in parse_loop()
/rockchip-linux_mpp/mpp/common/
H A Dh265d_syntax.h236 UINT32 slice_count; member
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_rkv.c691 for (i = 0; i < dxva_cxt->slice_count; i++) { in update_stream_buffer()
713 i, dxva_cxt->slice_short[i].BSNALunitDataLocation, dxva_cxt->slice_count, in update_stream_buffer()
806 hw_regs->sw_picparameter.sw_slice_num = dxva_cxt->slice_count; in hal_h265d_rkv_gen_regs()
H A Dhal_h265d_com.c394 for (k = 0; k < dxva_cxt->slice_count; k++) { in hal_h265d_slice_output_rps()
H A Dhal_h265d_vdpu382.c741 hw_regs->common.reg017.slice_num = dxva_cxt->slice_count; in hal_h265d_vdpu382_gen_regs()
H A Dhal_h265d_vdpu34x.c952 hw_regs->common.reg017.slice_num = dxva_cxt->slice_count; in hal_h265d_vdpu34x_gen_regs()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c444 ctx_pic->slice_count = count; in h265d_syntax_fill_slice()