Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpsymodel.h188 struct FFPsyPreprocessContext *ff_psy_preprocess_init(AVCodecContext *avctx);
Dpsymodel.c103 av_cold struct FFPsyPreprocessContext* ff_psy_preprocess_init(AVCodecContext *avctx) in ff_psy_preprocess_init() function
Daacenc.c1086 s->psypp = ff_psy_preprocess_init(avctx); in aac_encode_init()