Skip to content
  • Fiona Glaser's avatar
    Faster probe_skip, 2x2 DC transform handling · d43e46cf
    Fiona Glaser authored
    Move the 2x2 DC DCT into the dct_dc asm function to avoid some store-to-load forwarding penalties and extra register loads.
    Use dct_dc as part of the early termination in probe_skip.
    x86 asm partially by Holger Lubitz.
    ARM NEON asm by David Conrad.
    d43e46cf