Searched refs:thresh_tree (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsharedbook.c273 if(b->thresh_tree){
274 _ogg_free(b->thresh_tree->quantthresh);
275 _ogg_free(b->thresh_tree->quantmap);
276 memset(b->thresh_tree,0,sizeof(*b->thresh_tree));
277 _ogg_free(b->thresh_tree);
459 encode_aux_threshmatch *tt=book->c->thresh_tree;
H A Dcodebook.h58 struct encode_aux_threshmatch *thresh_tree; member in struct:static_codebook
H A Dres0.c322 encode_aux_threshmatch *tt=book->c->thresh_tree;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlocalcodebook.h58 struct encode_aux_threshmatch *thresh_tree; member in struct:static_codebook
H A Dlatticepare.c83 encode_aux_threshmatch *tt=b->c->thresh_tree;
101 encode_aux_threshmatch *tt=b->c->thresh_tree;
370 fprintf(stderr,"%d:",entry%b->c->thresh_tree->quantvals);
371 entry/=b->c->thresh_tree->quantvals;
H A Dlatticehint.c166 c->thresh_tree=t;
H A Dbookutil.c270 c->thresh_tree=t=_ogg_calloc(1,sizeof(encode_aux_threshmatch));
532 encode_aux_threshmatch *t=c->thresh_tree;

Completed in 141 milliseconds