Skip to content
  • Dmitry Kazakov's avatar
    Implement AVX2-optimized scaler for U8<->U16 precise conversions · df6bf3fb
    Dmitry Kazakov authored
    This conversions is extensively used in the colorsmudge paintop
    for the overlay device. It allows precise blending and, therefore,
    color error accumulation.
    
    Vc library doesn't supoprt any methods for reading U8 data, so
    I had to implements the code using intrisics directly.
    df6bf3fb