Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:brhist
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lame/frontend/
H
A
D
brhist.c
46
#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
D
timestatus.c
47
#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
D
main.h
62
int
brhist
;
member
H
A
D
lame_main.c
628
global_ui_config.
brhist
= 0; /* turn off VBR histogram */
in lame_main()
H
A
D
parse.c
1573
global_ui_config.
brhist
= 1;
in parse_args_()
1759
global_ui_config.
brhist
= 0;
in parse_args_()
Completed in 6 milliseconds