HomeSort by relevance Sort by last modified time
    Searched refs:vqgen (Results 1 - 3 of 3) sorted by null

  /external/libvorbis/vq/
vqgen.h 14 last mod: $Id: vqgen.h 16037 2009-05-26 21:10:58Z xiphmont $
21 typedef struct vqgen{ struct
44 float (*metric_func) (struct vqgen *v,float *entry,float *point);
45 float *(*weight_func) (struct vqgen *v,float *point);
48 } vqgen; typedef in typeref:struct:vqgen
57 static inline float *_point(vqgen *v,long ptr){
61 static inline float *_aux(vqgen *v,long ptr){
65 static inline float *_now(vqgen *v,long ptr){
69 extern void vqgen_init(vqgen *v,
71 float (*metric)(vqgen *,float *, float *)
    [all...]
Makefile.am 11 latticebuild_SOURCES = latticebuild.c vqgen.c bookutil.c\
12 vqgen.h bookutil.h localcodebook.h
13 latticetune_SOURCES = latticetune.c vqgen.c bookutil.c\
14 vqgen.h bookutil.h localcodebook.h
15 huffbuild_SOURCES = huffbuild.c vqgen.c bookutil.c\
16 vqgen.h bookutil.h localcodebook.h
vqgen.c 14 last mod: $Id: vqgen.c 16037 2009-05-26 21:10:58Z xiphmont $
32 #include "vqgen.h"
60 float _dist(vqgen *v,float *a, float *b){
71 float *_weight_null(vqgen *v,float *a){
76 void _vqgen_seed(vqgen *v){
89 void vqgen_cellmetric(vqgen *v){
165 void vqgen_quantize(vqgen *v,quant_meta *q){
224 void vqgen_unquantize(vqgen *v,quant_meta *q){
240 void vqgen_init(vqgen *v,int elements,int aux,int entries,float mindist,
241 float (*metric)(vqgen *,float *, float *)
    [all...]

Completed in 46 milliseconds