Changeset 60 for mppenc/branches/r2d/src/tools.c
- Timestamp:
- 09/28/06 18:15:21 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mppenc/branches/r2d/src/tools.c
r49 r60 88 88 Change_Endian32 ( Uint32_t* dst, size_t words32bit ) 89 89 { 90 ENTER(160);91 90 92 91 for ( ; words32bit--; dst++ ) { … … 106 105 # endif 107 106 } 108 LEAVE(160);109 107 return; 110 108 } … … 124 122 { 125 123 size_t wordsread; 126 127 ENTER(161);128 124 wordsread = READ ( fp, dst, words32bit * sizeof(*dst) ) / sizeof(*dst); 129 125 … … 132 128 #endif 133 129 134 LEAVE(161);135 130 return wordsread; 136 131 } … … 219 214 Float mid; 220 215 Float side; 221 222 ENTER(162);223 216 224 217 for ( Band = 0; Band <= Stop_Band; Band++ ) { … … 398 391 399 392 } 400 401 LEAVE(162);402 393 return; 403 394 } … … 438 429 Float ML; 439 430 Float MR; 440 441 ENTER(163);442 431 443 432 for ( Band = Start_Band; Band <= Stop_Band; Band++ ) { … … 471 460 472 461 } 473 LEAVE(163);474 462 return; 475 463 }
Note: See TracChangeset
for help on using the changeset viewer.