On Fri, Jan 1, 2016 at 11:08 AM, Paul B Mahol wrote:
> On 1/1/16, Ganesh Ajjanagadde wrote:
>> On Tue, Dec 29, 2015 at 1:17 PM, Ganesh Ajjanagadde
>> wrote:
>>> ff_clz is faster, and uses an intrinsic (at the moment on GCC). exp2 is
>>> a wasteful function for a simple integer exponentiation.
>>
On 1/1/16, Ganesh Ajjanagadde wrote:
> On Tue, Dec 29, 2015 at 1:17 PM, Ganesh Ajjanagadde
> wrote:
>> ff_clz is faster, and uses an intrinsic (at the moment on GCC). exp2 is
>> a wasteful function for a simple integer exponentiation.
>>
>> Untested.
>>
>> Signed-off-by: Ganesh Ajjanagadde
>> --
On Tue, Dec 29, 2015 at 1:17 PM, Ganesh Ajjanagadde
wrote:
> ff_clz is faster, and uses an intrinsic (at the moment on GCC). exp2 is
> a wasteful function for a simple integer exponentiation.
>
> Untested.
>
> Signed-off-by: Ganesh Ajjanagadde
> ---
> libavfilter/af_sofalizer.c | 5 +++--
> 1 fi
ff_clz is faster, and uses an intrinsic (at the moment on GCC). exp2 is
a wasteful function for a simple integer exponentiation.
Untested.
Signed-off-by: Ganesh Ajjanagadde
---
libavfilter/af_sofalizer.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/libavfilter/af_sof