Searched refs:MVEA_LRB_TOP_OFFSET (Results 1 – 3 of 3) sorted by relevance
34 #define MVEA_LRB_TOP_OFFSET (((MVEA_LRB_SEARCH_HEIGHT/2)/16)*16) macro
35 #define MVEA_LRB_TOP_OFFSET (((MVEA_LRB_SEARCH_HEIGHT/2)/16)*16) macro
164 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()