Home
last modified time | relevance | path

Searched refs:apply_window_and_mdct (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwmaenc.c103 static int apply_window_and_mdct(AVCodecContext *avctx, const AVFrame *frame) in apply_window_and_mdct() function
375 ret = apply_window_and_mdct(avctx, frame); in encode_superframe()
Daacenc.c198 static void apply_window_and_mdct(AACEncContext *s, SingleChannelElement *sce, in apply_window_and_mdct() function
661 apply_window_and_mdct(s, sce, overlap); in aac_encode_frame()
Dvorbisenc.c1000 static int apply_window_and_mdct(vorbis_enc_context *venc) in apply_window_and_mdct() function
1130 if (!apply_window_and_mdct(venc)) in vorbis_encode_frame()