]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/avfft.h
arm: vp9mc: Use a different helper register for PIC loads
[ffmpeg] / libavcodec / avfft.h
index b89618258e63ee797658de37cad5ceba105f640d..e2e727da9edef1ed14c813a6a3db6442f17ccbec 100644 (file)
@@ -99,9 +99,11 @@ enum DCTTransformType {
 
 /**
  * Set up DCT.
+ *
  * @param nbits           size of the input array:
  *                        (1 << nbits)     for DCT-II, DCT-III and DST-I
  *                        (1 << nbits) + 1 for DCT-I
+ * @param type            the type of transform
  *
  * @note the first element of the input of DST-I is ignored
  */