Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpsymodel.h197 void ff_psy_preprocess(struct FFPsyPreprocessContext *ctx, float **audio, int channels);
Dpsymodel.c139 void ff_psy_preprocess(struct FFPsyPreprocessContext *ctx, float **audio, int channels) in ff_psy_preprocess() function
Daacenc.c579 ff_psy_preprocess(s->psypp, s->planar_samples, s->channels); in aac_encode_frame()