Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_projection_encoder.c78 static int get_order_plus_one_from_channels(int channels, int *order_plus_one) in get_order_plus_one_from_channels() argument
96 if (order_plus_one) in get_order_plus_one_from_channels()
97 *order_plus_one = order_plus_one_; in get_order_plus_one_from_channels()
103 int *order_plus_one) in get_streams_from_channels() argument
107 if (get_order_plus_one_from_channels(channels, order_plus_one) != OPUS_OK) in get_streams_from_channels()
147 int order_plus_one; in opus_projection_ambisonics_encoder_get_size() local
155 &nb_coupled_streams, &order_plus_one); in opus_projection_ambisonics_encoder_get_size()
159 if (order_plus_one == 2) in opus_projection_ambisonics_encoder_get_size()
166 else if (order_plus_one == 3) in opus_projection_ambisonics_encoder_get_size()
173 else if (order_plus_one == 4) in opus_projection_ambisonics_encoder_get_size()
[all …]
Dopus_multistream_encoder.c106 int order_plus_one; in validate_ambisonics() local
113 order_plus_one = isqrt32(nb_channels); in validate_ambisonics()
114 acn_channels = order_plus_one * order_plus_one; in validate_ambisonics()
/external/libopus/tests/
Dtest_opus_projection.c202 int order_plus_one = (int)floor(sqrt((float)channels)); in test_creation_arguments() local
203 int nondiegetic_channels = channels - order_plus_one * order_plus_one; in test_creation_arguments()
235 is_channels_valid = (order_plus_one >= 2 && order_plus_one <= 4) && in test_creation_arguments()
242 order_plus_one, nondiegetic_channels); in test_creation_arguments()
/external/webrtc/modules/audio_coding/codecs/ilbc/
Ddecode.c55 int16_t order_plus_one; in WebRtcIlbcfix_DecodeImpl() local
138 order_plus_one = LPC_FILTERORDER + 1; in WebRtcIlbcfix_DecodeImpl()
141 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one), in WebRtcIlbcfix_DecodeImpl()
142 PLClpc, order_plus_one); in WebRtcIlbcfix_DecodeImpl()