[FFmpeg-devel] [PATCH] avfilter/vf_noise: move inline assembly to own file
Paul B Mahol
onemda at gmail.com
Tue Nov 12 12:03:05 CET 2013
On 11/12/13, Hendrik Leppkes <h.leppkes at gmail.com> wrote:
> On Thu, Sep 12, 2013 at 6:16 PM, Paul B Mahol <onemda at gmail.com> wrote:
>> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> ---
>> libavfilter/vf_noise.c | 166
>> +++------------------------------------------
>> libavfilter/vf_noise.h | 64 +++++++++++++++++
>> libavfilter/x86/Makefile | 1 +
>> libavfilter/x86/vf_noise.c | 145 +++++++++++++++++++++++++++++++++++++++
>> 4 files changed, 219 insertions(+), 157 deletions(-)
>> create mode 100644 libavfilter/vf_noise.h
>> create mode 100644 libavfilter/x86/vf_noise.c
>>
>
> These functions are previously all marked as inline, if you move them
> to a separate file the compiler cannot inline them anymore.
> Did you measure performance, to make sure it does not go down?
They are never inlined it is just noise.
>
> - Hendrik
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
More information about the ffmpeg-devel
mailing list