[FFmpeg-devel] [PATCH v2 3/6] lavc/aarch64: add hevc sao edge 16x16

Martin Storsjö martin at martin.st
Thu Nov 18 10:46:54 EET 2021


On Wed, 17 Nov 2021, J. Dekker wrote:

> --bench on AWS Graviton:
>
> hevc_sao_edge_16x16_8_c: 1857.0
> hevc_sao_edge_16x16_8_neon: 211.0
> hevc_sao_edge_32x32_8_c: 7802.2
> hevc_sao_edge_32x32_8_neon: 808.2
> hevc_sao_edge_48x48_8_c: 16764.2
> hevc_sao_edge_48x48_8_neon: 1796.5
> hevc_sao_edge_64x64_8_c: 32647.5
> hevc_sao_edge_64x64_8_neon: 3118.5
>
> Signed-off-by: J. Dekker <jdek at itanimul.li>
> ---
> libavcodec/aarch64/hevcdsp_init_aarch64.c |  8 ++-
> libavcodec/aarch64/hevcdsp_sao_neon.S     | 65 +++++++++++++++++++++++
> 2 files changed, 71 insertions(+), 2 deletions(-)

Codewise this is ok, but this adds code with the wrong indentation (and 
this one isn't fixed by patch 6/6 either).

// Martin



More information about the ffmpeg-devel mailing list