Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/hwdefs/
Dtopaz_defs.h34 #define MVEA_LRB_TOP_OFFSET (((MVEA_LRB_SEARCH_HEIGHT/2)/16)*16) macro
DtopazSC_defs.h35 #define MVEA_LRB_TOP_OFFSET (((MVEA_LRB_SEARCH_HEIGHT/2)/16)*16) macro
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostcode.c164 ctx->HeightMinus16MinusLRBTopOffset = ctx->Height - (MVEA_LRB_TOP_OFFSET + 16); in lnc_CreateContext()
165 ctx->HeightMinus32MinusLRBTopOffset = ctx->Height - (MVEA_LRB_TOP_OFFSET + 32); in lnc_CreateContext()
166 …ghtMinusLRB_TopAndBottom_OffsetsPlus16 = ctx->Height - (MVEA_LRB_TOP_OFFSET + MVEA_LRB_TOP_OFFSET in lnc_CreateContext()
1180 if ((YPos = srcY = CurrentRowY - MVEA_LRB_TOP_OFFSET) < 0) in lnc__setup_slice_row_params()
1219 if (YPos == (SliceStartRowY + SliceHeight - (MVEA_LRB_TOP_OFFSET + 16))) { in lnc__setup_slice_row_params()
1273 … psCurrent->CurBlockAddr = ((IMG_UINT8)(((YPos + MVEA_LRB_TOP_OFFSET) - srcY) / 16) << 4) | 0x3; in lnc__setup_slice_row_params()