Ignore:
Timestamp:
20 Jan 2014, 04:09:40 (11 years ago)
Author:
qualcomm
Message:

integration of JCT3V-G0119 by Qualcomm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev1-Qualcomm/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r773 r779  
    17621762    }
    17631763  }
    1764 
     1764#if QC_SPIVMP_MPI_G0119
     1765  READ_UVLC (uiCode, "log2_sub_PU_MPI_size_minus3");              pcVPS->setSubPUMPILog2Size( uiCode + 3 );
     1766#endif
    17651767  READ_FLAG( uiCode, "iv_mv_scaling_flag");                       pcVPS->setIvMvScalingFlag( uiCode == 1 ? true : false );
    17661768}
Note: See TracChangeset for help on using the changeset viewer.