You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavu/tx: clarify stride for RDFT transforms
This commit is contained in:
@@ -75,7 +75,9 @@ enum AVTXType {
|
|||||||
* the double variant, it's a 'double'. If scale is NULL, 1.0 will be used
|
* the double variant, it's a 'double'. If scale is NULL, 1.0 will be used
|
||||||
* as a default.
|
* as a default.
|
||||||
*
|
*
|
||||||
* The stride parameter must be set to the size of a single sample in bytes.
|
* For forward transforms (R2C), stride must be the spacing between two
|
||||||
|
* samples in bytes. For inverse transforms, the stride must be set
|
||||||
|
* to the spacing between two complex values in bytes.
|
||||||
*
|
*
|
||||||
* The forward transform performs a real-to-complex DFT of N samples to
|
* The forward transform performs a real-to-complex DFT of N samples to
|
||||||
* N/2+1 complex values.
|
* N/2+1 complex values.
|
||||||
|
Reference in New Issue
Block a user