Re: [FFmpeg-devel] [PATCH] avcodec/fft: out of place permutation with av_fft_permute2

2015-10-13 Thread Muhammad Faiz
remaining patches (2 patches) i am sorry i dont send them as patchset thanks From 83b82b028232d1bbe91b636a94ad68b6d8026dab Mon Sep 17 00:00:00 2001 From: Muhammad Faiz Date: Tue, 13 Oct 2015 11:59:21 +0700 Subject: [PATCH] avcodec/x86/fft: use default fft_permute default fft_permute is faster --

[FFmpeg-devel] [PATCH] avcodec/fft: out of place permutation with av_fft_permute2

2015-10-12 Thread Muhammad Faiz
From a403f93a8fa20ce0d7345d9a00d75bc90fe7d73f Mon Sep 17 00:00:00 2001 From: Muhammad Faiz Date: Tue, 13 Oct 2015 00:31:29 +0700 Subject: [PATCH] avcodec/fft: out of place permutation with av_fft_permute2 with optimization (more cache friendly) also optimize av_fft_permute machine specific code