Searched refs:dec_nodeb (Results 1 – 2 of 2) sorted by relevance
222 if(s->dec_nodeb==4){ in _make_decode_table()246 if (s->dec_nodeb && s->used_entries * (s->dec_leafw+1) > INT_MAX/s->dec_nodeb) goto error_out; in _make_decode_table()248 s->dec_nodeb); in _make_decode_table()252 switch(s->dec_nodeb){ in _make_decode_table()269 if(s->dec_nodeb==1){ in _make_decode_table()485 s->dec_nodeb=_determine_node_bytes(s->used_entries,_ilog(s->entries)/8+1); in vorbis_book_unpack()486 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,_ilog(s->entries)/8+1); in vorbis_book_unpack()521 s->dec_nodeb=_determine_node_bytes(s->used_entries, in vorbis_book_unpack()523 s->dec_leafw=_determine_leaf_words(s->dec_nodeb, in vorbis_book_unpack()553 s->dec_nodeb=_determine_node_bytes(s->used_entries, in vorbis_book_unpack()[all …]
65 int dec_nodeb; member