[FFmpeg-devel] [PATCH] avutil/mathematics: correct documentation for av_gcd

Clément Bœsch u at pkh.me
Fri Oct 30 15:15:43 CET 2015


On Thu, Oct 29, 2015 at 07:49:44PM -0400, Ganesh Ajjanagadde wrote:
[...]
> although you did explain to me where optimizations could be useful at
> an algorithmic level privately, I take this as an opportunity to
> request for general comments on places that people think could benefit
> from performance at a C/algorithmic level (NOT asm/simd stuff for me
> personally): yet another ping for Clement.

Mmh... without SIMD let me think...

You may look at the TODO in libavfilter/f_ebur128.c. There is a PRE-filter
and a RLB-filter to merge into one to reduce computation time. This is an
already solved mathematical problem. You may want to have a look, it's
most likely a good way to speed up that filter algorithmically.

Then maybe you can look into adding threading support in some codecs or
filters.

No other idea that do not involve SIMD right now.

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151030/27a15c14/attachment.sig>


More information about the ffmpeg-devel mailing list