Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dac3dec.h247 DECLARE_ALIGNED(32, INTFLOAT, delay)[EAC3_MAX_CHANNELS][AC3_BLOCK_SIZE]; ///< delay - added to the next block
250 DECLARE_ALIGNED(32, SHORTFLOAT, output)[EAC3_MAX_CHANNELS][AC3_BLOCK_SIZE]; ///< output after imdct transform and windowing
252 DECLARE_ALIGNED(32, SHORTFLOAT, output_buffer)[EAC3_MAX_CHANNELS][AC3_BLOCK_SIZE * 6]; ///< final output buffer
H A Dac3defs.h25 #define EAC3_MAX_CHANNELS 16 /**< maximum number of channels in EAC3 */ macro
H A Dac3dec.c1495 uint8_t extended_channel_map[EAC3_MAX_CHANNELS]; in ac3_decode_frame()
1719 for (ch = 0; ch < EAC3_MAX_CHANNELS; ch++) in ac3_decode_frame()
1733 if (s->channel_map & (1 << (EAC3_MAX_CHANNELS - ch - 1))) { in ac3_decode_frame()
1737 if (av_popcount64(channel_layout) > EAC3_MAX_CHANNELS) { in ac3_decode_frame()
1746 for (ch = 0; ch < EAC3_MAX_CHANNELS; ch++) { in ac3_decode_frame()
1747 if (s->channel_map & (1 << (EAC3_MAX_CHANNELS - ch - 1))) { in ac3_decode_frame()
H A Deac3dec.c352 if (channel_map & (1 << (EAC3_MAX_CHANNELS - i - 1))) in ff_eac3_parse_header()
355 if (av_popcount64(channel_layout) > EAC3_MAX_CHANNELS) { in ff_eac3_parse_header()

Completed in 5 milliseconds