Searched refs:sclst (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/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 568 ®_ctx->reg_buf[i].sclst, RKV_SCALING_LIST_SIZE)); in rkv_h264d_init() 575 reg_ctx->sclst_buf = reg_ctx->reg_buf[0].sclst; in rkv_h264d_init() 628 mpp_buffer_put(reg_ctx->reg_buf[i].sclst); in rkv_h264d_deinit() 662 reg_ctx->sclst_buf = reg_ctx->reg_buf[i].sclst; in rkv_h264d_gen_regs() 672 prepare_scanlist(p_hal, (RK_U64 *)®_ctx->sclst, sizeof(reg_ctx->sclst)); in rkv_h264d_gen_regs() 689 (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 948 prepare_scanlist(p_hal, ctx->sclst, sizeof(ctx->sclst)); 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()
|
| H A D | hal_h264d_vdpu382.c | 139 RK_U8 sclst[VDPU382_SCALING_LIST_SIZE]; member 999 prepare_scanlist(p_hal, ctx->sclst, sizeof(ctx->sclst)); 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()
|