Searched refs:EAC3_MAX_CHANNELS (Results 1 – 4 of 4) sorted by relevance
247 …DECLARE_ALIGNED(32, INTFLOAT, delay)[EAC3_MAX_CHANNELS][AC3_BLOCK_SIZE]; ///< delay - adde…250 …DECLARE_ALIGNED(32, SHORTFLOAT, output)[EAC3_MAX_CHANNELS][AC3_BLOCK_SIZE]; ///< output…252 …DECLARE_ALIGNED(32, SHORTFLOAT, output_buffer)[EAC3_MAX_CHANNELS][AC3_BLOCK_SIZE * 6]; ///< final…
30 #define EAC3_MAX_CHANNELS 16 /**< maximum number of channels in EAC3 */ macro
1479 uint8_t extended_channel_map[EAC3_MAX_CHANNELS]; in ac3_decode_frame()1699 for (ch = 0; ch < EAC3_MAX_CHANNELS; ch++) in ac3_decode_frame()1713 if (s->channel_map & (1 << (EAC3_MAX_CHANNELS - ch - 1))) { in ac3_decode_frame()1717 if (av_get_channel_layout_nb_channels(channel_layout) > EAC3_MAX_CHANNELS) { in ac3_decode_frame()1726 for (ch = 0; ch < EAC3_MAX_CHANNELS; ch++) { in ac3_decode_frame()1727 if (s->channel_map & (1 << (EAC3_MAX_CHANNELS - ch - 1))) { in ac3_decode_frame()
351 if (channel_map & (1 << (EAC3_MAX_CHANNELS - i - 1))) in ff_eac3_parse_header()354 if (av_popcount64(channel_layout) > EAC3_MAX_CHANNELS) { in ff_eac3_parse_header()