Searched refs:dec_leafw (Results 1 – 2 of 2) sorted by relevance
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_calloc((s->used_entries*(s->dec_leafw+1)-2), in _make_decode_table()271 if(s->dec_leafw==1){ in _make_decode_table()514 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,_ilog(s->entries)/8+1); in vorbis_book_unpack()550 s->dec_leafw=_determine_leaf_words(s->dec_nodeb, in vorbis_book_unpack()581 s->dec_leafw=_determine_leaf_words(s->dec_nodeb, in vorbis_book_unpack()599 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,(s->q_bits*s->dim+8)/8); in vorbis_book_unpack()607 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,_ilog(s->used_entries-1)/8+1); in vorbis_book_unpack()628 if (s->dec_leafw == 1) in vorbis_book_unpack()[all …]
66 int dec_leafw; member