Re: [FFmpeg-devel] [PATCH] lavu/eval: remove pow and exp2 for postfixes

2015-12-16 Thread Ganesh Ajjanagadde
On Wed, Dec 16, 2015 at 6:17 AM, Michael Niedermayer wrote: > On Tue, Dec 15, 2015 at 10:56:16PM -0500, Ganesh Ajjanagadde wrote: >> These postfixes can be computed statically, and there is no need to >> waste runtime resources. >> >> Tested with FATE. >> >> Signed-off-by:

Re: [FFmpeg-devel] [PATCH] lavu/eval: remove pow and exp2 for postfixes

2015-12-16 Thread Michael Niedermayer
On Tue, Dec 15, 2015 at 10:56:16PM -0500, Ganesh Ajjanagadde wrote: > These postfixes can be computed statically, and there is no need to > waste runtime resources. > > Tested with FATE. > > Signed-off-by: Ganesh Ajjanagadde > --- > libavutil/eval.c | 52

[FFmpeg-devel] [PATCH] lavu/eval: remove pow and exp2 for postfixes

2015-12-15 Thread Ganesh Ajjanagadde
These postfixes can be computed statically, and there is no need to waste runtime resources. Tested with FATE. Signed-off-by: Ganesh Ajjanagadde --- libavutil/eval.c | 52 1 file changed, 28 insertions(+), 24