Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_ctx.h94 RK_U32 sclst_offset; member
H A Dhal_h265d_vdpu382.c154 reg_ctx->sclst_offset = reg_ctx->offset_sclst[0]; in hal_h265d_vdpu382_init()
424 RK_U8 *ptr_scaling = (RK_U8 *)mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->sclst_offset; in hal_h265d_v382_output_pps_packet()
441 trans_cfg.offset = addr + reg_ctx->sclst_offset; in hal_h265d_v382_output_pps_packet()
664 reg_ctx->sclst_offset = reg_ctx->offset_sclst[i]; in hal_h265d_vdpu382_gen_regs()
H A Dhal_h265d_vdpu34x.c154 reg_ctx->sclst_offset = reg_ctx->offset_sclst[0]; in hal_h265d_vdpu34x_init()
420 RK_U8 *ptr_scaling = (RK_U8 *)mpp_buffer_get_ptr(reg_ctx->bufs) + reg_ctx->sclst_offset; in hal_h265d_v345_output_pps_packet()
437 trans_cfg.offset = addr + reg_ctx->sclst_offset; in hal_h265d_v345_output_pps_packet()
869 reg_ctx->sclst_offset = reg_ctx->offset_sclst[i]; in hal_h265d_vdpu34x_gen_regs()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_rkv.c64 RK_U32 sclst_offset; member
534 reg_ctx->sclst_offset = reg_ctx->reg_buf[0].offset_sclst; in hal_avs2d_rkv_init()
659 reg_ctx->sclst_offset = reg_ctx->reg_buf[i].offset_sclst; in hal_avs2d_rkv_gen_regs()
681 …memcpy(reg_ctx->bufs_ptr + reg_ctx->sclst_offset, reg_ctx->scalist_dat, sizeof(reg_ctx->scalist_da… in hal_avs2d_rkv_gen_regs()
694 trans_cfg.offset = reg_ctx->sclst_offset; in hal_avs2d_rkv_gen_regs()
713 … fwrite(reg_ctx->bufs_ptr + reg_ctx->sclst_offset, 1, sizeof(reg_ctx->scalist_dat), fp_scalist); in hal_avs2d_rkv_gen_regs()
H A Dhal_avs2d_vdpu382.c64 RK_U32 sclst_offset; member
608 reg_ctx->sclst_offset = reg_ctx->reg_buf[0].offset_sclst; in hal_avs2d_vdpu382_init()
735 reg_ctx->sclst_offset = reg_ctx->reg_buf[i].offset_sclst; in hal_avs2d_vdpu382_gen_regs()
757 …memcpy(reg_ctx->bufs_ptr + reg_ctx->sclst_offset, reg_ctx->scalist_dat, sizeof(reg_ctx->scalist_da… in hal_avs2d_vdpu382_gen_regs()
770 trans_cfg.offset = reg_ctx->sclst_offset; in hal_avs2d_vdpu382_gen_regs()
789 … fwrite(reg_ctx->bufs_ptr + reg_ctx->sclst_offset, 1, sizeof(reg_ctx->scalist_dat), fp_scalist); in hal_avs2d_vdpu382_gen_regs()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu34x.c150 RK_U32 sclst_offset; member
733 reg_ctx->sclst_offset = reg_ctx->offset_sclst[0]; in vdpu34x_h264d_init()
940 ctx->sclst_offset = ctx->offset_sclst[i]; in vdpu34x_h264d_gen_regs()
982 memcpy((char *)ctx->bufs_ptr + ctx->sclst_offset, (void *)ctx->sclst, sizeof(ctx->sclst)); in vdpu34x_h264d_gen_regs()
985 trans_cfg.offset = ctx->sclst_offset; in vdpu34x_h264d_gen_regs()
H A Dhal_h264d_vdpu382.c154 RK_U32 sclst_offset; member
759 reg_ctx->sclst_offset = reg_ctx->offset_sclst[0]; in vdpu382_h264d_init()
990 ctx->sclst_offset = ctx->offset_sclst[i]; in vdpu382_h264d_gen_regs()
1033 memcpy((char *)ctx->bufs_ptr + ctx->sclst_offset, (void *)ctx->sclst, sizeof(ctx->sclst)); in vdpu382_h264d_gen_regs()
1036 trans_cfg.offset = ctx->sclst_offset; in vdpu382_h264d_gen_regs()