Home
last modified time | relevance | path

Searched refs:MAX_DCT_CHANNELS (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dbinkaudio.c47 #define MAX_DCT_CHANNELS 6 macro
63 float previous[MAX_DCT_CHANNELS][BINK_BLOCK_MAX_SIZE / 16]; ///< coeffs from previous audio block
80 int max_channels = avctx->codec->id == AV_CODEC_ID_BINKAUDIO_RDFT ? MAX_CHANNELS : MAX_DCT_CHANNELS; in decode_init()

Completed in 1 milliseconds