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:freq_index
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
atrac3plus.c
1431
iwav[dst[sb].num_wavs - 1].
freq_index
= get_bits(gb, 10);
in decode_tones_frequency()
1433
nbits = av_log2(iwav[i+1].
freq_index
) + 1;
in decode_tones_frequency()
1434
iwav[i].
freq_index
= get_bits(gb, nbits);
in decode_tones_frequency()
1438
if (!i || iwav[i - 1].
freq_index
< 512)
in decode_tones_frequency()
1439
iwav[i].
freq_index
= get_bits(gb, 10);
in decode_tones_frequency()
1441
nbits = av_log2(1023 - iwav[i - 1].
freq_index
) + 1;
in decode_tones_frequency()
1442
iwav[i].
freq_index
= get_bits(gb, nbits) +
in decode_tones_frequency()
1458
pred = (i < ref[sb].num_wavs) ? iwav[i].
freq_index
:
in decode_tones_frequency()
1459
(ref[sb].num_wavs ? iwav[ref[sb].num_wavs - 1].
freq_index
: 0);
in decode_tones_frequency()
1460
owav[i].
freq_index
in decode_tones_frequency()
[all...]
H
A
D
atrac3plus.h
84
int
freq_index
; ///< wave frequency index
member
H
A
D
mpegaudioenc_template.c
53
int
freq_index
;
member
109
s->
freq_index
= i;
in MPA_encode_init()
622
put_bits(p, 2, s->
freq_index
);
in encode_frame()
H
A
D
atrac3plusdsp.c
144
inc = wave_param->
freq_index
;
in waves_synth()
Completed in 6 milliseconds