Re: [libav-devel] [PATCH 2/3] x86/hecv_res_add: add ff_hevc_add_residual_{8, 16, 32}_8_avx

2016-07-18 Thread Josh de Kock
On Mon, Jul 18, 2016, at 07:28 PM, James Almer wrote: > > These functions were added to the asm file in the previous patch. > You should squash it with this one. So they are! I will squash on the next iteration. -- Josh ___ libav-devel mailing list

Re: [libav-devel] [PATCH 2/3] x86/hecv_res_add: add ff_hevc_add_residual_{8, 16, 32}_8_avx

2016-07-18 Thread James Almer
On 7/14/2016 2:25 PM, Josh de Kock wrote: > From: James Almer > > Integration to Libav by Josh de Kock . > > ~15% faster than sse2 > > Reviewed-by: Mickaël Raulet > Reviewed-by: Christophe Gisquet > Signed-off-by: James

[libav-devel] [PATCH 2/3] x86/hecv_res_add: add ff_hevc_add_residual_{8, 16, 32}_8_avx

2016-07-14 Thread Josh de Kock
From: James Almer Integration to Libav by Josh de Kock . ~15% faster than sse2 Reviewed-by: Mickaël Raulet Reviewed-by: Christophe Gisquet Signed-off-by: James Almer --- libavcodec/x86/hevcdsp_init.c | 8