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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudioenc_fixed.c29 .priv_data_size = sizeof(MpegAudioContext),
H A Dmpegaudioenc_float.c30 .priv_data_size = sizeof(MpegAudioContext),
H A Dmpegaudioenc_template.c47 typedef struct MpegAudioContext { struct
74 } MpegAudioContext; typedef in typeref:struct:MpegAudioContext
78 MpegAudioContext *s = avctx->priv_data;
323 static void filter(MpegAudioContext *s, int ch, const short *samples, int incr)
376 static void compute_scale_factors(MpegAudioContext *s,
492 static void psycho_acoustic_model(MpegAudioContext *s, short smr[SBLIMIT])
509 static void compute_bit_allocation(MpegAudioContext *s,
605 static void encode_frame(MpegAudioContext *s,
747 MpegAudioContext *s = avctx->priv_data;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudioenc.c42 typedef struct MpegAudioContext { struct
59 } MpegAudioContext; typedef in typeref:struct:MpegAudioContext
69 MpegAudioContext *s = avctx->priv_data;
311 static void filter(MpegAudioContext *s, int ch, const short *samples, int incr)
479 static void psycho_acoustic_model(MpegAudioContext *s, short smr[SBLIMIT])
496 static void compute_bit_allocation(MpegAudioContext *s,
592 static void encode_frame(MpegAudioContext *s,
731 MpegAudioContext *s = avctx->priv_data;
772 .priv_data_size = sizeof(MpegAudioContext),

Completed in 46 milliseconds