Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'silk/float/inner_product_FLP.c')
-rw-r--r--silk/float/inner_product_FLP.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/silk/float/inner_product_FLP.c b/silk/float/inner_product_FLP.c
index a8f04d73..0e4ebb21 100644
--- a/silk/float/inner_product_FLP.c
+++ b/silk/float/inner_product_FLP.c
@@ -31,11 +31,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "SigProc_FLP.h"
-/* inner product of two silk_float arrays, with result as double */
-double silk_inner_product_FLP( /* O result */
- const silk_float *data1, /* I vector 1 */
- const silk_float *data2, /* I vector 2 */
- opus_int dataSize /* I length of vectors */
+/* inner product of two silk_float arrays, with result as double */
+double silk_inner_product_FLP(
+ const silk_float *data1,
+ const silk_float *data2,
+ opus_int dataSize
)
{
opus_int i, dataSize4;