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:qu_wordlen
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
atrac3plus.c
165
chan->
qu_wordlen
[i] += weights_tab[i];
in add_wordlen_weights()
166
if (chan->
qu_wordlen
[i] < 0 || chan->
qu_wordlen
[i] > 7) {
in add_wordlen_weights()
169
i, chan->
qu_wordlen
[i]);
in add_wordlen_weights()
254
chan->
qu_wordlen
[i] = get_bits(gb, 3);
in decode_channel_wordlen()
266
chan->
qu_wordlen
[i] = (ref_chan->
qu_wordlen
[i] + delta) & 7;
in decode_channel_wordlen()
286
chan->
qu_wordlen
[i] = get_bits(gb, 3);
in decode_channel_wordlen()
289
chan->
qu_wordlen
[i] = (min_val + get_bitsz(gb, delta_bits)) & 7;
in decode_channel_wordlen()
300
chan->
qu_wordlen
[
in decode_channel_wordlen()
[all...]
H
A
D
atrac3plusdsp.c
452
if (ctx->channels[ch_index].
qu_wordlen
[qu] <= 0)
in ff_atrac3p_power_compensation()
456
ff_atrac3p_mant_tab[ctx->channels[ch_index].
qu_wordlen
[qu]] /
in ff_atrac3p_power_compensation()
457
(1 << ctx->channels[ch_index].
qu_wordlen
[qu]) * grp_lev;
in ff_atrac3p_power_compensation()
H
A
D
atrac3plus.h
97
int
qu_wordlen
[32]; ///< array of word lengths for each quant unit
member
H
A
D
atrac3plusdec.c
254
if (ch_unit->channels[ch].
qu_wordlen
[qu] > 0) {
in decode_residual_spectrum()
256
ff_atrac3p_mant_tab[ch_unit->channels[ch].
qu_wordlen
[qu]];
in decode_residual_spectrum()
Completed in 7 milliseconds