Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_hostcode.c1623 …IMG_UINT16 ui16SearchWidth, ui16SearchHeight, ui16SearchLeftOffset, ui16SearchTopOffset, ui16CurBl… in pnw__setup_slice_row_params() local
1652ui16SearchLeftOffset = (((ui16SearchWidth / 2) / 16) * 16); // this is the amount of data that get… in pnw__setup_slice_row_params()
1654 …ui16CurBlockX = MVEA_LRB_SEARCH_WIDTH - (ui16SearchLeftOffset + 16); // this is our block position… in pnw__setup_slice_row_params()
1737 if (iPos <= ui16SearchLeftOffset) { in pnw__setup_slice_row_params()
1744 if ((iPos + ui16SearchLeftOffset + 16) > ctx->Width) { in pnw__setup_slice_row_params()
1748 … psCurrent->IPEMax[0] = (ui16CurBlockX + 16 + ui16SearchLeftOffset) - 1 - 3; //(112 - 1) - 3; in pnw__setup_slice_row_params()