On 30/07/15 9:30 AM, Michael Niedermayer wrote:
> On Sat, Jul 25, 2015 at 01:12:06PM -0300, James Almer wrote:
>> Between 1.5 and 2.5 times faster
>>
>> Signed-off-by: James Almer
>> ---
>> libavcodec/aacps.c | 4 +-
>> libavcodec/aacpsdsp.h | 1 +
>> libavcodec/aacpsdsp_
On Sat, Jul 25, 2015 at 01:12:06PM -0300, James Almer wrote:
> Between 1.5 and 2.5 times faster
>
> Signed-off-by: James Almer
> ---
> libavcodec/aacps.c | 4 +-
> libavcodec/aacpsdsp.h | 1 +
> libavcodec/aacpsdsp_template.c | 2 +
> libavcodec/x86/Makefile|
On Fri, Jul 24, 2015 at 11:00:55PM -0300, James Almer wrote:
> Between 1.5 and 2.5 times faster
>
> Signed-off-by: James Almer
> ---
> There's a couple missing, like ps_stereo_interpolate_ipdopd which i wanted to
> write
> but couldn't test because it was not used by any of the samples i tried.