Merge tag 'v1.3.7' into tizen
[platform/upstream/libvorbis.git] / vq / vqgen.h
index d84f821..47a7d2d 100644 (file)
@@ -6,12 +6,11 @@
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
  * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001             *
- * by the Xiph.Org Foundation http://www.xiph.org/                  *
+ * by the Xiph.Org Foundation https://xiph.org/                     *
  *                                                                  *
  ********************************************************************
 
  function: build a VQ codebook 
- last mod: $Id$
 
  ********************************************************************/
 
@@ -67,9 +66,9 @@ static inline float *_now(vqgen *v,long ptr){
 }
 
 extern void vqgen_init(vqgen *v,
-                      int elements,int aux,int entries,float mindist,
-                      float  (*metric)(vqgen *,float *, float *),
-                      float *(*weight)(vqgen *,float *),int centroid);
+                       int elements,int aux,int entries,float mindist,
+                       float  (*metric)(vqgen *,float *, float *),
+                       float *(*weight)(vqgen *,float *),int centroid);
 extern void vqgen_addpoint(vqgen *v, float *p,float *aux);
 
 extern float vqgen_iterate(vqgen *v,int biasp);