Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c2077 HalBuf *cdf_buf = NULL; in vdpu383_av1d_set_cdf() local
2118 cdf_buf = hal_bufs_get_buf(reg_ctx->cdf_segid_bufs, dxva->frame_refs[mapped_idx].Index); in vdpu383_av1d_set_cdf()
2119 buf_tmp = cdf_buf->buf[0]; in vdpu383_av1d_set_cdf()
2136 cdf_buf = hal_bufs_get_buf(reg_ctx->cdf_segid_bufs, dxva->CurrPic.Index7Bits); in vdpu383_av1d_set_cdf()
2137 regs->av1d_addrs.reg185_av1_noncoef_wr_base = mpp_buffer_get_fd(cdf_buf->buf[0]); in vdpu383_av1d_set_cdf()
2138 regs->av1d_addrs.reg179_av1_coef_wr_base = mpp_buffer_get_fd(cdf_buf->buf[0]); in vdpu383_av1d_set_cdf()
2139 regs->av1d_addrs.reg182_av1_wr_segid_base = mpp_buffer_get_fd(cdf_buf->buf[0]); in vdpu383_av1d_set_cdf()
2609 HalBuf *cdf_buf = NULL; in vdpu383_av1d_wait() local
2613 cdf_buf = hal_bufs_get_buf(reg_ctx->cdf_segid_bufs, dxva->CurrPic.Index7Bits); in vdpu383_av1d_wait()
2614 dump_data_to_file(dump_cur_fname_path, (void *)mpp_buffer_get_ptr(cdf_buf->buf[0]), in vdpu383_av1d_wait()