/external/libvorbis/vq/ |
latticebuild.c | 157 c.q_quant=0; 163 if(ilog(c.quantlist[j])>c.q_quant)c.q_quant=ilog(c.quantlist[j]);
|
localcodebook.h | 49 int q_quant; /* bits: 0 < quant <= 16 */ member in struct:static_codebook
|
bookutil.c | 259 &(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/ |
codebook.c | 114 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);
|
codebook.h | 49 int q_quant; /* bits: 0 < quant <= 16 */ member in struct:static_codebook
|