Searched refs:rps_ptr (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_rkv.c | 770 void *rps_ptr = NULL; in hal_h265d_rkv_gen_regs() local 789 rps_ptr = mpp_buffer_get_ptr(reg_ctx->rps_data); in hal_h265d_rkv_gen_regs() 790 if (NULL == rps_ptr) { in hal_h265d_rkv_gen_regs() 860 … 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() 863 hal_h265d_slice_output_rps(syn->dec.syntax.data, rps_ptr); in hal_h265d_rkv_gen_regs() 866 hal_h265d_slice_output_rps(syn->dec.syntax.data, rps_ptr); in hal_h265d_rkv_gen_regs()
|
| H A D | hal_h265d_vdpu34x.c | 853 void *rps_ptr = NULL; in hal_h265d_vdpu34x_gen_regs() local 881 rps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->rps_offset; in hal_h265d_vdpu34x_gen_regs() 882 if (NULL == rps_ptr) { in hal_h265d_vdpu34x_gen_regs() 998 … 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() 1001 hal_h265d_slice_output_rps(syn->dec.syntax.data, rps_ptr); in hal_h265d_vdpu34x_gen_regs() 1004 hal_h265d_slice_output_rps(syn->dec.syntax.data, rps_ptr); in hal_h265d_vdpu34x_gen_regs()
|
| H A D | hal_h265d_vdpu382.c | 648 void *rps_ptr = NULL; in hal_h265d_vdpu382_gen_regs() local 676 rps_ptr = mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->rps_offset; in hal_h265d_vdpu382_gen_regs() 677 if (NULL == rps_ptr) { in hal_h265d_vdpu382_gen_regs() 785 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() 788 hal_h265d_slice_output_rps(syn->dec.syntax.data, rps_ptr); in hal_h265d_vdpu382_gen_regs()
|