Searched refs:pigeonmap (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.h91 long *pigeonmap; member in struct:encode_aux_pigeonhole
H A Dsharedbook.c515 entry+=pt->pigeonmap[pv]*mul;
523 entry=entry*pt->quantvals+pt->pigeonmap[pv];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlocalcodebook.h91 long *pigeonmap; member in struct:encode_aux_pigeonhole
H A Dlatticehint.c81 quantize outside the pigeonmap are dropped and brute-forced. So we
235 the vector (pigeonmap groups quantized entries together) and
251 p->pigeonmap=_ogg_malloc(p->mapentries*sizeof(long));
268 p->pigeonmap[i]=quant;
271 /* pigeonmap complete. Now do the grungy business of finding the
301 for(i=dim-1;i>=0;i--)entry=entry*p->quantvals+p->pigeonmap[temptrack[i]];
H A Dbookutil.c319 /* load pigeonmap */
322 p->pigeonmap=_ogg_malloc(sizeof(long)*p->mapentries);
324 if(get_next_ivalue(in,p->pigeonmap+i)){
325 fprintf(stderr,"out of data (pigeonmap) while reading codebook %s\n",filename);
591 /* pigeonmap */
596 fprintf(out,"%5ld, ",p->pigeonmap[j]);

Completed in 71 milliseconds