Intra prediction code cleanup
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