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:pd2
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aacps_tablegen.h
89
int pd0, pd1,
pd2
;
in ps_tableinit()
local
134
for (
pd2
= 0;
pd2
< 8;
pd2
++) {
in ps_tableinit()
135
float pd2_re = ipdopd_cos[
pd2
];
in ps_tableinit()
136
float pd2_im = ipdopd_sin[
pd2
];
in ps_tableinit()
140
pd_re_smooth[pd0*64+pd1*8+
pd2
] = re_smooth * pd_mag;
in ps_tableinit()
141
pd_im_smooth[pd0*64+pd1*8+
pd2
] = im_smooth * pd_mag;
in ps_tableinit()
H
A
D
aacps_fixed_tablegen.h
144
int pd0, pd1,
pd2
;
in ps_tableinit()
local
288
for (
pd2
= 0;
pd2
< 8;
pd2
++) {
in ps_tableinit()
290
int pd2_re = ipdopd_cos[
pd2
];
in ps_tableinit()
291
int pd2_im = ipdopd_sin[
pd2
];
in ps_tableinit()
295
SoftFloat pd_mag = av_int2sf(((ipdopd_cos[(pd0-pd1)&7]+8)>>4) + ((ipdopd_cos[(pd0-
pd2
)&7]+4)>>3) +
in ps_tableinit()
296
((ipdopd_cos[(pd1-
pd2
)&7]+2)>>2) + 0x15000000, 28);
in ps_tableinit()
300
pd_re_smooth[pd0*64+pd1*8+
pd2
] = (int)(((int64_t)re_smooth * pd_mag.mant + round) >> shift);
in ps_tableinit()
301
pd_im_smooth[pd0*64+pd1*8+
pd2
]
in ps_tableinit()
[all...]
/third_party/libwebsockets/lib/abstract/protocols/smtp/
H
A
D
smtp-sequencer.c
88
lws_dll2_t *
pd2
;
in lws_smtpc_kick_internal()
local
90
pd2
= lws_dll2_get_head(&s->emails_owner);
in lws_smtpc_kick_internal()
91
if (!
pd2
)
in lws_smtpc_kick_internal()
94
e = lws_container_of(
pd2
, lws_smtp_email_t, list);
in lws_smtpc_kick_internal()
Completed in 3 milliseconds