Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3dec.h247 …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…
Dac3.h30 #define EAC3_MAX_CHANNELS 16 /**< maximum number of channels in EAC3 */ macro
Dac3dec.c1479 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()
Deac3dec.c351 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()