Searched refs:probs_params (Results 1 – 1 of 1) sorted by relevance
268 VAProbabilityDataBufferVP8 *probs_params; member584 if (ctx->probs_params) { in tng_VP8_DestroyContext()585 free(ctx->probs_params); in tng_VP8_DestroyContext()586 ctx->probs_params = NULL; in tng_VP8_DestroyContext()712 if (ctx->probs_params) { in tng__VP8_process_probility_param()713 free(ctx->probs_params); in tng__VP8_process_probility_param()717 ctx->probs_params = (VAProbabilityDataBufferVP8 *) obj_buffer->buffer_data; in tng__VP8_process_probility_param()1402 …tng_DCT_Coefficient_ProbsDataCompile((Probability *)ctx->probs_params->dct_coeff_probs, probs_buff… in tng__VP8_set_probility_reg()1456 if (ctx->probs_params) { in tng_VP8_BeginPicture()1457 free(ctx->probs_params); in tng_VP8_BeginPicture()[all …]