Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c166 ctx->i32PicNodes = (psRCParams->b16Hierarchical ? MAX_REF_B_LEVELS : 0) + 4; in tng__alloc_context_buffer()
167 ctx->i32MVStores = (ctx->i32PicNodes * 2); in tng__alloc_context_buffer()
239 tng__alloc_init_buffer(ps_driver_data, ctx->i32PicNodes * ps_mem_size->colocated, in tng__alloc_context_buffer()
271 tng__alloc_init_buffer(ps_driver_data, ctx->i32PicNodes * ps_mem_size->recon_pictures, in tng__alloc_context_buffer()
2610 … ctx->i32PicNodes = (psRCParams->b16Hierarchical ? MAX_REF_B_LEVELS : 0) + ctx->ui8RefSpacing + 4; in tng__setvideo_params()
2611 ctx->i32MVStores = (ctx->i32PicNodes * 2); in tng__setvideo_params()
3063 tng_cmdbuf_set_phys(psMtxEncContext->apReconstructured, ctx->i32PicNodes, in tng__setvideo_cmdbuf()
3066 for (i = 0; i < ctx->i32PicNodes; i++) { in tng__setvideo_cmdbuf()
3072 tng_cmdbuf_set_phys(psMtxEncContext->apColocated, ctx->i32PicNodes, in tng__setvideo_cmdbuf()
Dtng_hostcode.h317 IMG_INT32 i32PicNodes; member