summaryrefslogtreecommitdiff
path: root/doc/tmpl/liboilfuncs-dct.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tmpl/liboilfuncs-dct.sgml')
-rw-r--r--doc/tmpl/liboilfuncs-dct.sgml187
1 files changed, 187 insertions, 0 deletions
diff --git a/doc/tmpl/liboilfuncs-dct.sgml b/doc/tmpl/liboilfuncs-dct.sgml
index bf05b54..6a20dc7 100644
--- a/doc/tmpl/liboilfuncs-dct.sgml
+++ b/doc/tmpl/liboilfuncs-dct.sgml
@@ -51,3 +51,190 @@ array, the rows of the array are contiguous.
</para>
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### FUNCTION oil_dct36_f32 ##### -->
+<para>
+
+</para>
+
+@d_36:
+@dstr:
+@s_36:
+@sstr:
+
+
+<!-- ##### FUNCTION oil_fdct8_f64 ##### -->
+<para>
+
+Calculates the forward discrete cosine transform on the source array.
+</para>
+
+@d_8:
+@s_8:
+@dstr:
+@sstr:
+
+
+<!-- ##### FUNCTION oil_fdct8x8_f64 ##### -->
+<para>
+
+Calculates the 2-D forward discrete cosine transform on the source array.
+</para>
+
+@d_8x8:
+@dstr:
+@s_8x8:
+@sstr:
+
+
+<!-- ##### FUNCTION oil_fdct8x8s_s16 ##### -->
+<para>
+
+Calculates the 2-D forward discrete cosine transform on the source array,
+multiplying some values in the destination array by values interesting
+to the algorithm. This function is not recommended.
+</para>
+
+@d_8x8:
+@ds:
+@s_8x8:
+@ss:
+
+
+<!-- ##### FUNCTION oil_idct8_f64 ##### -->
+<para>
+
+Calculates the inverse discrete cosine transform on the source array.
+</para>
+
+@d_8:
+@dstr:
+@s_8:
+@sstr:
+
+
+<!-- ##### FUNCTION oil_idct8x8_f64 ##### -->
+<para>
+
+Calculates the 2-D inverse discrete cosine transform on the source array.
+</para>
+
+@d_8x8:
+@dstr:
+@s_8x8:
+@sstr:
+
+
+<!-- ##### FUNCTION oil_idct8x8_s16 ##### -->
+<para>
+
+Calculates the 2-D inverse discrete cosine transform on the source array,
+multiplying some values in the destination array by values interesting
+to the algorithm. This function is not recommended.
+</para>
+
+@d_8x8:
+@dstr:
+@s_8x8:
+@sstr:
+
+
+<!-- ##### FUNCTION oil_imdct12_f64 ##### -->
+<para>
+
+Calculate the inverse modified discrete cosine transform of the source
+array. This function is interesting in mp3 decoding.
+</para>
+
+@d_12:
+@s_6:
+
+
+<!-- ##### FUNCTION oil_imdct32_f32 ##### -->
+<para>
+
+Calculate the inverse modified discrete cosine transform of the source
+array. This function is interesting in mp3 decoding.
+</para>
+
+@d_32:
+@s_32:
+
+
+<!-- ##### FUNCTION oil_imdct36_f64 ##### -->
+<para>
+
+Calculate the inverse modified discrete cosine transform of the source
+array. This function is interesting in mp3 decoding.
+</para>
+
+@d_36:
+@s_18:
+
+
+<!-- ##### FUNCTION oil_mdct12_f64 ##### -->
+<para>
+
+Calculates the modified discrete cosine transform of the source array.
+</para>
+
+@d_6:
+@s_12:
+
+
+<!-- ##### FUNCTION oil_mdct36_f64 ##### -->
+<para>
+
+Calculates the modified discrete cosine transform of the source array.
+</para>
+
+@d_18:
+@s_36:
+
+
+<!-- ##### FUNCTION oil_idct8theora_s16 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@d_8:
+@dstr:
+@s_8:
+@sstr:
+
+
+<!-- ##### FUNCTION oil_idct8x8lim10_f64 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@d_8x8:
+@dstr:
+@s_8x8:
+@sstr:
+
+
+<!-- ##### FUNCTION oil_idct8x8lim10_s16 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@d_8x8:
+@dstr:
+@s_8x8:
+@sstr:
+
+
+<!-- ##### FUNCTION oil_idct8x8theora_s16 ##### -->
+<para>
+Requires version 0.3.2
+</para>
+
+@d_8x8:
+@dstr:
+@s_8x8:
+@sstr:
+
+