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:channel_residues
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
wmalosslessdec.c
171
int
channel_residues
[WMALL_MAX_CHANNELS][WMALL_BLOCK_MAX_SIZE];
member
534
s->
channel_residues
[ch][0] = get_sbits_long(&s->gb, s->bits_per_sample + 1);
in decode_channel_residues()
536
s->
channel_residues
[ch][0] = get_sbits_long(&s->gb, s->bits_per_sample);
in decode_channel_residues()
563
s->
channel_residues
[ch][i] = residue;
in decode_channel_residues()
634
pred_error = s->
channel_residues
[ich][icoef] - (unsigned)pred[ich];
in mclms_update()
640
s->mclms_coeffs_cur[ich * num_channels + j] += WMASIGN(s->
channel_residues
[j][icoef]);
in mclms_update()
646
s->mclms_coeffs_cur[ich * num_channels + j] -= WMASIGN(s->
channel_residues
[j][icoef]);
in mclms_update()
652
s->mclms_prevvalues[s->mclms_recent] = av_clip(s->
channel_residues
[ich][icoef],
in mclms_update()
654
s->mclms_updates[s->mclms_recent] = WMASIGN(s->
channel_residues
[ich][icoef]);
in mclms_update()
682
pred[ich] += (uint32_t)s->
channel_residues
[
in mclms_predict()
[all...]
H
A
D
vorbisdec.c
154
float *
channel_residues
;
member
193
av_freep(&vc->
channel_residues
);
in vorbis_free()
1007
vc->
channel_residues
= av_malloc_array(vc->blocksize[1] / 2, vc->audio_channels * sizeof(*vc->
channel_residues
));
in vorbis_parse_id_hdr()
1009
if (!vc->
channel_residues
|| !vc->saved)
in vorbis_parse_id_hdr()
1621
float *ch_res_ptr = vc->
channel_residues
;
in vorbis_parse_audio_packet()
1729
mag = vc->
channel_residues
+res_chan[mapping->magnitude[i]] * blocksize / 2;
in vorbis_parse_audio_packet()
1730
ang = vc->
channel_residues
+res_chan[mapping->angle[i]] * blocksize / 2;
in vorbis_parse_audio_packet()
1739
ch_res_ptr = vc->
channel_residues
+ res_chan[j] * blocksize / 2;
in vorbis_parse_audio_packet()
1750
float *residue = vc->
channel_residues
in vorbis_parse_audio_packet()
[all...]
Completed in 5 milliseconds