Searched refs:dec_leafw (Results 1 – 2 of 2) sorted by relevance
259 if (s->used_entries > INT_MAX/(s->dec_leafw+1)) goto error_out; in _make_decode_table()260 if (s->dec_nodeb && s->used_entries * (s->dec_leafw+1) > INT_MAX/s->dec_nodeb) goto error_out; in _make_decode_table()261 s->dec_table=_ogg_malloc((s->used_entries*(s->dec_leafw+1)-2)* in _make_decode_table()265 if(s->dec_leafw==1){ in _make_decode_table()500 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,_ilog(s->entries)/8+1); in vorbis_book_unpack()536 s->dec_leafw=_determine_leaf_words(s->dec_nodeb, in vorbis_book_unpack()567 s->dec_leafw=_determine_leaf_words(s->dec_nodeb, in vorbis_book_unpack()585 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,(s->q_bits*s->dim+8)/8); in vorbis_book_unpack()593 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,_ilog(s->used_entries-1)/8+1); in vorbis_book_unpack()614 if (s->dec_leafw == 1) in vorbis_book_unpack()[all …]
66 int dec_leafw; member