Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_VP8.c1362 uint32_t *probs_buffer_1stPart , *probs_buffer_2ndPart; in tng__VP8_set_probility_reg() local
1393 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()