Lines Matching refs:MS_S32

113 void YuvGen(MS_U8 seed, MS_S32 width, MS_S32 height, volatile MS_U8 *buff);
114 void YuvGen_422(MS_U8 seed, MS_S32 width, MS_S32 height, volatile MS_U8 *buff);
123 MS_S32 debug = 0;
125 MS_S32 W = 720;
126 MS_S32 H = 480;
131 main(MS_S32 argc, MS_S8 *argv[]) in main()
135 MS_S32 i; in main()
156 MS_S32 i; in main()
183 MS_S32 i ; in copy8pixel()
196 MS_S32 i,j; in copy_row()
237 void ConvertYuvFromTile(MS_S32 width, MS_S32 height, MS_S32 mode, MS_U8 *in_yuv, MS_U8 *out_yuv) in ConvertYuvFromTile()
240 MS_S32 mbx, mby; in ConvertYuvFromTile()
241 MS_S32 image_x, image_x2; in ConvertYuvFromTile()
242 MS_S32 MB_in_width, MB_in_height; in ConvertYuvFromTile()
243 MS_S32 k,l,lumstart,chrstart; in ConvertYuvFromTile()
247 MS_S32 blk, row; in ConvertYuvFromTile()
320 main(MS_S32 argc, MS_S8 *argv[])
323 MS_S32 width;
324 MS_S32 height;
329 MS_S32 i = 0;
330 MS_S32 j = 0;
331 MS_S32 m = 0;
371 void YuvGen(MS_U8 seed, MS_S32 width, MS_S32 height, volatile MS_U8 *buff) in YuvGen()
373 MS_S32 i, j,k,m,n; in YuvGen()
375 MS_S32 inc = 5 ; in YuvGen()
376 MS_S32 MB_width = width >> 4; in YuvGen()
377 MS_S32 MB_height = height >> 4 ; in YuvGen()
428 void YuvGen_422(MS_U8 seed, MS_S32 width, MS_S32 height, volatile MS_U8 *buff) in YuvGen_422()
430 MS_S32 i, j,k,m,n; in YuvGen_422()
432 MS_S32 inc = 5 ; in YuvGen_422()
433 MS_S32 MB_width = width >> 4 ; in YuvGen_422()
434 MS_S32 MB_height = height >> 4 ; in YuvGen_422()
481 static void PutTileY(MS_U8 *pY, MS_U8 *pDst, MS_S32 nStride, MS_S32 nMaxX, MS_S32 nMaxY) in PutTileY()
485 MS_S32 y; 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()
498 MS_S32 x, y; in PutTileUV()
510 …e(MS_U8 *pSrc1, MS_U8 *pSrc2, MS_S32 nSrcWidth, MS_S32 nSrcHeight, MS_S32 nSrcStride, MS_U8 *pDst,… in ConvertYV12ToHVDTile()
512 MS_S32 nHvdWidth, nHvdHeight, nSize; in ConvertYV12ToHVDTile()
513 MS_S32 x, y, nTileWidth, nTileHeight; in ConvertYV12ToHVDTile()
567 void yuv2tile(/*FILE *fp*/MS_U8 *output, MS_S32 width, MS_S32 height, MS_U8 *buff , MS_S32 Ypart) in yuv2tile()
569 MS_S32 mbx, mby; in yuv2tile()
570 MS_S32 image_x, image_x2; in yuv2tile()
571 MS_S32 MB_in_width, MB_in_height; in yuv2tile()
572 MS_S32 k,l,lumstart,chrstart; in yuv2tile()
577 MS_S32 blk, row; in yuv2tile()