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:BANDS
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
imc.c
57
#define
BANDS
32
macro
61
float old_floor[
BANDS
];
62
float flcoeffs1[
BANDS
];
63
float flcoeffs2[
BANDS
];
64
float flcoeffs3[
BANDS
];
65
float flcoeffs4[
BANDS
];
66
float flcoeffs5[
BANDS
];
67
float flcoeffs6[
BANDS
];
70
int bandWidthT[
BANDS
]; ///< codewords per band
71
int bitsBandT[
BANDS
]; ///< ho
[all...]
H
A
D
mpc.h
41
#define
BANDS
32
macro
43
#define MPC_FRAME_SIZE (
BANDS
* SAMPLES_PER_BAND)
61
int oldDSCF[2][
BANDS
];
62
Band bands[
BANDS
];
H
A
D
mpc7.c
102
if(c->maxbands >=
BANDS
){
in mpc7_decode_init()
271
for(i = 0; i <
BANDS
; i++, off += SAMPLES_PER_BAND)
in mpc7_decode_frame()
H
A
D
mpc8.c
160
if (c->maxbands >=
BANDS
) {
in mpc8_decode_init()
Completed in 3 milliseconds