Lines Matching refs:gf
85 brhist_init(const lame_global_flags * gf, const int bitrate_kbps_min, const int bitrate_kbps_max)
90 lame_bitrate_kbps(gf, brhist.kbps);
171 progress_line(const lame_global_flags * gf, int full, int frames)
178 int fsize = lame_get_framesize(gf);
179 int srate = lame_get_out_samplerate(gf);
303 brhist_disp(const lame_global_flags * gf)
320 lame_bitrate_stereo_mode_hist(gf, br_sm_hist);
321 lame_bitrate_hist(gf, br_hist);
322 lame_stereo_mode_hist(gf, st_mode);
323 lame_block_type_hist(gf, bl_type);
359 progress_line(gf, lame_get_totalframes(gf), frames);