mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 04:26:37 +08:00 
			
		
		
		
	test widths all down to one. this tests whether the scalers correctly switch
to plain C when width < unit size of assembly code. Originally committed as revision 23018 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
		| @@ -118,7 +118,7 @@ int main(int argc, char **argv) | ||||
|         av_log(NULL, AV_LOG_INFO,"."); | ||||
|         memset(srcBuffer, srcByte, SIZE); | ||||
|  | ||||
|         for(width=32; width<64; width++){ | ||||
|         for(width=63; width>0; width--){ | ||||
|             int dstOffset; | ||||
|             for(dstOffset=128; dstOffset<196; dstOffset+=4){ | ||||
|                 int srcOffset; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ivo van Poorten
					Ivo van Poorten