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:samplesA
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
wavpackenc.c
563
dpp->
samplesA
[i] = wp_exp2(log2s(dpp->
samplesA
[i]));
in decorr_mono()
569
sam_A = ((3 - (dpp->value & 1)) * dpp->
samplesA
[0] - dpp->
samplesA
[1]) >> !(dpp->value & 1);
in decorr_mono()
571
dpp->
samplesA
[1] = dpp->
samplesA
[0];
in decorr_mono()
572
dpp->
samplesA
[0] = left = in_samples[0];
in decorr_mono()
586
sam_A = dpp->
samplesA
[m];
in decorr_mono()
587
dpp->
samplesA
[k] = left = in_samples[0];
in decorr_mono()
602
memcpy(temp_A, dpp->
samplesA
, sizeo
in decorr_mono()
[all...]
H
A
D
wavpack.c
807
A = 2U * s->decorr[i].
samplesA
[0] - s->decorr[i].
samplesA
[1];
in wv_unpack_stereo()
810
A = (int)(3U * s->decorr[i].
samplesA
[0] - s->decorr[i].
samplesA
[1]) >> 1;
in wv_unpack_stereo()
813
s->decorr[i].
samplesA
[1] = s->decorr[i].
samplesA
[0];
in wv_unpack_stereo()
817
A = s->decorr[i].
samplesA
[pos];
in wv_unpack_stereo()
832
s->decorr[i].
samplesA
[j] = L = L2;
in wv_unpack_stereo()
836
L2 = L + ((s->decorr[i].weightA * (int64_t)s->decorr[i].
samplesA
[0] + 512) >> 10);
in wv_unpack_stereo()
838
L2 = L + (unsigned)((int)(s->decorr[i].weightA * (unsigned)s->decorr[i].
samplesA
[
in wv_unpack_stereo()
[all...]
H
A
D
wavpack.h
93
int
samplesA
[MAX_TERM];
member
Completed in 6 milliseconds