Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vpu720.c111 RK_U16 *qtbl_sw_buf; member
151 ctx->qtbl_sw_buf = (RK_U16 *)mpp_calloc(RK_U16, JPEGE_VPU720_QTABLE_SIZE); in hal_jpege_vpu720_init()
167 MPP_FREE(ctx->qtbl_sw_buf); in hal_jpege_vpu720_deinit()
459 ctx->qtbl_sw_buf[i * 8 + j] = 0x8000 / ctx->hal_rc.qtables[0][j * 8 + i]; in hal_jpege_vpu720_gen_regs()
460 ctx->qtbl_sw_buf[64 + i * 8 + j] = 0x8000 / ctx->hal_rc.qtables[1][j * 8 + i]; in hal_jpege_vpu720_gen_regs()
464 memcpy(&ctx->qtbl_sw_buf[64 * 2], &ctx->qtbl_sw_buf[64], sizeof(RK_U16) * 64); in hal_jpege_vpu720_gen_regs()
510 memcpy(qtbl_base, ctx->qtbl_sw_buf, JPEGE_VPU720_QTABLE_SIZE * sizeof(RK_U16)); in hal_jpege_vpu720_gen_regs()