Changeset 123 in 3DVCSoftware for branches/HTM-4.0-Orange/source/Lib/TLibEncoder
- Timestamp:
- 7 Sep 2012, 13:48:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0-Orange/source/Lib/TLibEncoder/TEncCu.cpp
r122 r123 473 473 pcTextureCU = pcTexture->getCU( rpcBestCU->getAddr() ); 474 474 pcTexture->setPartInfo(pcTextureCU->readPartInfo()); 475 pcTexture->setTexPartIndex(0); //pcTextureCU->setTexPartIndex(0); //uiTexPartIndex = 0;475 pcTexture->setTexPartIndex(0); 476 476 } 477 477 } … … 658 658 break; 659 659 } 660 pcTexture->incrementTexPartIndex(); //uiTexPartIndex+=2;660 pcTexture->incrementTexPartIndex(); 661 661 662 662 if(pcTexture->accessPartInfo(1) == OL_END_CU)
Note: See TracChangeset for help on using the changeset viewer.