Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegaudioenc_template.c48 typedef struct MpegAudioContext { struct
75 } MpegAudioContext; typedef
79 MpegAudioContext *s = avctx->priv_data; in MPA_encode_init()
324 static void filter(MpegAudioContext *s, int ch, const short *samples, int incr) in filter()
377 static void compute_scale_factors(MpegAudioContext *s, in compute_scale_factors()
493 static void psycho_acoustic_model(MpegAudioContext *s, short smr[SBLIMIT]) in psycho_acoustic_model()
510 static void compute_bit_allocation(MpegAudioContext *s, in compute_bit_allocation()
606 static void encode_frame(MpegAudioContext *s, in encode_frame()
745 MpegAudioContext *s = avctx->priv_data; in MPA_encode_frame()
H A Dmpegaudioenc_float.c32 .priv_data_size = sizeof(MpegAudioContext),
H A Dmpegaudioenc_fixed.c31 .priv_data_size = sizeof(MpegAudioContext),

Completed in 2 milliseconds