Home | History | Annotate | Download | only in lib

Lines Matching full:codebook

13  function: basic codebook pack/unpack/code/decode operations
14 last mod: $Id: codebook.c 17030 2010-03-25 06:52:55Z xiphmont $
23 #include "codebook.h"
28 /* packs the given codebook into the bitstream **************************/
147 /* unpacks a codebook from the packet buffer into the codebook struct,
148 readies the codebook auxiliary structures for decode *************/
261 int vorbis_book_encode(codebook *book, int a, oggpack_buffer *b){
283 STIN long decode_packed_entry_number(codebook *book, oggpack_buffer *b){
338 the codebook, but set in the code using the codebook. Like
345 long vorbis_book_decode(codebook *book, oggpack_buffer *b){
352 /* if there's no dec_index, the codebook unpacking isn't collapsed */
357 long vorbis_book_decodevs_add(codebook *book,float *a,oggpack_buffer *b,int n){
376 long vorbis_book_decodev_add(codebook *book,float *a,oggpack_buffer *b,int n){
421 long vorbis_book_decodev_set(codebook *book,float *a,oggpack_buffer *b,int n){
444 long vorbis_book_decodevv_add(codebook *book,float **a,long offset,int ch,