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

/hardware/samsung_slsi/exynos5/libswconverter/
H A Dswconvertor.c41 unsigned int ypos,
56 tileY = ypos / 16;
58 offset = (ypos & 15) * 16 + (xpos & 15);
62 tileY = ypos / 8;
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
163 ypos = (row / box_width) & 0x1;
174 if (xpos == ypos)

Completed in 21 milliseconds