Searched refs:dec_nodeb (Results 1 – 2 of 2) sorted by relevance
242 if(s->dec_nodeb==4){ 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()268 s->dec_nodeb); in _make_decode_table()272 switch(s->dec_nodeb){ in _make_decode_table()289 if(s->dec_nodeb==1){ in _make_decode_table()513 s->dec_nodeb=_determine_node_bytes(s->used_entries,_ilog(s->entries)/8+1); in vorbis_book_unpack()514 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,_ilog(s->entries)/8+1); in vorbis_book_unpack()548 s->dec_nodeb=_determine_node_bytes(s->used_entries, in vorbis_book_unpack()550 s->dec_leafw=_determine_leaf_words(s->dec_nodeb, in vorbis_book_unpack()579 s->dec_nodeb=_determine_node_bytes(s->used_entries, in vorbis_book_unpack()[all …]
65 int dec_nodeb; member