- Timestamp:
- Dec 19, 2015, 2:09:37 PM (11 years ago)
- Location:
- trunk/Ohana/src/kapa2/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/src/Remap16.c
r34088 r39292 48 48 // set up expansions 49 49 if (picture[0].expand == -1) picture[0].expand = 1; 50 if (picture[0].expand == 0) picture[0].expand = 1; 50 51 assert ((picture[0].expand >= 1) || (picture[0].expand <= -2)); 51 52 expand_in = expand_out = 1.0; -
trunk/Ohana/src/kapa2/src/Remap24.c
r34088 r39292 32 32 // set up expansions 33 33 if (picture[0].expand == -1) picture[0].expand = 1; 34 if (picture[0].expand == 0) picture[0].expand = 1; 34 35 assert ((picture[0].expand >= 1) || (picture[0].expand <= -2)); 35 36 expand_in = expand_out = 1.0; -
trunk/Ohana/src/kapa2/src/Remap32.c
r37807 r39292 50 50 // set up expansions 51 51 if (picture[0].expand == -1) picture[0].expand = 1; 52 if (picture[0].expand == 0) picture[0].expand = 1; 52 53 assert ((picture[0].expand >= 1) || (picture[0].expand <= -2)); 53 54 expand_in = expand_out = 1.0; -
trunk/Ohana/src/kapa2/src/Remap8.c
r34088 r39292 31 31 // set up expansions 32 32 if (picture[0].expand == -1) picture[0].expand = 1; 33 if (picture[0].expand == 0) picture[0].expand = 1; 33 34 assert ((picture[0].expand >= 1) || (picture[0].expand <= -2)); 34 35 expand_in = expand_out = 1.0;
Note:
See TracChangeset
for help on using the changeset viewer.
