Searched refs:encode_aux_nearestmatch (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dcodebook.h57 struct encode_aux_nearestmatch *nearest_tree;
66 typedef struct encode_aux_nearestmatch{ struct
75 } encode_aux_nearestmatch; typedef in typeref:struct:encode_aux_nearestmatch
H A Dsharedbook.c462 encode_aux_nearestmatch *nt=book->c->nearest_tree;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlocalcodebook.h57 struct encode_aux_nearestmatch *nearest_tree;
66 typedef struct encode_aux_nearestmatch{ struct
75 } encode_aux_nearestmatch; typedef in typeref:struct:encode_aux_nearestmatch
H A Dvqsplit.c164 encode_aux_nearestmatch *t=b->c->nearest_tree;
355 static int _node_eq(encode_aux_nearestmatch *v, long a, long b){
374 encode_aux_nearestmatch *t;
379 t=c->nearest_tree=_ogg_calloc(1,sizeof(encode_aux_nearestmatch));
H A Dlatticepare.c306 encode_aux_nearestmatch *nt=NULL;
513 _ogg_calloc(1,sizeof(encode_aux_nearestmatch));
H A Dbookutil.c180 encode_aux_nearestmatch *a=NULL;
213 if(find_seek_to(in,"static const encode_aux_nearestmatch _vq_aux")){
215 c->nearest_tree=a=_ogg_calloc(1,sizeof(encode_aux_nearestmatch));
533 encode_aux_nearestmatch *n=c->nearest_tree;
682 fprintf(out,"static const encode_aux_nearestmatch _vq_auxn_%s = {\n",name);
704 fprintf(out,"\t(encode_aux_nearestmatch *)&_vq_auxn_%s,\n",name);

Completed in 80 milliseconds