diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tmpl/conv.sgml | 16 | ||||
-rw-r--r-- | doc/tmpl/convert.sgml | 1608 | ||||
-rw-r--r-- | doc/tmpl/dct.sgml | 16 | ||||
-rw-r--r-- | doc/tmpl/jpeg.sgml | 16 | ||||
-rw-r--r-- | doc/tmpl/liboilgcc.sgml | 19 | ||||
-rw-r--r-- | doc/tmpl/md5.sgml | 16 | ||||
-rw-r--r-- | doc/tmpl/simdpack.sgml | 16 | ||||
-rw-r--r-- | doc/tmpl/utf8.sgml | 16 |
8 files changed, 0 insertions, 1723 deletions
diff --git a/doc/tmpl/conv.sgml b/doc/tmpl/conv.sgml deleted file mode 100644 index 183635c..0000000 --- a/doc/tmpl/conv.sgml +++ /dev/null @@ -1,16 +0,0 @@ -<!-- ##### SECTION Title ##### --> -conv - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - diff --git a/doc/tmpl/convert.sgml b/doc/tmpl/convert.sgml deleted file mode 100644 index 4cf62fc..0000000 --- a/doc/tmpl/convert.sgml +++ /dev/null @@ -1,1608 +0,0 @@ -<!-- ##### SECTION Title ##### --> -convert - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - - -<!-- ##### FUNCTION oil_clipconv8x8_u8_s16 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@d_8x8: -@dstr: -@s_8x8: -@sstr: - - -<!-- ##### FUNCTION oil_clipconv_s16_f32 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_s16_f64 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_s16_s32 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_s16_u16 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_s16_u32 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_s32_f32 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_s32_f64 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_s32_u32 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_s8_f32 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_s8_f64 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_s8_s16 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_s8_s32 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_s8_u16 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_s8_u32 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_s8_u8 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_u16_f32 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_u16_f64 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_u16_s16 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_u16_s32 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_u16_u32 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_u32_f32 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_u32_f64 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_u32_s32 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_u8_f32 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_u8_f64 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_u8_s16 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_u8_s32 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_u8_s8 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_u8_u16 ##### --> -<para> - -Converts source array to type of destination array, clipping values -to the range of the destination type. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_clipconv_u8_u32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv8x8_f64_s16 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@d_8x8: -@dstr: -@s_8x8: -@sstr: - - -<!-- ##### FUNCTION oil_conv8x8_s16_f64 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@d_8x8: -@dstr: -@s_8x8: -@sstr: - - -<!-- ##### FUNCTION oil_conv_f32_f64 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_f32_s16 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_f32_s32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_f32_s8 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_f32_u16 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_f32_u32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_f32_u8 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_f64_f32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_f64_s16 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_f64_s32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_f64_s8 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_f64_u16 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_f64_u32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_f64_u8 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s16_f32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s16_f64 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s16_s32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s16_s8 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s16_u16 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s16_u32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s16_u8 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s32_f32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s32_f64 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s32_s16 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s32_s8 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s32_u16 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s32_u32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s32_u8 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s8_f32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s8_f64 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s8_s16 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s8_s32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s8_u16 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s8_u32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_s8_u8 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u16_f32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u16_f64 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u16_s16 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u16_s32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u16_s8 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u16_u32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u16_u8 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u32_f32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u32_f64 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u32_s16 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u32_s32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u32_s8 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u32_u16 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u32_u8 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u8_f32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u8_f64 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u8_s16 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u8_s32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u8_s8 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u8_u16 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_conv_u8_u32 ##### --> -<para> - -Converts each element in the source array to the type of destination -array. Destination values outside the range of the destination type -are unspecified. -</para> - -@dest: -@dstr: -@src: -@sstr: -@n: - - -<!-- ##### FUNCTION oil_scaleconv_f32_s16 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_f32_s32 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_f32_s8 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_f32_u16 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_f32_u32 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_f32_u8 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_f64_s16 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_f64_s32 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_f64_s8 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_f64_u16 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_f64_u32 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_f64_u8 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_s16_f32 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_s16_f64 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_s32_f32 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_s32_f64 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_s8_f32 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_s8_f64 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_u16_f32 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_u16_f64 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_u32_f32 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_u32_f64 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_u8_f32 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - -<!-- ##### FUNCTION oil_scaleconv_u8_f64 ##### --> -<para> -Requires version 0.3.2 -</para> - -@dest: -@src: -@n: -@s2_1: -@s3_1: - - diff --git a/doc/tmpl/dct.sgml b/doc/tmpl/dct.sgml deleted file mode 100644 index 9f8edd2..0000000 --- a/doc/tmpl/dct.sgml +++ /dev/null @@ -1,16 +0,0 @@ -<!-- ##### SECTION Title ##### --> -dct - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - diff --git a/doc/tmpl/jpeg.sgml b/doc/tmpl/jpeg.sgml deleted file mode 100644 index 37d8bb6..0000000 --- a/doc/tmpl/jpeg.sgml +++ /dev/null @@ -1,16 +0,0 @@ -<!-- ##### SECTION Title ##### --> -jpeg - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - diff --git a/doc/tmpl/liboilgcc.sgml b/doc/tmpl/liboilgcc.sgml deleted file mode 100644 index 6394c18..0000000 --- a/doc/tmpl/liboilgcc.sgml +++ /dev/null @@ -1,19 +0,0 @@ -<!-- ##### SECTION Title ##### --> -liboilgcc - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - -<!-- ##### SECTION Stability_Level ##### --> - - diff --git a/doc/tmpl/md5.sgml b/doc/tmpl/md5.sgml deleted file mode 100644 index a6e8584..0000000 --- a/doc/tmpl/md5.sgml +++ /dev/null @@ -1,16 +0,0 @@ -<!-- ##### SECTION Title ##### --> -md5 - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - diff --git a/doc/tmpl/simdpack.sgml b/doc/tmpl/simdpack.sgml deleted file mode 100644 index b00a00e..0000000 --- a/doc/tmpl/simdpack.sgml +++ /dev/null @@ -1,16 +0,0 @@ -<!-- ##### SECTION Title ##### --> -simdpack - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - diff --git a/doc/tmpl/utf8.sgml b/doc/tmpl/utf8.sgml deleted file mode 100644 index be2d593..0000000 --- a/doc/tmpl/utf8.sgml +++ /dev/null @@ -1,16 +0,0 @@ -<!-- ##### SECTION Title ##### --> -utf8 - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - |