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:cor1
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aacdec_fixed.c
99
ps->
cor1
.mant = 0;
in reset_predict_state()
100
ps->
cor1
.exp = 0;
in reset_predict_state()
290
SoftFloat cor0 = ps->cor0,
cor1
= ps->
cor1
;
in predict()
local
303
k2 = av_mul_sf(
cor1
, flt16_even(av_div_sf(a, var1)));
in predict()
326
ps->
cor1
= flt16_trunc(av_add_sf(av_mul_sf(alpha,
cor1
), av_mul_sf(r1, e1)));
in predict()
H
A
D
aacenc_pred.c
71
const float cor0 = ps->cor0,
cor1
= ps->
cor1
;
in predict()
local
79
ps->
cor1
= flt16_trunc(alpha *
cor1
+ r1 * e1);
in predict()
88
k2 = ps->var1 > 1 ? ps->
cor1
* flt16_even(a / ps->var1) : 0;
in predict()
98
ps->
cor1
= 0.0f;
in reset_predict_state()
H
A
D
aacdec.c
81
ps->
cor1
= 0.0f;
in reset_predict_state()
187
float cor0 = ps->cor0,
cor1
= ps->
cor1
;
in predict()
local
191
k2 = var1 > 1 ?
cor1
* flt16_even(a / var1) : 0;
in predict()
200
ps->
cor1
= flt16_trunc(alpha *
cor1
+ r1 * e1);
in predict()
H
A
D
aac.h
138
AAC_FLOAT
cor1
;
member
Completed in 5 milliseconds