Searched refs:probs_buffer_2ndPart (Results 1 – 1 of 1) sorted by relevance
1362 uint32_t *probs_buffer_1stPart , *probs_buffer_2ndPart; in tng__VP8_set_probility_reg() local1393 psb_buffer_map(&ctx->probability_data_2nd_part, (unsigned char **)&probs_buffer_2ndPart); in tng__VP8_set_probility_reg()1394 if(NULL == probs_buffer_2ndPart) { in tng__VP8_set_probility_reg()1400 memset(probs_buffer_2ndPart, 0, sizeof(ctx->probability_data_2nd_part)); in tng__VP8_set_probility_reg()1402 …fficient_ProbsDataCompile((Probability *)ctx->probs_params->dct_coeff_probs, probs_buffer_2ndPart); in tng__VP8_set_probility_reg()