Searched refs:MPADecodeContext (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudiodec_float.c30 .priv_data_size = sizeof(MPADecodeContext),
47 .priv_data_size = sizeof(MPADecodeContext),
64 .priv_data_size = sizeof(MPADecodeContext),
81 .priv_data_size = sizeof(MPADecodeContext),
H A Dmpegaudiodec.c65 typedef struct MPADecodeContext { struct
84 } MPADecodeContext; typedef in typeref:struct:MPADecodeContext
173 static void ff_init_short_region(MPADecodeContext *s, GranuleDef *g)
188 static void ff_init_long_region(MPADecodeContext *s, GranuleDef *g, int ra1, int ra2)
197 static void ff_compute_band_indexes(MPADecodeContext *s, GranuleDef *g)
425 MPADecodeContext *s = avctx->priv_data;
497 static int mp_decode_layer1(MPADecodeContext *s)
562 static int mp_decode_layer2(MPADecodeContext *s)
778 static void exponents_from_scale_factors(MPADecodeContext *s, GranuleDef *g,
822 static void switch_buffer(MPADecodeContext *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudiodec_float.c47 .priv_data_size = sizeof(MPADecodeContext),
63 .priv_data_size = sizeof(MPADecodeContext),
79 .priv_data_size = sizeof(MPADecodeContext),
95 .priv_data_size = sizeof(MPADecodeContext),
H A Dmpegaudiodec_fixed.c47 .priv_data_size = sizeof(MPADecodeContext),
63 .priv_data_size = sizeof(MPADecodeContext),
79 .priv_data_size = sizeof(MPADecodeContext),
95 .priv_data_size = sizeof(MPADecodeContext),
H A Dmpegaudiodec_template.c70 typedef struct MPADecodeContext { struct
90 } MPADecodeContext; typedef in typeref:struct:MPADecodeContext
156 static void init_short_region(MPADecodeContext *s, GranuleDef *g)
174 static void init_long_region(MPADecodeContext *s, GranuleDef *g,
184 static void compute_band_indexes(MPADecodeContext *s, GranuleDef *g)
412 MPADecodeContext *s = avctx->priv_data;
486 static int mp_decode_layer1(MPADecodeContext *s)
551 static int mp_decode_layer2(MPADecodeContext *s)
767 static void exponents_from_scale_factors(MPADecodeContext *s, GranuleDef *g,
811 static void switch_buffer(MPADecodeContext *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dcompute_antialias_fixed.h59 static void compute_antialias_mips_fixed(MPADecodeContext *s,
H A Dcompute_antialias_float.h59 static void compute_antialias_mips_float(MPADecodeContext *s,

Completed in 78 milliseconds