Home
last modified time | relevance | path

Searched refs:brhist (Results 1 - 5 of 5) sorted by relevance

/third_party/lame/frontend/
H A Dbrhist.c46 #include "brhist.h"
71 } brhist; variable
87 brhist.hist_printed_lines = 0; in brhist_init()
90 lame_bitrate_kbps(gf, brhist.kbps); in brhist_init()
91 brhist.vbr_bitrate_min_index = calculate_index(brhist.kbps, BRHIST_WIDTH, bitrate_kbps_min); in brhist_init()
92 brhist.vbr_bitrate_max_index = calculate_index(brhist.kbps, BRHIST_WIDTH, bitrate_kbps_max); in brhist_init()
94 if (brhist.vbr_bitrate_min_index >= BRHIST_WIDTH || in brhist_init()
95 brhist in brhist_init()
[all...]
H A Dtimestatus.c47 #include "brhist.h"
196 if (global_ui_config.brhist) { in brhist_init_package()
199 global_ui_config.brhist = 0; in brhist_init_package()
309 if (global_ui_config.brhist) { in encoder_progress()
313 if (global_ui_config.brhist) { in encoder_progress()
324 if (global_ui_config.brhist) { in encoder_progress_end()
328 if (global_ui_config.brhist) { in encoder_progress_end()
H A Dmain.h62 int brhist; member
H A Dlame_main.c628 global_ui_config.brhist = 0; /* turn off VBR histogram */ in lame_main()
H A Dparse.c1573 global_ui_config.brhist = 1; in parse_args_()
1759 global_ui_config.brhist = 0; in parse_args_()

Completed in 6 milliseconds