Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3tab.h50 extern const uint64_t ff_eac3_custom_channel_map_locations[16][2];
Dac3tab.c248 const uint64_t ff_eac3_custom_channel_map_locations[16][2] = { variable
Dac3dec.c1714 channel_layout |= ff_eac3_custom_channel_map_locations[ch][1]; in ac3_decode_frame()
1728 if (ff_eac3_custom_channel_map_locations[ch][0]) { in ac3_decode_frame()
1730ff_eac3_custom_channel_map_locations[ch][1]); in ac3_decode_frame()
1741 if ((1ULL << i) & ff_eac3_custom_channel_map_locations[ch][1]) { in ac3_decode_frame()
Deac3dec.c352 channel_layout |= ff_eac3_custom_channel_map_locations[i][1]; in ff_eac3_parse_header()