Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_ctx.h71 void *scaling_rk; member
H A Dhal_h265d_rkv.c180 reg_ctx->scaling_rk = mpp_calloc(scalingFactor_t, 1); in hal_h265d_rkv_init()
181 if (reg_ctx->scaling_rk == NULL) { in hal_h265d_rkv_init()
257 if (reg_ctx->scaling_rk) { in hal_h265d_rkv_deinit()
258 mpp_free(reg_ctx->scaling_rk); in hal_h265d_rkv_deinit()
H A Dhal_h265d_com.c723 hal_record_scaling_list((scalingFactor_t *)reg_ctx->scaling_rk, &sl); in hal_h265d_output_scalinglist_packet()
725 memcpy(ptr, reg_ctx->scaling_rk, sizeof(scalingFactor_t)); in hal_h265d_output_scalinglist_packet()
H A Dhal_h265d_vdpu382.c112 reg_ctx->scaling_rk = mpp_calloc(scalingFactor_t, 1); in hal_h265d_vdpu382_init()
116 if (reg_ctx->scaling_rk == NULL) { in hal_h265d_vdpu382_init()
218 MPP_FREE(reg_ctx->scaling_rk); in hal_h265d_vdpu382_deinit()
H A Dhal_h265d_vdpu34x.c112 reg_ctx->scaling_rk = mpp_calloc(scalingFactor_t, 1); in hal_h265d_vdpu34x_init()
116 if (reg_ctx->scaling_rk == NULL) { in hal_h265d_vdpu34x_init()
214 MPP_FREE(reg_ctx->scaling_rk); in hal_h265d_vdpu34x_deinit()