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

/external/libvorbis/vq/
H A Dlatticebuild.c157 c.q_quant=0;
163 if(ilog(c.quantlist[j])>c.q_quant)c.q_quant=ilog(c.quantlist[j]);
H A Dlocalcodebook.h49 int q_quant; /* bits: 0 < quant <= 16 */ member in struct:static_codebook
H A Dbookutil.c259 &(c->maptype),&(c->q_min),&(c->q_delta),&(c->q_quant),
470 c->maptype,c->q_min,c->q_delta,c->q_quant,c->q_sequencep);
/external/libvorbis/lib/
H A Dcodebook.h49 int q_quant; /* bits: 0 < quant <= 16 */ member in struct:static_codebook
H A Dcodebook.c114 oggpack_write(opb,c->q_quant-1,4);
135 oggpack_write(opb,labs(c->quantlist[i]),c->q_quant);
224 s->q_quant=oggpack_read(opb,4)+1;
242 s->quantlist[i]=oggpack_read(opb,s->q_quant);

Completed in 114 milliseconds