1. 12 Mar, 2020 1 commit
    • Lynne's avatar
      diracdec: rewrite golomb reader · 675bb1f4
      Lynne authored
      This version is able to output multiple coefficients at a time and
      is able to altogether remove actual golomb code parsing.
      Its also able to partially recover the last coefficient in case
      the packet is incomplete.
      
      Total decoder performance gain for 8bit 420 1080p lossless: 40%.
      Total decoder performance gain for 10bit 420 1080p lossless: 40%.
      
      clang was able to vectorize the loop much better than
      my handwritten assembly, but gcc was very naive and didn't.
      
      Lookup table is a rewritten version of vc2hqdecode.
      675bb1f4
  2. 12 Jul, 2016 1 commit
  3. 11 Jul, 2016 1 commit