Changeset 12dcaf
- Timestamp:
- 08/17/10 06:42:35 (3 years ago)
- Branches:
- b1faa09f4dfcf63d19d2cb9fc598a583e1df1c33
- Children:
- 38945e
- Parents:
- b6c818
- git-author:
- Dan Dennedy <dan@…> (08/17/10 06:42:35)
- git-committer:
- Dan Dennedy <dan@…> (08/17/10 06:42:35)
- Location:
- src
- Files:
-
- 4 edited
-
filter/coloradj/coloradj_RGB.c (modified) (1 diff)
-
filter/measure/pr0be.c (modified) (1 diff)
-
filter/measure/pr0file.c (modified) (1 diff)
-
mixer2/uvmap/uvmap.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/filter/coloradj/coloradj_RGB.c
r0ee638 r12dcaf 235 235 //---------------------------------------------------- 236 236 //F0R_COLOR_MODEL_RGBA8888 little endian 237 void apply_lut( uint32_t* inframe, uint32_t* outframe, int size, lut_s *lut, int ac)237 void apply_lut(const uint32_t* inframe, uint32_t* outframe, int size, lut_s *lut, int ac) 238 238 { 239 239 int i; -
src/filter/measure/pr0be.c
rb4e184 r12dcaf 479 479 //converts the Frei0r rgba8888 color image into 480 480 //internal float RGBA 481 void color2floatrgba( uint32_t* inframe, float_rgba *sl, int w , int h)481 void color2floatrgba(const uint32_t* inframe, float_rgba *sl, int w , int h) 482 482 { 483 483 int i; -
src/filter/measure/pr0file.c
r07e362 r12dcaf 543 543 //converts the Frei0r rgba8888 color image into 544 544 //internal float RGBA 545 void color2floatrgba( uint32_t* inframe, float_rgba *sl, int w , int h)545 void color2floatrgba(const uint32_t* inframe, float_rgba *sl, int w , int h) 546 546 { 547 547 int i; -
src/mixer2/uvmap/uvmap.c
r17f432 r12dcaf 80 80 return (long int)(x+0.5); 81 81 } 82 #endif */_MSC_VER */82 #endif /* _MSC_VER */ 83 83 84 84 void f0r_update2(f0r_instance_t instance,
Note: See TracChangeset
for help on using the changeset viewer.
