Home
last modified time | relevance | path

Searched refs:acn_channels (Results 1 – 2 of 2) sorted by relevance

/external/libopus/src/
Dopus_projection_encoder.c81 int acn_channels; in get_order_plus_one_from_channels() local
91 acn_channels = order_plus_one_ * order_plus_one_; in get_order_plus_one_from_channels()
92 nondiegetic_channels = channels - acn_channels; in get_order_plus_one_from_channels()
Dopus_multistream_encoder.c107 int acn_channels; in validate_ambisonics() local
114 acn_channels = order_plus_one * order_plus_one; in validate_ambisonics()
115 nondiegetic_channels = nb_channels - acn_channels; in validate_ambisonics()
121 *nb_streams = acn_channels + (nondiegetic_channels != 0); in validate_ambisonics()