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/
H A Dac3tab.h46 extern const uint64_t ff_eac3_custom_channel_map_locations[16][2];
H A Dac3tab.c150 const uint64_t ff_eac3_custom_channel_map_locations[16][2] = { variable
H A Dac3dec.c1734 channel_layout |= ff_eac3_custom_channel_map_locations[ch][1]; in ac3_decode_frame()
1748 if (ff_eac3_custom_channel_map_locations[ch][0]) { in ac3_decode_frame()
1750 ff_ctzll(ff_eac3_custom_channel_map_locations[ch][1])); in ac3_decode_frame()
1761 if ((1ULL << i) & ff_eac3_custom_channel_map_locations[ch][1]) { in ac3_decode_frame()
H A Deac3dec.c353 channel_layout |= ff_eac3_custom_channel_map_locations[i][1]; in ff_eac3_parse_header()

Completed in 4 milliseconds