Skip to content
Snippets Groups Projects
  • Frank Bossen's avatar
    6839ee63
    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
    History
    Intra prediction code cleanup
    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