Searched refs:ff_eac3_custom_channel_map_locations (Results 1 – 4 of 4) sorted by relevance
50 extern const uint64_t ff_eac3_custom_channel_map_locations[16][2];
248 const uint64_t ff_eac3_custom_channel_map_locations[16][2] = { variable
1714 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()1730 … ff_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()
352 channel_layout |= ff_eac3_custom_channel_map_locations[i][1]; in ff_eac3_parse_header()