Home | History | Annotate | Download | only in lib

Lines Matching refs:codebook

13  function: basic shared codebook operations
25 #include "codebook.h"
270 void vorbis_book_clear(codebook *b){
272 the static codebook belongs to the info struct */
283 int vorbis_book_init_encode(codebook *c,const static_codebook *s){
312 /* decode codebook arrangement is more heavily optimized than encode */
313 int vorbis_book_init_decode(codebook *c,const static_codebook *s){
331 First, we collapse the likely sparse codebook down only to
430 long vorbis_book_codeword(codebook *book,int entry){
437 long vorbis_book_codelen(codebook *book,int entry){