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:noclipGainChange
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lame/frontend/
H
A
D
lame_main.c
289
float
noclipGainChange
= (float) lame_get_noclipGainChange(gf) / 10.0f;
in print_trailing_info()
local
292
if (
noclipGainChange
> 0.0) { /* clipping occurs */
in print_trailing_info()
295
" the gain by at least %.1fdB or encode again ",
noclipGainChange
);
in print_trailing_info()
314
if (
noclipGainChange
> -0.1)
in print_trailing_info()
320
-
noclipGainChange
);
in print_trailing_info()
/third_party/lame/libmp3lame/
H
A
D
util.h
355
int
noclipGainChange
; /* gain change required for preventing clipping */
member
H
A
D
lame.c
1616
rov->
noclipGainChange
= (int) ceil(log10(rov->PeakSample / 32767.0) * 20.0 * 10.0); /* round up */
in save_gain_values()
1618
if (rov->
noclipGainChange
> 0) { /* clipping occurs */
in save_gain_values()
2381
gfc->ov_rpg.
noclipGainChange
= 0;
in lame_init_internal_flags()
H
A
D
set_get.c
2104
return gfc->ov_rpg.
noclipGainChange
;
in lame_get_noclipGainChange()
Completed in 8 milliseconds