Home
last modified time | relevance | path

Searched refs:nondiegetic_channels (Results 1 – 3 of 3) sorted by relevance

/external/libopus/tests/
Dtest_opus_projection.c203 int nondiegetic_channels = channels - order_plus_one * order_plus_one; in test_creation_arguments() local
236 (nondiegetic_channels == 0 || nondiegetic_channels == 2); in test_creation_arguments()
242 order_plus_one, nondiegetic_channels); in test_creation_arguments()
/external/libopus/src/
Dopus_projection_encoder.c82 int nondiegetic_channels; in get_order_plus_one_from_channels() local
92 nondiegetic_channels = channels - acn_channels; in get_order_plus_one_from_channels()
93 if (nondiegetic_channels != 0 && nondiegetic_channels != 2) in get_order_plus_one_from_channels()
Dopus_multistream_encoder.c108 int nondiegetic_channels; in validate_ambisonics() local
115 nondiegetic_channels = nb_channels - acn_channels; in validate_ambisonics()
117 if (nondiegetic_channels != 0 && nondiegetic_channels != 2) in validate_ambisonics()
121 *nb_streams = acn_channels + (nondiegetic_channels != 0); in validate_ambisonics()
123 *nb_coupled_streams = nondiegetic_channels != 0; in validate_ambisonics()