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:adpcm_history
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dcaenc.c
85
int32_t
adpcm_history
[MAX_CHANNELS][DCAENC_SUBBANDS][DCA_ADPCM_COEFFS * 2];
member
224
memset(c->
adpcm_history
[i][j], 0, sizeof(int32_t)*DCA_ADPCM_COEFFS);
in encode_init()
663
step_size, c->
adpcm_history
[ch][band], c->subband[ch][band],
in quantize_adpcm_subband()
664
c->
adpcm_history
[ch][band] + 4, c->quantized[ch][band],
in quantize_adpcm_subband()
920
ff_dca_core_dequantize(c->
adpcm_history
[ch][band],
in fill_in_adpcm_bufer()
924
AV_COPY128U(c->
adpcm_history
[ch][band], c->
adpcm_history
[ch][band]+4);
in fill_in_adpcm_bufer()
934
samples[0] = c->
adpcm_history
[ch][band][0] * (1 << 7);
in fill_in_adpcm_bufer()
935
samples[1] = c->
adpcm_history
[ch][band][1] * (1 << 7);
in fill_in_adpcm_bufer()
936
samples[2] = c->
adpcm_history
[c
in fill_in_adpcm_bufer()
[all...]
Completed in 2 milliseconds