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:rov
(Results
1 - 2
of
2
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
bitstream.c
992
RpgResult_t *const
rov
= &gfc->ov_rpg;
in do_gain_analysis()
local
1028
if (pcm_buf[0][i] >
rov
->PeakSample)
in do_gain_analysis()
1029
rov
->PeakSample = pcm_buf[0][i];
in do_gain_analysis()
1030
else if (-pcm_buf[0][i] >
rov
->PeakSample)
in do_gain_analysis()
1031
rov
->PeakSample = -pcm_buf[0][i];
in do_gain_analysis()
1035
if (pcm_buf[1][i] >
rov
->PeakSample)
in do_gain_analysis()
1036
rov
->PeakSample = pcm_buf[1][i];
in do_gain_analysis()
1037
else if (-pcm_buf[1][i] >
rov
->PeakSample)
in do_gain_analysis()
1038
rov
->PeakSample = -pcm_buf[1][i];
in do_gain_analysis()
H
A
D
lame.c
1602
RpgResult_t *const
rov
= &gfc->ov_rpg;
in save_gain_values()
local
1607
rov
->RadioGain = (int) floor(RadioGain * 10.0 + 0.5); /* round to nearest */
in save_gain_values()
1610
rov
->RadioGain = 0;
in save_gain_values()
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()
1619
rov
->noclipScale = floor((32767.0f /
rov
->PeakSample) * 100.0f) / 100.0f; /* round down */
in save_gain_values()
1622
rov
->noclipScale = -1.0f;
in save_gain_values()
Completed in 5 milliseconds