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_sf_idx
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
atrac3plus.c
194
chan->
qu_sf_idx
[i] -= weights_tab[i];
in subtract_sf_weights()
195
if (chan->
qu_sf_idx
[i] < 0 || chan->
qu_sf_idx
[i] > 63) {
in subtract_sf_weights()
198
i, chan->
qu_sf_idx
[i]);
in subtract_sf_weights()
399
chan->
qu_sf_idx
[i] = get_bits(gb, 6);
in decode_channel_sf_idx()
407
chan->
qu_sf_idx
[i] = (ref_chan->
qu_sf_idx
[i] + delta) & 0x3F;
in decode_channel_sf_idx()
412
UNPACK_SF_VQ_SHAPE(gb, chan->
qu_sf_idx
, ctx->used_quant_units);
in decode_channel_sf_idx()
419
chan->
qu_sf_idx
[i] = (chan->
qu_sf_idx
[
in decode_channel_sf_idx()
[all...]
H
A
D
atrac3plusdec.c
237
RNG_index += ch_unit->channels[0].
qu_sf_idx
[qu] +
in decode_residual_spectrum()
238
ch_unit->channels[1].
qu_sf_idx
[qu];
in decode_residual_spectrum()
255
q = ff_atrac3p_sf_tab[ch_unit->channels[ch].
qu_sf_idx
[qu]] *
in decode_residual_spectrum()
H
A
D
atrac3plus.h
98
int
qu_sf_idx
[32]; ///< array of scale factor indexes for each quant unit
member
H
A
D
atrac3plusdsp.c
455
qu_lev = ff_atrac3p_sf_tab[ctx->channels[ch_index].
qu_sf_idx
[qu]] *
in ff_atrac3p_power_compensation()
Completed in 5 milliseconds