Searched refs:order_plus_one (Results 1 – 2 of 2) sorted by relevance
48 int16_t order_plus_one; in WebRtcIlbcfix_DecodeImpl() local129 order_plus_one = LPC_FILTERORDER + 1; in WebRtcIlbcfix_DecodeImpl()132 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one), in WebRtcIlbcfix_DecodeImpl()133 PLClpc, order_plus_one); in WebRtcIlbcfix_DecodeImpl()
138 int order_plus_one; in validate_ambisonics() local142 order_plus_one = isqrt32(nb_channels); in validate_ambisonics()143 acn_channels = order_plus_one * order_plus_one; in validate_ambisonics()146 if (order_plus_one < 1 || order_plus_one > 15 || in validate_ambisonics()