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:MAX_BANDS
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
af_acrossover.c
41
#define
MAX_BANDS
MAX_SPLITS + 1
macro
70
float gains[
MAX_BANDS
];
72
BiquadCoeffs lp[
MAX_BANDS
][20];
73
BiquadCoeffs hp[
MAX_BANDS
][20];
74
BiquadCoeffs ap[
MAX_BANDS
][20];
78
AVFrame *frames[
MAX_BANDS
];
157
for (i = 0; i <
MAX_BANDS
; i++) {
in parse_gains()
178
for (; i <
MAX_BANDS
; i++)
in parse_gains()
/third_party/ffmpeg/libavcodec/
H
A
D
wmaprodec.c
112
#define
MAX_BANDS
29 ///< max number of scale factor bands
macro
157
int saved_scale_factors[2][
MAX_BANDS
]; ///< resampled and (previously) transmitted scale factor values
172
int8_t transform_band[
MAX_BANDS
]; ///< controls if the transform is enabled for a certain band
206
int16_t sfb_offsets[WMAPRO_BLOCK_SIZES][
MAX_BANDS
]; ///< scale factor band offsets (multiples of 4)
207
int8_t sf_offsets[WMAPRO_BLOCK_SIZES][WMAPRO_BLOCK_SIZES][
MAX_BANDS
]; ///< scale factor resample matrix
509
for (x = 0; x <
MAX_BANDS
-1 && s->sfb_offsets[i][band - 1] < subframe_len; x++) {
in decode_init()
542
av_assert0(v <
MAX_BANDS
);
in decode_init()
807
* + MAX_CHANNELS +
MAX_BANDS
+ 1)
in decode_channel_transform()
1027
* MAX_CHANNELS * (1 +
MAX_BANDS
* 23)
in decode_scale_factors()
H
A
D
wmalosslessdec.c
43
#define
MAX_BANDS
29 ///< max number of scale factor bands
macro
Completed in 10 milliseconds