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