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

/external/libvorbis/vq/
H A Dbookutil.c236 int quant_to_read=0; local
267 quant_to_read=0;
270 quant_to_read=_book_maptype1_quantvals(c);
273 quant_to_read=c->entries*c->dim;
280 c->quantlist=_ogg_malloc(sizeof(long)*quant_to_read);
281 for(i=0;i<quant_to_read;i++)

Completed in 482 milliseconds