Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vpu720.c115 #define JPEGE_VPU720_QTABLE_SIZE (64 * 3) macro
149 ret = mpp_buffer_get(ctx->group, &ctx->qtbl_buffer, JPEGE_VPU720_QTABLE_SIZE * sizeof(RK_U16)); in hal_jpege_vpu720_init()
151 ctx->qtbl_sw_buf = (RK_U16 *)mpp_calloc(RK_U16, JPEGE_VPU720_QTABLE_SIZE); in hal_jpege_vpu720_init()
510 memcpy(qtbl_base, ctx->qtbl_sw_buf, JPEGE_VPU720_QTABLE_SIZE * sizeof(RK_U16)); in hal_jpege_vpu720_gen_regs()