Searched refs:encode_aux_pigeonhole (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dcodebook.h59 struct encode_aux_pigeonhole *pigeon_tree;
85 typedef struct encode_aux_pigeonhole{ struct
97 } encode_aux_pigeonhole; typedef in typeref:struct:encode_aux_pigeonhole
H A Dsharedbook.c463 encode_aux_pigeonhole *pt=book->c->pigeon_tree;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlocalcodebook.h59 struct encode_aux_pigeonhole *pigeon_tree;
85 typedef struct encode_aux_pigeonhole{ struct
97 } encode_aux_pigeonhole; typedef in typeref:struct:encode_aux_pigeonhole
H A Dlatticehint.c68 static void setvals(int dim,encode_aux_pigeonhole *p,
84 static float minerror(int dim,float *a,encode_aux_pigeonhole *p,
100 static float maxerror(int dim,float *a,encode_aux_pigeonhole *p,
226 encode_aux_pigeonhole *p=_ogg_calloc(1,sizeof(encode_aux_pigeonhole));
H A Dbookutil.c182 encode_aux_pigeonhole *p=NULL;
303 if(find_seek_to(in,"static const encode_aux_pigeonhole _vq_aux")){
306 c->pigeon_tree=p=_ogg_calloc(1,sizeof(encode_aux_pigeonhole));
531 encode_aux_pigeonhole *p=c->pigeon_tree;
628 fprintf(out,"static const encode_aux_pigeonhole _vq_auxp_%s = {\n",name);
712 fprintf(out,"\t(encode_aux_pigeonhole *)&_vq_auxp_%s,\n",name);

Completed in 77 milliseconds