Lines Matching refs:dec_leafw
265 if (s->used_entries > INT_MAX/(s->dec_leafw+1)) goto error_out; in _make_decode_table()
266 if (s->dec_nodeb && s->used_entries * (s->dec_leafw+1) > INT_MAX/s->dec_nodeb) goto error_out; in _make_decode_table()
267 s->dec_table=_ogg_malloc((s->used_entries*(s->dec_leafw+1)-2)* in _make_decode_table()
271 if(s->dec_leafw==1){ in _make_decode_table()
513 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,_ilog(s->entries)/8+1); in vorbis_book_unpack()
549 s->dec_leafw=_determine_leaf_words(s->dec_nodeb, in vorbis_book_unpack()
580 s->dec_leafw=_determine_leaf_words(s->dec_nodeb, in vorbis_book_unpack()
598 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,(s->q_bits*s->dim+8)/8); in vorbis_book_unpack()
606 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,_ilog(s->used_entries-1)/8+1); in vorbis_book_unpack()
627 if (s->dec_leafw == 1) in vorbis_book_unpack()
632 if (s->dec_leafw == 1) in vorbis_book_unpack()