Changeset 194 in 3DVCSoftware for branches/HTM-5.0-Qualcomm/source/App/TAppRenderer
- Timestamp:
- 26 Nov 2012, 18:35:20 (12 years ago)
- Location:
- branches/HTM-5.0-Qualcomm/source/App/TAppRenderer
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.0-Qualcomm/source/App/TAppRenderer/RendererMain.cpp
r100 r194 43 43 int main(int argc, char* argv[]) 44 44 { 45 #if !MVHEVC 45 46 TAppRendererTop cTAppRendererTop; 46 47 … … 78 79 79 80 return 0; 81 #endif 80 82 } 81 83 -
branches/HTM-5.0-Qualcomm/source/App/TAppRenderer/TAppRendererCfg.cpp
r189 r194 59 59 // Constructor / destructor / initialization / destroy 60 60 // ==================================================================================================================== 61 61 #if !MVHEVC 62 62 TAppRendererCfg::TAppRendererCfg() 63 63 { … … 516 516 g_uiIBDI_MAX = ((1<<(g_uiBitDepth+g_uiBitIncrement))-1); 517 517 } 518 #endif -
branches/HTM-5.0-Qualcomm/source/App/TAppRenderer/TAppRendererCfg.h
r100 r194 50 50 #include <string> 51 51 #include <vector> 52 52 #if !MVHEVC 53 53 // ==================================================================================================================== 54 54 // Class definition … … 134 134 135 135 136 136 #endif 137 137 #endif // __TAppRENDERERCFG__ 138 138 -
branches/HTM-5.0-Qualcomm/source/App/TAppRenderer/TAppRendererTop.cpp
r189 r194 45 45 // Constructor / destructor / initialization / destroy 46 46 // ==================================================================================================================== 47 47 #if !MVHEVC 48 48 TAppRendererTop::TAppRendererTop() 49 49 { … … 1034 1034 1035 1035 } 1036 #endif -
branches/HTM-5.0-Qualcomm/source/App/TAppRenderer/TAppRendererTop.h
r100 r194 50 50 #include "../../Lib/TLibRenderer/TRenModel.h" 51 51 52 52 #if !MVHEVC 53 53 // ==================================================================================================================== 54 54 // Class definition … … 87 87 };// END CLASS DEFINITION TAppRendererTop 88 88 89 #endif // __TAppRendererTOP__89 #endif 90 90 91 #endif
Note: See TracChangeset for help on using the changeset viewer.