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:NB_BANDS
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
af_arnndn.c
59
#define
NB_BANDS
22
macro
64
#define NB_FEATURES (
NB_BANDS
+3*NB_DELTA_CEPS+2)
122
float cepstral_mem[CEPS_MEM][
NB_BANDS
];
130
float lastg[
NB_BANDS
];
147
DECLARE_ALIGNED(32, float, dct_table)[FFALIGN(
NB_BANDS
, 4)][FFALIGN(
NB_BANDS
, 4)];
451
float sum[
NB_BANDS
] = {0};
in compute_band_energy()
453
for (int i = 0; i <
NB_BANDS
- 1; i++) {
in compute_band_energy()
468
sum[
NB_BANDS
- 1] *= 2;
in compute_band_energy()
470
for (int i = 0; i <
NB_BANDS
;
in compute_band_energy()
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
preprocess.c
75
#define
NB_BANDS
24
macro
440
st->nbands =
NB_BANDS
;
in speex_preprocess_state_init()
Completed in 4 milliseconds