Changeset 779 in 3DVCSoftware for branches/HTM-9.3-dev1-Qualcomm/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 20 Jan 2014, 04:09:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev1-Qualcomm/source/Lib/TLibDecoder/TDecCAVLC.cpp
r773 r779 1762 1762 } 1763 1763 } 1764 1764 #if QC_SPIVMP_MPI_G0119 1765 READ_UVLC (uiCode, "log2_sub_PU_MPI_size_minus3"); pcVPS->setSubPUMPILog2Size( uiCode + 3 ); 1766 #endif 1765 1767 READ_FLAG( uiCode, "iv_mv_scaling_flag"); pcVPS->setIvMvScalingFlag( uiCode == 1 ? true : false ); 1766 1768 }
Note: See TracChangeset for help on using the changeset viewer.