Searched defs:venc (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vorbisenc.c | 211 static int ready_residue(vorbis_enc_residue *rc, vorbis_enc_context *venc) in ready_residue() argument 250 static av_cold int dsp_init(AVCodecContext *avctx, vorbis_enc_context *venc) in dsp_init() argument 270 create_vorbis_context(vorbis_enc_context *venc, AVCodecContext *avctx) create_vorbis_context() argument 619 put_main_header(vorbis_enc_context *venc, uint8_t **out) put_main_header() argument 766 floor_fit(vorbis_enc_context *venc, vorbis_enc_floor *fc, float *coeffs, uint16_t *posts, int samples) floor_fit() argument 798 floor_encode(vorbis_enc_context *venc, vorbis_enc_floor *fc, PutBitContext *pb, uint16_t *posts, float *floor, int samples) floor_encode() argument 910 residue_encode(vorbis_enc_context *venc, vorbis_enc_residue *rc, PutBitContext *pb, float *coeffs, int samples, int real_ch) residue_encode() argument 1005 apply_window_and_mdct(vorbis_enc_context *venc) apply_window_and_mdct() argument 1057 move_audio(vorbis_enc_context *venc, int sf_size) move_audio() argument 1094 vorbis_enc_context *venc = avctx->priv_data; vorbis_encode_frame() local 1207 vorbis_enc_context *venc = avctx->priv_data; vorbis_encode_close() local 1268 vorbis_enc_context *venc = avctx->priv_data; vorbis_encode_init() local [all...] |
Completed in 3 milliseconds