Searched refs:scaling_qm (Results 1 – 5 of 5) sorted by relevance
72 void *scaling_qm; member
172 reg_ctx->scaling_qm = mpp_calloc(DXVA_Qmatrix_HEVC, 1); in hal_h265d_rkv_init()175 if (reg_ctx->scaling_qm == NULL) { in hal_h265d_rkv_init()249 if (reg_ctx->scaling_qm) { in hal_h265d_rkv_deinit()250 mpp_free(reg_ctx->scaling_qm); in hal_h265d_rkv_deinit()
106 reg_ctx->scaling_qm = mpp_calloc(DXVA_Qmatrix_HEVC, 1); in hal_h265d_vdpu382_init()107 if (reg_ctx->scaling_qm == NULL) { in hal_h265d_vdpu382_init()217 MPP_FREE(reg_ctx->scaling_qm); in hal_h265d_vdpu382_deinit()
106 reg_ctx->scaling_qm = mpp_calloc(DXVA_Qmatrix_HEVC, 1); in hal_h265d_vdpu34x_init()107 if (reg_ctx->scaling_qm == NULL) { in hal_h265d_vdpu34x_init()213 MPP_FREE(reg_ctx->scaling_qm); in hal_h265d_vdpu34x_deinit()
702 if (memcmp((void*)&dxva_cxt->qm, reg_ctx->scaling_qm, sizeof(DXVA_Qmatrix_HEVC))) { in hal_h265d_output_scalinglist_packet()