Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegaudioenc_template.c47 typedef struct MpegAudioContext { struct
74 } MpegAudioContext; argument
78 MpegAudioContext *s = avctx->priv_data; in MPA_encode_init()
323 static void filter(MpegAudioContext *s, int ch, const short *samples, int incr) in filter()
376 static void compute_scale_factors(MpegAudioContext *s, in compute_scale_factors()
492 static void psycho_acoustic_model(MpegAudioContext *s, short smr[SBLIMIT]) in psycho_acoustic_model()
509 static void compute_bit_allocation(MpegAudioContext *s, in compute_bit_allocation()
605 static void encode_frame(MpegAudioContext *s, in encode_frame()
747 MpegAudioContext *s = avctx->priv_data; in MPA_encode_frame()
Dmpegaudioenc_fixed.c29 .priv_data_size = sizeof(MpegAudioContext),
Dmpegaudioenc_float.c30 .priv_data_size = sizeof(MpegAudioContext),