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:samplesB
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
wavpackenc.c
1145
dpp->
samplesB
[i] = wp_exp2(log2s(dpp->
samplesB
[i]));
in decorr_stereo()
1159
sam = dpp->
samplesB
[0];
in decorr_stereo()
1160
dpp->
samplesB
[0] = dpp->
samplesB
[1];
in decorr_stereo()
1161
out_right[0] = tmp = (dpp->
samplesB
[1] = in_right[0]) - APPLY_WEIGHT(dpp->weightB, sam);
in decorr_stereo()
1181
sam = 2 * dpp->
samplesB
[0] - dpp->
samplesB
[1];
in decorr_stereo()
1182
dpp->
samplesB
[1] = dpp->
samplesB
[
in decorr_stereo()
[all...]
H
A
D
wavpack.c
808
B = 2U * s->decorr[i].
samplesB
[0] - s->decorr[i].
samplesB
[1];
in wv_unpack_stereo()
811
B = (int)(3U * s->decorr[i].
samplesB
[0] - s->decorr[i].
samplesB
[1]) >> 1;
in wv_unpack_stereo()
814
s->decorr[i].
samplesB
[1] = s->decorr[i].
samplesB
[0];
in wv_unpack_stereo()
818
B = s->decorr[i].
samplesB
[pos];
in wv_unpack_stereo()
833
s->decorr[i].
samplesB
[j] = R = R2;
in wv_unpack_stereo()
850
R2 = R + ((s->decorr[i].weightB * (int64_t)s->decorr[i].
samplesB
[0] + 512) >> 10);
in wv_unpack_stereo()
852
R2 = R + (unsigned)((int)(s->decorr[i].weightB * (unsigned)s->decorr[i].
samplesB
[
in wv_unpack_stereo()
[all...]
H
A
D
wavpack.h
94
int
samplesB
[MAX_TERM];
member
Completed in 5 milliseconds