Searched refs:MPADecodeContext (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegaudiodec_float.c | 80 .priv_data_size = sizeof(MPADecodeContext), 98 .priv_data_size = sizeof(MPADecodeContext), 116 .priv_data_size = sizeof(MPADecodeContext), 134 .priv_data_size = sizeof(MPADecodeContext),
|
D | mpegaudiodec_fixed.c | 67 .priv_data_size = sizeof(MPADecodeContext), 85 .priv_data_size = sizeof(MPADecodeContext), 103 .priv_data_size = sizeof(MPADecodeContext), 121 .priv_data_size = sizeof(MPADecodeContext),
|
D | mpegaudiodec_template.c | 74 typedef struct MPADecodeContext { struct 96 } MPADecodeContext; argument 134 static void init_short_region(MPADecodeContext *s, GranuleDef *g) in init_short_region() 152 static void init_long_region(MPADecodeContext *s, GranuleDef *g, in init_long_region() 162 static void compute_band_indexes(MPADecodeContext *s, GranuleDef *g) in compute_band_indexes() 283 MPADecodeContext *s = avctx->priv_data; in decode_init() 363 static int handle_crc(MPADecodeContext *s, int sec_len) in handle_crc() 390 static int mp_decode_layer1(MPADecodeContext *s) in mp_decode_layer1() 460 static int mp_decode_layer2(MPADecodeContext *s) in mp_decode_layer2() 681 static void exponents_from_scale_factors(MPADecodeContext *s, GranuleDef *g, in exponents_from_scale_factors() [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | compute_antialias_float.h | 62 static void compute_antialias_mips_float(MPADecodeContext *s, in compute_antialias_mips_float()
|
D | compute_antialias_fixed.h | 59 static void compute_antialias_mips_fixed(MPADecodeContext *s, in compute_antialias_mips_fixed()
|