Skip to content
  • Imdad Sardharwalla's avatar
    Added AVX2 implementation of self-guided filter · c6acc531
    Imdad Sardharwalla authored
    The self-guided filter has now been implemented using
    the intrinsics for AVX2. The corresponding speed and
    correctness tests have also been added.
    
    Note: All AVX2 functions are in synonyms_avx2.h, as
    GCC produces 'ABI change' warnings if they are
    included in synonyms.h.
    
    Change-Id: I2a283a4acf8c01ee835d5edc526abc242d87ad9b
    c6acc531