Ignore:
Timestamp:
28 Jan 2014, 10:00:48 (11 years ago)
Author:
mediatek-htm
Message:

Integration of CABAC simplification of ARP flag in JCT3V-G0061. The MACRO is "MTK_ARP_FLAG_CABAC_SIMP_G0061".

by Yi-Wen Chen (yiwen.chen@…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev2-MediaTek/source/Lib/TLibEncoder/TEncSbac.cpp

    r805 r806  
    10001000  if( nBinNum > 1 )
    10011001  {
     1002#if MTK_ARP_FLAG_CABAC_SIMP_G0061
     1003     m_pcBinIf->encodeBin( ( iW == iMaxW ) ? 1 : 0, m_cCUPUARPWSCModel.get( 0, 0, 2 ) );
     1004#else
    10021005     m_pcBinIf->encodeBin( ( iW == iMaxW ) ? 1 : 0, m_cCUPUARPWSCModel.get( 0, 0, 3 ) );
     1006#endif
    10031007  }
    10041008#if H_MV_ENC_DEC_TRAC
Note: See TracChangeset for help on using the changeset viewer.