Searched refs:rps_ptr (Results 1 – 4 of 4) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_rkv.c | 751 void *rps_ptr = NULL; in hal_h265d_rkv_gen_regs() local 772 rps_ptr = mpp_buffer_get_ptr(reg_ctx->rps_data); in hal_h265d_rkv_gen_regs() 773 if (NULL == rps_ptr) { in hal_h265d_rkv_gen_regs() 835 … hal_h265d_slice_hw_rps(syn->dec.syntax.data, rps_ptr, reg_ctx->sw_rps_buf, reg_ctx->fast_mode); in hal_h265d_rkv_gen_regs() 838 hal_h265d_slice_output_rps(syn->dec.syntax.data, rps_ptr); in hal_h265d_rkv_gen_regs() 841 hal_h265d_slice_output_rps(syn->dec.syntax.data, rps_ptr); in hal_h265d_rkv_gen_regs()
|
| H A D | hal_h265d_vdpu34x.c | 857 void *rps_ptr = NULL; in hal_h265d_vdpu34x_gen_regs() local 890 rps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->rps_offset; in hal_h265d_vdpu34x_gen_regs() 891 if (NULL == rps_ptr) { in hal_h265d_vdpu34x_gen_regs() 997 … hal_h265d_slice_hw_rps(syn->dec.syntax.data, rps_ptr, reg_ctx->sw_rps_buf, reg_ctx->fast_mode); in hal_h265d_vdpu34x_gen_regs() 1000 hal_h265d_slice_output_rps(syn->dec.syntax.data, rps_ptr); in hal_h265d_vdpu34x_gen_regs() 1003 hal_h265d_slice_output_rps(syn->dec.syntax.data, rps_ptr); in hal_h265d_vdpu34x_gen_regs()
|
| H A D | hal_h265d_vdpu382.c | 666 void *rps_ptr = NULL; in hal_h265d_vdpu382_gen_regs() local 696 rps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->rps_offset; in hal_h265d_vdpu382_gen_regs() 697 if (NULL == rps_ptr) { in hal_h265d_vdpu382_gen_regs() 784 hal_h265d_slice_hw_rps(syn->dec.syntax.data, rps_ptr, reg_ctx->sw_rps_buf, reg_ctx->fast_mode); in hal_h265d_vdpu382_gen_regs() 787 hal_h265d_slice_output_rps(syn->dec.syntax.data, rps_ptr); in hal_h265d_vdpu382_gen_regs()
|
| H A D | hal_h265d_vdpu383.c | 884 void *rps_ptr = NULL; in hal_h265d_vdpu383_gen_regs() local 904 rps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->rps_offset; in hal_h265d_vdpu383_gen_regs() 905 if (NULL == rps_ptr) { in hal_h265d_vdpu383_gen_regs() 1070 hal_h265d_vdpu383_rps(syn->dec.syntax.data, rps_ptr, reg_ctx->sw_rps_buf, reg_ctx->fast_mode); in hal_h265d_vdpu383_gen_regs()
|