Searched refs:order_plus_one (Results 1 – 4 of 4) sorted by relevance
78 static int get_order_plus_one_from_channels(int channels, int *order_plus_one) in get_order_plus_one_from_channels() argument96 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() argument107 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() local155 &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 …]
106 int order_plus_one; in validate_ambisonics() local113 order_plus_one = isqrt32(nb_channels); in validate_ambisonics()114 acn_channels = order_plus_one * order_plus_one; in validate_ambisonics()
202 int order_plus_one = (int)floor(sqrt((float)channels)); in test_creation_arguments() local203 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()
55 int16_t order_plus_one; in WebRtcIlbcfix_DecodeImpl() local138 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()