Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_hostcode.c500 unsigned short SearchWidth, SearchHeight, SearchLeftOffset, SearchTopOffset; in pnw_CreateContext() local
526 SearchWidth = min(MVEA_LRB_SEARCH_WIDTH, ctx->Width); in pnw_CreateContext()
527 SearchLeftOffset = (((SearchWidth / 2) / 16) * 16); in pnw_CreateContext()
804 psPicParams->SearchWidth = min(MVEA_LRB_SEARCH_WIDTH, psPicParams->Width); in pnw_RenderPictureParameter()
1033 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PicParams->SerachWidth 0x%08x\n", psPicParams->SearchWidth); in pnw_EndPicture()
Dpnw_hostcode.h453 IMG_UINT16 SearchWidth; member