Ignore:
Timestamp:
10 May 2013, 10:17:06 (12 years ago)
Author:
mediatek-htm
Message:

ARP Warning Fix, the related MACRO is "QC_ARP_WARNING_FIX"

by Yu-Lin Chang (yulin.chang@…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev2-Mediatek/source/App/TAppEncoder/TAppEncCfg.cpp

    r373 r390  
    922922#if H3D_IVRP
    923923#if QC_ARP_D0177
    924   xConfirmPara     ( m_nUseAdvResPred < 0 || m_nUseAdvResPred > 1 , "0<=ARP<=1" );
     924#if QC_ARP_WARNING_FIX
     925  xConfirmPara    ( m_nUseAdvResPred > 1 , "0<=ARP<=1" );
     926#else
     927  xConfirmPara    ( m_nUseAdvResPred < 0 || m_nUseAdvResPred > 1 , "0<=ARP<=1" );
     928#endif
    925929#else
    926930  xConfirmPara    ( m_uiMultiviewResPredMode > 1,                                     "MultiviewResPred must be less than or equal to 1" );
Note: See TracChangeset for help on using the changeset viewer.