Home
last modified time | relevance | path

Searched refs:groupbook (Results 1 – 5 of 5) sorted by relevance

/external/tremolo/Tremolo/
Dres012.c70 info->groupbook=(unsigned char)oggpack_read(opb,8); in res_unpack()
71 if(info->groupbook>=ci->books)goto errout; in res_unpack()
108 codebook *phrasebook=ci->book_param+info->groupbook; in res_inverse()
Dcodec_internal.h143 unsigned char groupbook; /* huffbook for partitioning */ member
/external/libvorbis/lib/
Dres0.c183 oggpack_write(opb,info->groupbook,8); /* group huffman book */ in res0_pack()
213 info->groupbook=oggpack_read(opb,8); in res0_unpack()
216 if(info->groupbook<0)goto errout; in res0_unpack()
237 if(info->groupbook>=ci->books)goto errout; in res0_unpack()
250 int entries = ci->book_param[info->groupbook]->entries; in res0_unpack()
251 int dim = ci->book_param[info->groupbook]->dim; in res0_unpack()
280 look->phrasebook=ci->fullbooks+info->groupbook; in res0_look()
Dbackends.h113 int groupbook; /* huffbook for partitioning */ member
Dvorbisenc.c482 r->groupbook=book_dup_or_new(ci,res->book_aux_managed); in vorbis_encode_residue_setup()
483 ci->book_param[r->groupbook]=(static_codebook *)res->book_aux_managed; in vorbis_encode_residue_setup()
502 r->groupbook=book_dup_or_new(ci,res->book_aux); in vorbis_encode_residue_setup()
503 ci->book_param[r->groupbook]=(static_codebook *)res->book_aux; in vorbis_encode_residue_setup()