Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_hostcode.h338 #define BELOW_PARAMS_SIZE 16 macro
Dpnw_hostcode.c403 ctx->below_params_size = ((BELOW_PARAMS_SIZE * width * height / (16 * 16)) + 0xf) & (~0xf); in pnw__alloc_context_buffer()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostcode.h256 #define BELOW_PARAMS_SIZE 16 macro
Dlnc_hostcode.c76 ctx->bellow_params_size = BELOW_PARAMS_SIZE * width * height / (16 * 16) * 16; in lnc__alloc_context_buffer()