vorbis_enc_context  200 libavcodec/vorbisenc.c static int ready_residue(vorbis_enc_residue *rc, vorbis_enc_context *venc)
vorbis_enc_context  239 libavcodec/vorbisenc.c static int create_vorbis_context(vorbis_enc_context *venc,
vorbis_enc_context  584 libavcodec/vorbisenc.c static int put_main_header(vorbis_enc_context *venc, uint8_t **out)
vorbis_enc_context  731 libavcodec/vorbisenc.c static void floor_fit(vorbis_enc_context *venc, vorbis_enc_floor *fc,
vorbis_enc_context  763 libavcodec/vorbisenc.c static int floor_encode(vorbis_enc_context *venc, vorbis_enc_floor *fc,
vorbis_enc_context  875 libavcodec/vorbisenc.c static int residue_encode(vorbis_enc_context *venc, vorbis_enc_residue *rc,
vorbis_enc_context  970 libavcodec/vorbisenc.c static int apply_window_and_mdct(vorbis_enc_context *venc,
vorbis_enc_context 1024 libavcodec/vorbisenc.c     vorbis_enc_context *venc = avctx->priv_data;
vorbis_enc_context 1110 libavcodec/vorbisenc.c     vorbis_enc_context *venc = avctx->priv_data;
vorbis_enc_context 1169 libavcodec/vorbisenc.c     vorbis_enc_context *venc = avctx->priv_data;
vorbis_enc_context 1204 libavcodec/vorbisenc.c     .priv_data_size = sizeof(vorbis_enc_context),