Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_rkv_reg.c47 MppBuffer sclst; member
54 RK_U8 sclst[RKV_SCALING_LIST_SIZE]; member
567 &reg_ctx->reg_buf[i].sclst, RKV_SCALING_LIST_SIZE)); in rkv_h264d_init()
574 reg_ctx->sclst_buf = reg_ctx->reg_buf[0].sclst; in rkv_h264d_init()
612 mpp_buffer_put(reg_ctx->reg_buf[i].sclst); in rkv_h264d_deinit()
646 reg_ctx->sclst_buf = reg_ctx->reg_buf[i].sclst; in rkv_h264d_gen_regs()
656 prepare_scanlist(p_hal, (RK_U64 *)&reg_ctx->sclst, sizeof(reg_ctx->sclst)); in rkv_h264d_gen_regs()
673 (void *)reg_ctx->sclst, sizeof(reg_ctx->sclst)); in rkv_h264d_gen_regs()
H A Dhal_h264d_vdpu34x.c135 RK_U8 sclst[VDPU34X_SCALING_LIST_SIZE]; member
957 prepare_scanlist(p_hal, ctx->sclst, sizeof(ctx->sclst)); in vdpu34x_h264d_gen_regs()
986 memcpy((char *)ctx->bufs_ptr + ctx->sclst_offset, (void *)ctx->sclst, sizeof(ctx->sclst)); in vdpu34x_h264d_gen_regs()
H A Dhal_h264d_vdpu384a.c72 RK_U8 sclst[VDPU384A_SCALING_LIST_SIZE]; member
838 prepare_scanlist(p_hal, ctx->sclst, sizeof(ctx->sclst)); in vdpu384a_h264d_gen_regs()
849 memcpy((char *)ctx->bufs_ptr + ctx->sclst_offset, (void *)ctx->sclst, sizeof(ctx->sclst)); in vdpu384a_h264d_gen_regs()
H A Dhal_h264d_vdpu383.c82 RK_U8 sclst[VDPU383_SCALING_LIST_SIZE]; member
888 prepare_scanlist(p_hal, ctx->sclst, sizeof(ctx->sclst)); in vdpu383_h264d_gen_regs()
903 memcpy((char *)ctx->bufs_ptr + ctx->sclst_offset, (void *)ctx->sclst, sizeof(ctx->sclst)); in vdpu383_h264d_gen_regs()
H A Dhal_h264d_vdpu382.c139 RK_U8 sclst[VDPU382_SCALING_LIST_SIZE]; member
985 prepare_scanlist(p_hal, ctx->sclst, sizeof(ctx->sclst)); in vdpu382_h264d_gen_regs()
1014 memcpy((char *)ctx->bufs_ptr + ctx->sclst_offset, (void *)ctx->sclst, sizeof(ctx->sclst)); in vdpu382_h264d_gen_regs()