Searched refs:bufferDst (Results 1 – 1 of 1) sorted by relevance
444 unsigned char *bufferDst, *bufferSrc; in copy2Dto1D() local459 bufferDst = ( unsigned char * ) dst; in copy2Dto1D()472 memcpy(bufferDst, bufferSrc, row); in copy2Dto1D()474 bufferDst += row; in copy2Dto1D()475 if ( ( bufferSrc > bufferSrcEnd ) || ( bufferDst > bufferDstEnd ) ) { in copy2Dto1D()593 bufferDst = ( unsigned char * ) dst; in copy2Dto1D()599 for ( int i = 0 ; i < height ; i++, bufferSrc += alignedRow, bufferDst += row) { in copy2Dto1D()600 memcpy(bufferDst, bufferSrc, row); in copy2Dto1D()