Lines Matching refs:gfc
50 lame_internal_flags *gfc;
446 DEBUGF(that->gfc, "sfb=%3d guess=%3d found=%3d diff=%3d\n", sfb, guess, m2,
774 lame_internal_flags const *const gfc = that->gfc;
775 SessionConfig_t const *const cfg = &gfc->cfg;
852 lame_internal_flags const *const gfc = that->gfc;
853 SessionConfig_t const *const cfg = &gfc->cfg;
987 int rc = scale_bitcount(that->gfc, that->cod_info);
993 ERRORF(that->gfc, "INTERNAL ERROR IN VBR NEW CODE (986), please send bug report\n");
1003 that->cod_info->part2_3_length = noquant_count_bits(that->gfc, that->cod_info, 0);
1232 reduce_bit_usage(lame_internal_flags * gfc, int gr, int ch
1238 SessionConfig_t const *const cfg = &gfc->cfg;
1239 gr_info *const cod_info = &gfc->l3_side.tt[gr][ch];
1242 best_scalefac_store(gfc, gr, ch, &gfc->l3_side);
1247 best_huffman_divide(gfc, cod_info);
1255 VBR_encode_frame(lame_internal_flags * gfc, const FLOAT xr34orig[2][2][576],
1258 SessionConfig_t const *const cfg = &gfc->cfg;
1284 that_[gr][ch].gfc = gfc;
1285 that_[gr][ch].cod_info = &gfc->l3_side.tt[gr][ch];
1334 use_nbits_ch[gr][ch] = reduce_bit_usage(gfc, gr, ch);
1539 gfc->l3_side.scfsi[ch][0] = 0;
1540 gfc->l3_side.scfsi[ch][1] = 0;
1541 gfc->l3_side.scfsi[ch][2] = 0;
1542 gfc->l3_side.scfsi[ch][3] = 0;
1546 gfc->l3_side.tt[gr][ch].scalefac_compress = 0;
1564 use_nbits_ch[gr][ch] = reduce_bit_usage(gfc, gr, ch);
1577 ERRORF(gfc, "INTERNAL ERROR IN VBR NEW CODE (1313), please send bug report\n"