Searched refs:sclst (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_rkv_reg.c | 47 MppBuffer sclst; member 54 RK_U8 sclst[RKV_SCALING_LIST_SIZE]; member 567 ®_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 *)®_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 D | hal_h264d_vdpu34x.c | 135 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 D | hal_h264d_vdpu384a.c | 72 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 D | hal_h264d_vdpu383.c | 82 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 D | hal_h264d_vdpu382.c | 139 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()
|