Constant AV_TX_FLOAT_DST_I

pub const AV_TX_FLOAT_DST_I: u32 = 15; // 15u32
Expand description

Discrete Sine Transform I

The forward transform is a DST-I. The inverse transform is a DST-I multiplied by 2/(N + 1).

The input array is always overwritten.