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:ps_size
(Results
1 - 5
of
5
) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
preprocess.c
180
int
ps_size
; /**< Number of points in the power spectrum */
member
201
spx_word16_t *frame; /**< Processing frame (2*
ps_size
) */
202
spx_word16_t *ft; /**< Processing frame in freq domain (2*
ps_size
) */
399
/* Round
ps_size
down to the nearest power of two */
in speex_preprocess_state_init()
402
st->
ps_size
= st->frame_size;
in speex_preprocess_state_init()
405
if (st->
ps_size
& ~i)
in speex_preprocess_state_init()
407
st->
ps_size
&= ~i;
in speex_preprocess_state_init()
415
if (st->
ps_size
< 3*st->frame_size/4)
in speex_preprocess_state_init()
416
st->
ps_size
= st->
ps_size
*
in speex_preprocess_state_init()
[all...]
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H
A
D
ttranshuge.c
68
#define PS_MASK(
ps_size
) ((unsigned long)(
ps_size
-1))
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H
A
D
ttranshuge.c
68
#define PS_MASK(
ps_size
) ((unsigned long)(
ps_size
-1))
/third_party/pulseaudio/speex/tmv/
H
A
D
preprocess_tm.h
43
register int N = st->
ps_size
;
in preprocess_analysis()
170
register int N = st->
ps_size
;
in update_noise_prob()
330
register int N = st->
ps_size
;
in preprocess_analysis()
405
register int N = st->
ps_size
;
in update_noise_prob()
772
register int N=st->
ps_size
;
in preprocess_compute_emgain()
1051
N = st->
ps_size
;
in speex_preprocess_run()
/third_party/ffmpeg/libavcodec/
H
A
D
videotoolboxenc.c
488
size_t
ps_size
;
in get_params_size()
local
492
&
ps_size
,
in get_params_size()
505
total_size +=
ps_size
+ sizeof(start_code);
in get_params_size()
545
size_t
ps_size
;
in copy_param_sets()
local
551
&
ps_size
,
in copy_param_sets()
560
next_offset = offset + sizeof(start_code) +
ps_size
;
in copy_param_sets()
569
memcpy(dst + offset, ps,
ps_size
);
in copy_param_sets()
Completed in 9 milliseconds