Searched refs:psypp (Results 1 – 2 of 2) sorted by relevance
578 if (s->psypp) in aac_encode_frame()579 ff_psy_preprocess(s->psypp, s->planar_samples, s->channels); in aac_encode_frame()907 if (s->psypp) in aac_encode_end()908 ff_psy_preprocess_end(s->psypp); in aac_encode_end()1086 s->psypp = ff_psy_preprocess_init(avctx); in aac_encode_init()
398 struct FFPsyPreprocessContext* psypp; member