• Show log

    Commit

  • Hash : e821464f
    Author : mayeut
    Date : 2018-04-03T12:47:54

    ARM64 NEON SIMD impl. of prog. Huffman encoding
    
    This commit adds ARM64 NEON optimizations for the
    encode_mcu_AC_first() and encode_mcu_AC_refine() functions used in
    progressive Huffman encoding.
    
    Compression speedups for the typical set of five libjpeg-turbo test
    images (https://libjpeg-turbo.org/About/Performance):
    Cortex-A53: 23.8-39.2% (avg. 32.2%)
    Cortex-A72: 26.8-41.1% (avg. 33.5%)
    Apple A7:  29.7-45.9% (avg. 39.6%)
    
    Closes #229
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libjpeg-turbo.git
    Git SSH git@git.kmx.io:kc3-lang/libjpeg-turbo.git
    Public access ? public
    Description

    Fork of libjpeg with SIMD

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg_l thodg
    Tags