Re: [FFmpeg-devel] [PATCH 5/7] Merged second and third inner loops

2015-03-27 Thread Michael Niedermayer
On Fri, Mar 27, 2015 at 04:51:46PM -0400, Tucker DiNapoli wrote: > --- > libpostproc/postprocess_template.c | 20 +--- > 1 file changed, 1 insertion(+), 19 deletions(-) iam not sure how you plan to optimize the code in SSE2/AVX2 if you merge the loops again into a long chain of op

[FFmpeg-devel] [PATCH 5/7] Merged second and third inner loops

2015-03-27 Thread Tucker DiNapoli
--- libpostproc/postprocess_template.c | 20 +--- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/libpostproc/postprocess_template.c b/libpostproc/postprocess_template.c index 584cb4c..9096586 100644 --- a/libpostproc/postprocess_template.c +++ b/libpostproc/postproc