mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	Do not inline g726_iterate() the function is big so its inlining will
not help speedwise IMHO. .o size changes from 70k -> 49k Originally committed as revision 13793 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -183,7 +183,7 @@ static inline int16_t inverse_quant(G726Context* c, int i) | ||||
|     return (dql < 0) ? 0 : ((dqt<<7) >> (14-dex)); | ||||
| } | ||||
|  | ||||
| static inline int16_t g726_iterate(G726Context* c, int16_t I) | ||||
| static int16_t g726_iterate(G726Context* c, int16_t I) | ||||
| { | ||||
|     int dq, re_signal, pk0, fa1, i, tr, ylint, ylfrac, thr2, al, dq0; | ||||
|     Float11 f; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Niedermayer
					Michael Niedermayer