//The function returns a 'modified' wide angle, given that it is not necessary in this software implementation to reserve the values 0 and 1 for Planar and DC.
if(predMode>DC_IDX&&predMode<=VDIA_IDX)
if(predMode>DC_IDX&&predMode<=VDIA_IDX)
{
{
intmodeShift[]={0,6,10,12,14,15};
intmodeShift[]={0,6,10,12,14,15};
...
@@ -193,7 +194,7 @@ int IntraPrediction::getModifiedWideAngle( int width, int height, int predMode )
...
@@ -193,7 +194,7 @@ int IntraPrediction::getModifiedWideAngle( int width, int height, int predMode )