Searched refs:psypp (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacenc.h68 struct FFPsyPreprocessContext* psypp; member in struct:AACEncContext
H A Daacenc.c217 s->psypp = ff_psy_preprocess_init(avctx);
504 if (!s->psypp) {
513 ff_psy_preprocess(s->psypp, (uint16_t*)data + start_ch,
663 ff_psy_preprocess_end(s->psypp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacenc.h79 struct FFPsyPreprocessContext* psypp; member in struct:AACEncContext
H A Daacenc.c524 if (s->psypp)
525 ff_psy_preprocess(s->psypp, s->planar_samples, s->channels);
677 if (s->psypp)
678 ff_psy_preprocess_end(s->psypp);
766 s->psypp = ff_psy_preprocess_init(avctx);

Completed in 115 milliseconds