Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_VP8.c479 …uint32_t total_mbs = (((obj_context->picture_height + 15) >> 4) + 4) * ((obj_context->picture_widt… in tng_VP8_CreateContext() local
480 ctx->buffer_size = total_mbs * 64; // 64 bytes per MB in tng_VP8_CreateContext()
481 ctx->segid_size = total_mbs / 4; // 2 bits per MB in tng_VP8_CreateContext()