Skip to content
Snippets Groups Projects
  1. Aug 05, 2019
  2. Aug 04, 2019
  3. Aug 03, 2019
    • Frank Bossen's avatar
      Intra prediction code cleanup · a6d28dfe
      Frank Bossen authored
      Move DPDC code for HOR/VER to xPredIntraAng function to be
      consistent with other angular modes. This also avoids code
      duplication by having the same PDPC code for HOR and VER modes.
      a6d28dfe
    • Frank Bossen's avatar
      Remove superfluous clipping · 8487d65a
      Frank Bossen authored
      Clipping is not required for the DC/Planar PDPC process since
      the result is always within the valid range
      8487d65a
    • Frank Bossen's avatar
      Intra prediction code cleanup · 6839ee63
      Frank Bossen authored
      Remove fields whRatio and hwRatio from the IntraPredParam
      structure when JVET_O0364_PADDING is enabled as they may be needed
      only once. When ratios are needed use logs, adds, and shifts
      instead of divisions and multiplications.
      
      Add initializer for angularScale when JVET_O0364_PDPC_ANGULAR is
      enabled
      6839ee63
  4. Aug 02, 2019
Loading