Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_VP8.c332 struct psb_buffer_s probability_data_2nd_part; member
539 &ctx->probability_data_2nd_part); in tng_VP8_CreateContext()
542 ctx->dec_ctx.preload_buffer = &ctx->probability_data_2nd_part; in tng_VP8_CreateContext()
576 psb_buffer_destroy(&ctx->probability_data_2nd_part); in tng_VP8_DestroyContext()
1393 psb_buffer_map(&ctx->probability_data_2nd_part, (unsigned char **)&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()
1404 psb_buffer_unmap(&ctx->probability_data_2nd_part); in tng__VP8_set_probility_reg()