Lines Matching refs:GranuleDef
55 typedef struct GranuleDef { struct
72 } GranuleDef; argument
87 GranuleDef granules[2][2]; /* Used in Layer 3 */
123 static void region_offset2size(GranuleDef *g) in region_offset2size()
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()
681 static void exponents_from_scale_factors(MPADecodeContext *s, GranuleDef *g, in exponents_from_scale_factors()
749 static int huffman_decode(MPADecodeContext *s, GranuleDef *g, in huffman_decode()
900 static void reorder_block(MPADecodeContext *s, GranuleDef *g) in reorder_block()
935 static void compute_stereo(MPADecodeContext *s, GranuleDef *g0, GranuleDef *g1) in compute_stereo()
1093 static void compute_antialias(MPADecodeContext *s, GranuleDef *g) in compute_antialias()
1124 static void compute_imdct(MPADecodeContext *s, GranuleDef *g, in compute_imdct()
1208 GranuleDef *g; in mp_decode_layer3()