[FFmpeg-devel] [PATCH] x86/swr: add SSE2/AVX pack_8ch functions

James Almer jamrial at gmail.com
Wed Dec 31 01:58:24 CET 2014


On 30/12/14 7:57 PM, Michael Niedermayer wrote:
> On Tue, Dec 30, 2014 at 06:20:15PM -0300, James Almer wrote:
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  libavcodec/x86/flacdsp.asm             |  13 ---
>>  libavutil/x86/x86util.asm              |  37 +++++++++
>>  libswresample/x86/audio_convert.asm    | 145 +++++++++++++++++++++++++++++++++
>>  libswresample/x86/audio_convert_init.c |  17 ++++
>>  4 files changed, 199 insertions(+), 13 deletions(-)
> 
> looks ok from a quick look and fate passes on linux & mingw 32&64

Does any fate test deal with 8ch fltp/s32p -> flt/s32 conversion? I don't think I've 
seen anything beyond 6ch.

I'll wait a bit to see if i can get a more thorough review before pushing. I'm mainly 
interested in having the non-transpose-related 32bits stack usage looked at.

> 
> [...]
> 
> 
> 
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 



More information about the ffmpeg-devel mailing list