Constant AV_TX_DOUBLE_DCT_I

pub const AV_TX_DOUBLE_DCT_I: u32 = 13; // 13u32
Expand description

Discrete Cosine Transform I

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

The input array is always overwritten.