Searched refs:codelist (Results 1 – 4 of 4) sorted by relevance
274 if(b->codelist)_ogg_free(b->codelist); in vorbis_book_clear()290 c->codelist=_make_words(s->lengthlist,s->entries,0); in vorbis_book_init_encode()353 c->codelist=_ogg_malloc(n*sizeof(*c->codelist)); in vorbis_book_init_decode()361 c->codelist[sortindex[i]]=codes[i]; in vorbis_book_init_decode()389 ogg_uint32_t orig=bitreverse(c->codelist[i]); in vorbis_book_init_decode()404 while((lo+1)<n && c->codelist[lo+1]<=word)lo++; in vorbis_book_init_decode()405 while( hi<n && word>=(c->codelist[hi]&mask))hi++; in vorbis_book_init_decode()433 return book->codelist[entry]; in vorbis_book_codeword()
68 ogg_uint32_t *codelist; /* list of bitstream codewords for each entry */ member
263 oggpack_write(b,book->codelist[a],book->c->lengthlist[a]); in vorbis_book_encode()314 long test=book->codelist[lo+p]>testword; in decode_packed_entry_number()