Lines Matching refs:GranuleDef
57 typedef struct GranuleDef { struct
74 } GranuleDef; argument
89 GranuleDef granules[2][2]; /* Used in Layer 3 */
125 static void region_offset2size(GranuleDef *g) in region_offset2size()
136 static void init_short_region(MPADecodeContext *s, GranuleDef *g) in init_short_region()
154 static void init_long_region(MPADecodeContext *s, GranuleDef *g, in init_long_region()
164 static void compute_band_indexes(MPADecodeContext *s, GranuleDef *g) in compute_band_indexes()
683 static void exponents_from_scale_factors(MPADecodeContext *s, GranuleDef *g, in exponents_from_scale_factors()
751 static int huffman_decode(MPADecodeContext *s, GranuleDef *g, in huffman_decode()
902 static void reorder_block(MPADecodeContext *s, GranuleDef *g) in reorder_block()
937 static void compute_stereo(MPADecodeContext *s, GranuleDef *g0, GranuleDef *g1) in compute_stereo()
1095 static void compute_antialias(MPADecodeContext *s, GranuleDef *g) in compute_antialias()
1126 static void compute_imdct(MPADecodeContext *s, GranuleDef *g, in compute_imdct()
1210 GranuleDef *g; in mp_decode_layer3()