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:INT64FLOAT
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aacpsdsp_template.c
53
INT64FLOAT
sum_re = (
INT64FLOAT
)filter[i][6][0] * in[6][0];
in ps_hybrid_analysis_c()
54
INT64FLOAT
sum_im = (
INT64FLOAT
)filter[i][6][0] * in[6][1];
in ps_hybrid_analysis_c()
57
INT64FLOAT
in0_re = in[j][0];
in ps_hybrid_analysis_c()
58
INT64FLOAT
in0_im = in[j][1];
in ps_hybrid_analysis_c()
59
INT64FLOAT
in1_re = in[12-j][0];
in ps_hybrid_analysis_c()
60
INT64FLOAT
in1_im = in[12-j][1];
in ps_hybrid_analysis_c()
61
sum_re += (
INT64FLOAT
)filter[i][j][0] * (in0_re + in1_re) -
in ps_hybrid_analysis_c()
62
(
INT64FLOAT
)filte
in ps_hybrid_analysis_c()
[all...]
H
A
D
aac_defines.h
39
typedef int64_t
INT64FLOAT
;
typedef
88
typedef float
INT64FLOAT
;
typedef
H
A
D
aacps.c
59
INT64FLOAT
re_in = AAC_MUL31(filter[6], in[6][0]); //real inphase
in hybrid2_re()
60
INT64FLOAT
re_op = 0.0f; //real out of phase
in hybrid2_re()
61
INT64FLOAT
im_in = AAC_MUL31(filter[6], in[6][1]); //imag inphase
in hybrid2_re()
62
INT64FLOAT
im_op = 0.0f; //imag out of phase
in hybrid2_re()
64
re_op += (
INT64FLOAT
)filter[j+1] * (in[j+1][0] + in[12-j-1][0]);
in hybrid2_re()
65
im_op += (
INT64FLOAT
)filter[j+1] * (in[j+1][1] + in[12-j-1][1]);
in hybrid2_re()
Completed in 3 milliseconds