Skip to content
Snippets Groups Projects
  1. May 30, 2019
  2. May 29, 2019
    • Heiko Schwarz's avatar
      fix for sign data hiding · 3beebb98
      Heiko Schwarz authored
      The change fixes the problem of encoder/decoder mismatches by removing
      a no longer correct condition for sign hiding in Quant::quant(..).
      3beebb98
    • Heiko Schwarz's avatar
      fix for context derivation of par/gtx flags · 55e52d28
      Heiko Schwarz authored
      As reported in ticket #291, when sig_flag is inferred, the variables
      m_tmplCpDiag and m_tmplCpSum1 are not set correctly, but used for
      deriving the contexts for par_glag, gt1_flag, and gt3_flag.
      
      The provided modification fixes this issue by calling cctx.sigCtxIdAbs()
      also when sig_flag is inferred (except for the last scanning position,
      where a different mechanism is used).
      
      There is no impact on coding efficiency.
      55e52d28
  3. May 28, 2019
  4. May 27, 2019
  5. May 24, 2019
  6. May 23, 2019
  7. May 22, 2019
  8. May 18, 2019
  9. May 17, 2019
  10. May 16, 2019
  11. May 15, 2019
  12. May 13, 2019
  13. May 12, 2019
    • Karsten Suehring's avatar
      slices/tiles/bricks · e1bc3950
      Karsten Suehring authored
      implements:
      - splitting tiles into bricks
      - raster-scan tiles
      - uniform and non-uniform splits
      - all tiles/bricks in one slice
      - each brick one slice
      - PPS syntax
      
      missing:
      - rectangular tiles
      - slice header syntax
      
      further todo:
      - rework slice mode 2 to use multiple tiles for byte size matching
      - lots of renaming (tile->brick)
      e1bc3950
  14. May 09, 2019
Loading