Searched refs:MpegAudioContext (Results 1 – 3 of 3) sorted by relevance
47 typedef struct MpegAudioContext { struct74 } MpegAudioContext; argument78 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()
29 .priv_data_size = sizeof(MpegAudioContext),
30 .priv_data_size = sizeof(MpegAudioContext),