Searched refs:vorbis_enc_codebook (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisenc.c52 } vorbis_enc_codebook; typedef in typeref:struct:__anon2014
112 vorbis_enc_codebook *codebooks;
140 static inline void put_codeword(PutBitContext *pb, vorbis_enc_codebook *cb,
158 static int ready_codebook(vorbis_enc_codebook *cb)
204 vorbis_enc_codebook * cb;
247 venc->codebooks = av_malloc(sizeof(vorbis_enc_codebook) * venc->ncodebooks);
255 vorbis_enc_codebook *cb = &venc->codebooks[book];
449 static void put_codebook_header(PutBitContext *pb, vorbis_enc_codebook *cb)
804 vorbis_enc_codebook * book = &venc->codebooks[c->masterbook];
838 static float *put_vector(vorbis_enc_codebook *boo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisenc.c54 } vorbis_enc_codebook; typedef in typeref:struct:__anon3251
114 vorbis_enc_codebook *codebooks;
142 static inline int put_codeword(PutBitContext *pb, vorbis_enc_codebook *cb,
163 static int ready_codebook(vorbis_enc_codebook *cb)
209 vorbis_enc_codebook * cb;
252 venc->codebooks = av_malloc(sizeof(vorbis_enc_codebook) * venc->ncodebooks);
260 vorbis_enc_codebook *cb = &venc->codebooks[book];
454 static void put_codebook_header(PutBitContext *pb, vorbis_enc_codebook *cb)
811 vorbis_enc_codebook * book = &venc->codebooks[c->masterbook];
849 static float *put_vector(vorbis_enc_codebook *boo
[all...]

Completed in 217 milliseconds