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:rh0
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
g729postfilter.c
434
int rh1,
rh0
; // (3.12)
in get_tilt_comp()
local
446
rh0
= adsp->scalarproduct_int16(lp_gn + 10, lp_gn + 10, 20);
in get_tilt_comp()
450
temp = av_log2(
rh0
) - 14;
in get_tilt_comp()
452
rh0
>>= temp;
in get_tilt_comp()
456
if (FFABS(rh1) >
rh0
|| !
rh0
)
in get_tilt_comp()
470
return -(rh1 * (1 << 15)) /
rh0
;
in get_tilt_comp()
H
A
D
amrnbdec.c
886
float
rh0
, rh1; // autocorrelation at lag 0 and 1
in tilt_factor()
local
898
rh0
= p->celpm_ctx.dot_productf(hf, hf, AMR_TILT_RESPONSE);
in tilt_factor()
903
return rh1 >= 0.0 ? rh1 /
rh0
* AMR_TILT_GAMMA_T : 0.0;
in tilt_factor()
H
A
D
wmavoice.c
596
float
rh0
, rh1;
in tilt_factor()
local
598
rh0
= 1.0 + avpriv_scalarproduct_float_c(lpcs, lpcs, n_lpcs);
in tilt_factor()
601
return rh1 /
rh0
;
in tilt_factor()
/third_party/ltp/testcases/network/virt/
H
A
D
vlan03.sh
18
rh0
="reorder_hdr off"
Completed in 9 milliseconds