Searched refs:xpos (Results 1 - 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/libswconverter/
H A Dswconvertor.c40 unsigned int xpos,
55 tileX = xpos / 16;
58 offset = (ypos & 15) * 16 + (xpos & 15);
61 tileX = xpos / 16;
64 offset = (ypos & 7) * 16 + (xpos & 15);
37 Tile2D_To_Linear( unsigned int width, unsigned int height, unsigned int xpos, unsigned int ypos, int crFlag) argument
/hardware/intel/common/libva/test/
H A Dloadsurface.h161 int jj, xpos, ypos; local
173 xpos = ((row_shift + jj) / box_width) & 0x1;
174 if (xpos == ypos)

Completed in 91 milliseconds