Searched refs:FFPsyContext (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | psymodel.h | 89 typedef struct FFPsyContext { struct 109 } FFPsyContext; argument 116 int (*init) (FFPsyContext *apc); 129 …FFPsyWindowInfo (*window)(FFPsyContext *ctx, const float *audio, const float *la, int channel, int… 139 … void (*analyze)(FFPsyContext *ctx, int channel, const float **coeffs, const FFPsyWindowInfo *wi); 141 void (*end) (FFPsyContext *apc); 157 int ff_psy_init(FFPsyContext *ctx, AVCodecContext *avctx, int num_lens, 169 FFPsyChannelGroup *ff_psy_find_group(FFPsyContext *ctx, int channel); 176 void ff_psy_end(FFPsyContext *ctx);
|
D | psymodel.c | 31 av_cold int ff_psy_init(FFPsyContext *ctx, AVCodecContext *avctx, int num_lens, in ff_psy_init() 73 FFPsyChannelGroup *ff_psy_find_group(FFPsyContext *ctx, int channel) in ff_psy_find_group() 83 av_cold void ff_psy_end(FFPsyContext *ctx) in ff_psy_end()
|
D | aacpsy.c | 301 static av_cold int psy_3gpp_init(FFPsyContext *ctx) { in psy_3gpp_init() 408 static av_unused FFPsyWindowInfo psy_3gpp_window(FFPsyContext *ctx, in psy_3gpp_window() 652 static void psy_3gpp_analyze_channel(FFPsyContext *ctx, int channel, in psy_3gpp_analyze_channel() 848 static void psy_3gpp_analyze(FFPsyContext *ctx, int channel, in psy_3gpp_analyze() 858 static av_cold void psy_3gpp_end(FFPsyContext *apc) in psy_3gpp_end() 884 static FFPsyWindowInfo psy_lame_window(FFPsyContext *ctx, const float *audio, in psy_lame_window()
|
D | aacenc.h | 400 FFPsyContext psy;
|