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:cor0
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aacdec_fixed.c
97
ps->
cor0
.mant = 0;
in reset_predict_state()
98
ps->
cor0
.exp = 0;
in reset_predict_state()
290
SoftFloat
cor0
= ps->
cor0
, cor1 = ps->cor1;
in predict()
local
295
k1 = av_mul_sf(
cor0
, flt16_even(av_div_sf(a, var0)));
in predict()
330
ps->
cor0
= flt16_trunc(av_add_sf(av_mul_sf(alpha,
cor0
), av_mul_sf(r0, e0)));
in predict()
H
A
D
aacenc_pred.c
71
const float
cor0
= ps->
cor0
, cor1 = ps->cor1;
in predict()
local
81
ps->
cor0
= flt16_trunc(alpha *
cor0
+ r0 * e0);
in predict()
87
ps->k1 = ps->var0 > 1 ? ps->
cor0
* flt16_even(a / ps->var0) : 0;
in predict()
97
ps->
cor0
= 0.0f;
in reset_predict_state()
H
A
D
aacdec.c
80
ps->
cor0
= 0.0f;
in reset_predict_state()
187
float
cor0
= ps->
cor0
, cor1 = ps->cor1;
in predict()
local
190
k1 = var0 > 1 ?
cor0
* flt16_even(a / var0) : 0;
in predict()
202
ps->
cor0
= flt16_trunc(alpha *
cor0
+ r0 * e0);
in predict()
H
A
D
aac.h
137
AAC_FLOAT
cor0
;
member
Completed in 4 milliseconds