Parent Directory
|
Revision Log
|
Patch
revision 1.4, Sat Apr 13 16:30:02 2002 UTC | revision 1.5, Thu Apr 25 06:55:00 2002 UTC | |
---|---|---|
# | Line 38 | Line 38 |
38 | ||
39 | ||
40 | ||
41 | int image_dump_yuvpgm(IMAGE * image, | int image_dump_yuvpgm(const IMAGE * image, |
42 | uint32_t edged_width, | const uint32_t edged_width, |
43 | uint32_t width, uint32_t height, | const uint32_t width, |
44 | const uint32_t height, | |
45 | char * filename); | char * filename); |
46 | ||
47 | float image_mad(const IMAGE * img1, const IMAGE * img2, uint32_t stride, | float image_mad(const IMAGE * img1, const IMAGE * img2, uint32_t stride, |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |