Ignore:
Timestamp:
9 May 2013, 07:51:01 (12 years ago)
Author:
mediatek-htm
Message:

D0156 source code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev1-MediaTek/source/Lib/TLibEncoder/TEncCavlc.cpp

    r374 r384  
    716716      }
    717717#endif
    718     }
     718
     719    }
     720
     721#if MTK_D0156
     722#if MERL_VSP_COMPENSATION_C0152
     723    WRITE_FLAG( pcSPS->getUseVSPCompensation() ? 1 : 0,              "view_synthesis_pred_flag" );
     724#endif
     725
     726    WRITE_FLAG( pcSPS->getUseDVPRefine() ? 1 : 0,                    "dv_refine_flag" );
     727#endif
    719728  }
    720729  else
Note: See TracChangeset for help on using the changeset viewer.