mirror of
				https://github.com/RaySollium99/picodrive.git
				synced 2025-10-27 21:48:50 +01:00 
			
		
		
		
	 1cfc5cc4ce
			
		
	
	
		1cfc5cc4ce
		
	
	
	
	
		
			
			git-svn-id: file:///home/notaz/opt/svn/PicoDrive@576 be3aeb3a-fb24-0410-a615-afba39da0efa
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			439 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			439 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
 | |
| //void mix_32_to_32(int *dest, int *src, int count);
 | |
| void mix_16h_to_32(int *dest, short *src, int count);
 | |
| void mix_16h_to_32_s1(int *dest, short *src, int count);
 | |
| void mix_16h_to_32_s2(int *dest, short *src, int count);
 | |
| void mix_32_to_16l_stereo(short *dest, int *src, int count);
 | |
| void mix_32_to_16_mono(short *dest, int *src, int count);
 | |
| 
 | |
| extern int mix_32_to_16l_level;
 | |
| void mix_32_to_16l_stereo_lvl(short *dest, int *src, int count);
 |