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:UINTFLOAT
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aacpsdsp_template.c
33
dst[i] += (
UINTFLOAT
)AAC_MADD28(src[i][0], src[i][0], src[i][1], src[i][1]);
in ps_add_squares_c()
133
in_re -= (
UINTFLOAT
)a_re;
in ps_decorrelate_c()
136
in_im -= (
UINTFLOAT
)a_im;
in ps_decorrelate_c()
137
ap_delay[m][n+5][0] = apd_re + (
UINTFLOAT
)AAC_MUL31(ag[m], in_re);
in ps_decorrelate_c()
138
ap_delay[m][n+5][1] = apd_im + (
UINTFLOAT
)AAC_MUL31(ag[m], in_im);
in ps_decorrelate_c()
153
UINTFLOAT
hs0 = h_step[0][0];
in ps_stereo_interpolate_c()
154
UINTFLOAT
hs1 = h_step[0][1];
in ps_stereo_interpolate_c()
155
UINTFLOAT
hs2 = h_step[0][2];
in ps_stereo_interpolate_c()
156
UINTFLOAT
hs3 = h_step[0][3];
in ps_stereo_interpolate_c()
184
UINTFLOAT
hs0
in ps_stereo_interpolate_ipdopd_c()
[all...]
H
A
D
aacps.c
155
out[0][n][0] += (
UINTFLOAT
)in[ i][n][0];
in hybrid_synthesis()
156
out[1][n][0] += (
UINTFLOAT
)in[ i][n][1];
in hybrid_synthesis()
159
out[0][n][1] += (
UINTFLOAT
)in[12+i][n][0];
in hybrid_synthesis()
160
out[1][n][1] += (
UINTFLOAT
)in[12+i][n][1];
in hybrid_synthesis()
163
out[0][n][2] += (
UINTFLOAT
)in[20+i][n][0];
in hybrid_synthesis()
164
out[1][n][2] += (
UINTFLOAT
)in[20+i][n][1];
in hybrid_synthesis()
165
out[0][n][3] += (
UINTFLOAT
)in[24+i][n][0];
in hybrid_synthesis()
166
out[1][n][3] += (
UINTFLOAT
)in[24+i][n][1];
in hybrid_synthesis()
167
out[0][n][4] += (
UINTFLOAT
)in[28+i][n][0];
in hybrid_synthesis()
168
out[1][n][4] += (
UINTFLOAT
)i
in hybrid_synthesis()
[all...]
H
A
D
ac3.h
58
typedef unsigned int
UINTFLOAT
;
typedef
79
typedef float
UINTFLOAT
;
typedef
H
A
D
aac_defines.h
38
typedef unsigned
UINTFLOAT
; ///< Equivalent to INTFLOAT, Used as temporal cast to avoid undefined sign overflow operations.
typedef
87
typedef float
UINTFLOAT
;
typedef
H
A
D
eac3dec.c
145
UINTFLOAT
noise = (INTFLOAT)(nscale * (int32_t)av_lfg_get(&s->dith_state));
in ff_eac3_apply_spectral_extension()
H
A
D
aacdec_template.c
2615
UINTFLOAT
*coef = coef_param;
2718
sce->coeffs[i] += (
UINTFLOAT
)predFreq[i];
2929
UINTFLOAT
*in = sce->coeffs;
Completed in 9 milliseconds