Searched refs:nMaxX (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/ |
| H A D | yuvgen.c | 481 static void PutTileY(MS_U8 *pY, MS_U8 *pDst, MS_S32 nStride, MS_S32 nMaxX, MS_S32 nMaxY) in PutTileY() argument 487 memcpy(t, s, nMaxX); in PutTileY() 493 static void PutTileUV(MS_U8 *pU, MS_U8 *pV, MS_U8 *pDst, MS_S32 nStride, MS_S32 nMaxX, MS_S32 nMaxY) in PutTileUV() argument 500 for (x=0; x<nMaxX; x++) { in PutTileUV()
|