[FFmpeg-devel] [PATCH] tools/crypto_bench: add CAST5 support

James Almer jamrial at gmail.com
Sun Oct 19 02:55:35 CEST 2014


On 18/10/14 9:42 PM, Timothy Gu wrote:
> On Sat, Oct 18, 2014 at 2:10 PM, James Almer <jamrial at gmail.com> wrote:
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  tools/crypto_bench.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
>>  1 file changed, 45 insertions(+)
>>
> 
> Any benchmark results available?

A Linux x86_64 build on an Intel Core i5 4200U (Haswell) gives this

lavu       CAST-128      size: 1048576  runs:   1024  time:   23.027 +- 0.014
crypto     CAST-128      size: 1048576  runs:   1024  time:   26.480 +- 0.020
gcrypt     CAST-128      size: 1048576  runs:   1024  time:   25.431 +- 0.013

So congrats Supraja for writing the fastest implementation :P


More information about the ffmpeg-devel mailing list