Lines Matching defs:vorbis_enc_codebook
47 typedef struct vorbis_enc_codebook {
59 } vorbis_enc_codebook;
123 vorbis_enc_codebook *codebooks;
153 static inline int put_codeword(PutBitContext *pb, vorbis_enc_codebook *cb,
174 static int ready_codebook(vorbis_enc_codebook *cb)
220 vorbis_enc_codebook * cb;
284 venc->codebooks = av_mallocz(sizeof(vorbis_enc_codebook) * venc->ncodebooks);
294 vorbis_enc_codebook *cb = &venc->codebooks[book];
489 static void put_codebook_header(PutBitContext *pb, vorbis_enc_codebook *cb)
849 vorbis_enc_codebook * book = &venc->codebooks[c->masterbook];
887 static float *put_vector(vorbis_enc_codebook *book, PutBitContext *pb,
942 vorbis_enc_codebook * book = &venc->codebooks[rc->classbook];
954 vorbis_enc_codebook * book = &venc->codebooks[nbook];