Home | History | Annotate | Download | only in lib

Lines Matching full:phrasebook

47   codebook   *phrasebook;
243 /* verify the phrasebook is not specifying an impossible or
245 /* modify the phrasebook ranging check from r16327; an early beta
246 encoder had a bug where it used an oversized phrasebook by
280 look->phrasebook=ci->fullbooks+info->groupbook;
281 dim=look->phrasebook->dim;
553 int partitions_per_word=look->phrasebook->dim;
591 if(val<look->phrasebook->entries)
592 look->phrasebits+=vorbis_book_encode(look->phrasebook,val,opb);
667 int partitions_per_word=look->phrasebook->dim;
688 int temp=vorbis_book_decode(look->phrasebook,&vb->opb);
812 int partitions_per_word=look->phrasebook->dim;
830 int temp=vorbis_book_decode(look->phrasebook,&vb->opb);