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()
506 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,_ilog(s->entries)/8+1); in vorbis_book_unpack()
542 s->dec_leafw=_determine_leaf_words(s->dec_nodeb, in vorbis_book_unpack()
573 s->dec_leafw=_determine_leaf_words(s->dec_nodeb, in vorbis_book_unpack()
591 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,(s->q_bits*s->dim+8)/8); in vorbis_book_unpack()
599 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,_ilog(s->used_entries-1)/8+1); in vorbis_book_unpack()
620 if (s->dec_leafw == 1) in vorbis_book_unpack()
625 if (s->dec_leafw == 1) in vorbis_book_unpack()