Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu510_tune.c26 RK_U8 *qm_mv_buf; /* qpmap mv buffer */ member
51 MPP_FREE(t->qm_mv_buf); in vepu510_h264e_tune_deinit()
85 if (tune->qm_mv_buf == NULL) { in vepu510_h264e_tune_qpmap_init()
87 tune->qm_mv_buf = mpp_calloc(RK_U8, tune->qm_mv_buf_size); in vepu510_h264e_tune_qpmap_init()
88 if (NULL == tune->qm_mv_buf) { in vepu510_h264e_tune_qpmap_init()
95 roir_buf_fd, ctx->roir_buf_size, tune->qm_mv_buf, in vepu510_h264e_tune_qpmap_init()
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510_tune.c23 RK_U8 *qm_mv_buf; /* qpmap move flag buffer */ member
79 MPP_FREE(t->qm_mv_buf); in vepu510_h265e_tune_deinit()
183 if (tune->qm_mv_buf == NULL) { in vepu510_h265e_tune_qpmap_init()
185 tune->qm_mv_buf = mpp_calloc(RK_U8, tune->qm_mv_buf_size); in vepu510_h265e_tune_qpmap_init()
186 if (NULL == tune->qm_mv_buf) { in vepu510_h265e_tune_qpmap_init()
193 roir_buf_fd, frm->roir_buf_size, tune->qm_mv_buf, in vepu510_h265e_tune_qpmap_init()