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:max_noise
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
quantize.c
595
max_noise
: max quantization noise
in quant_compare()
611
better = ((calc->
max_noise
< 0) &&
in quant_compare()
612
((calc->
max_noise
* 10 + calc->bits) <=
in quant_compare()
613
(best->
max_noise
* 10 + best->bits)));
in quant_compare()
626
calc->
max_noise
= get_klemm_noise(distort, gi);
in quant_compare()
629
better = calc->
max_noise
< best->
max_noise
;
in quant_compare()
636
&& (calc->
max_noise
< best->
max_noise
);
in quant_compare()
639
better = (calc->
max_noise
<
in quant_compare()
[all...]
H
A
D
quantize_pvt.c
824
FLOAT
max_noise
= -20.0; /* -200 dB relative to masking */
in calc_noise()
local
904
max_noise
= Max(
max_noise
, noise);
in calc_noise()
911
res->
max_noise
=
max_noise
;
in calc_noise()
1028
gfc->pinfo->
max_noise
[gr][ch] = noise.
max_noise
* 10.0;
in set_pinfo()
H
A
D
lame-analysis.h
72
double
max_noise
[2][2];
member
H
A
D
quantize_pvt.h
64
FLOAT
max_noise
; /* max quantization noise */
member
/third_party/lame/frontend/
H
A
D
gtkanal.c
738
gr, pplot->pe[gr][ch] / 1000, en, pplot->over[gr][ch], pplot->
max_noise
[gr][ch],
in plot_frame()
Completed in 6 milliseconds