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:CELT_MAX_BANDS
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
opus_celt.h
67
float energy[
CELT_MAX_BANDS
];
68
float lin_energy[
CELT_MAX_BANDS
];
69
float error_energy[
CELT_MAX_BANDS
];
70
float prev_energy[2][
CELT_MAX_BANDS
];
72
uint8_t collapse_masks[
CELT_MAX_BANDS
];
114
int alloc_boost[
CELT_MAX_BANDS
];
136
int caps [
CELT_MAX_BANDS
];
137
int fine_bits [
CELT_MAX_BANDS
];
138
int fine_priority[
CELT_MAX_BANDS
];
139
int pulses [
CELT_MAX_BANDS
];
[all...]
H
A
D
opusenc_psy.h
35
float energy[OPUS_MAX_CHANNELS][
CELT_MAX_BANDS
]; /* Masking effects included */
36
float tone[OPUS_MAX_CHANNELS][
CELT_MAX_BANDS
]; /* Tonality */
37
float stereo[
CELT_MAX_BANDS
]; /* IS/MS compatibility */
38
float change_amp[OPUS_MAX_CHANNELS][
CELT_MAX_BANDS
]; /* Jump over last frame */
41
float *bands[OPUS_MAX_CHANNELS][
CELT_MAX_BANDS
];
65
OpusBandExcitation ex[OPUS_MAX_CHANNELS][
CELT_MAX_BANDS
];
66
FFBesselFilter bfilter_lo[OPUS_MAX_CHANNELS][
CELT_MAX_BANDS
];
67
FFBesselFilter bfilter_hi[OPUS_MAX_CHANNELS][
CELT_MAX_BANDS
];
H
A
D
opusenc_psy.c
104
for (i = 0; i <
CELT_MAX_BANDS
; i++)
in step_collect_psy_metrics()
109
for (i = 0; i <
CELT_MAX_BANDS
; i++) {
in step_collect_psy_metrics()
132
for (i = 0; i <
CELT_MAX_BANDS
; i++) {
in step_collect_psy_metrics()
144
for (i = 0; i <
CELT_MAX_BANDS
; i++) {
in step_collect_psy_metrics()
306
memset(f->tf_change, 0, sizeof(int)*
CELT_MAX_BANDS
);
in ff_opus_psy_celt_frame_init()
307
memset(f->alloc_boost, 0, sizeof(int)*
CELT_MAX_BANDS
);
in ff_opus_psy_celt_frame_init()
321
float band_score[
CELT_MAX_BANDS
] = { 0 };
in celt_gauge_psy_weight()
325
for (i = 0; i <
CELT_MAX_BANDS
; i++) {
in celt_gauge_psy_weight()
339
tonal /= (float)
CELT_MAX_BANDS
;
in celt_gauge_psy_weight()
341
for (i = 0; i <
CELT_MAX_BANDS
;
in celt_gauge_psy_weight()
[all...]
H
A
D
opusenc.c
58
float last_quantized_energy[OPUS_MAX_CHANNELS][
CELT_MAX_BANDS
];
235
for (int i = 0; i <
CELT_MAX_BANDS
; i++) {
in celt_frame_mdct()
323
float last_energy[][
CELT_MAX_BANDS
], int intra)
in exp_quant_coarse()
366
float last_energy[][
CELT_MAX_BANDS
])
in celt_quant_coarse()
433
memset(s->last_quantized_energy[ch], 0.0f, sizeof(float)*
CELT_MAX_BANDS
);
in celt_encode_frame()
480
for (int i = 0; i <
CELT_MAX_BANDS
; i++)
in celt_encode_frame()
677
memset(s->last_quantized_energy[ch], 0.0f, sizeof(float)*
CELT_MAX_BANDS
);
in opus_encode_init()
H
A
D
opus_celt.c
49
for (i = 0; i <
CELT_MAX_BANDS
; i++) {
in celt_decode_coarse_energy()
333
if (start_band < 0 || start_band > end_band || end_band >
CELT_MAX_BANDS
) {
in ff_celt_decode_frame()
391
for (i = 0; i <
CELT_MAX_BANDS
; i++)
in ff_celt_decode_frame()
471
for (j = 0; j <
CELT_MAX_BANDS
; j++)
in ff_celt_decode_frame()
479
for (j = f->end_band; j <
CELT_MAX_BANDS
; j++) {
in ff_celt_decode_frame()
500
for (j = 0; j <
CELT_MAX_BANDS
; j++)
in ff_celt_flush()
H
A
D
opus.c
588
int boost[
CELT_MAX_BANDS
] = { 0 };
in ff_celt_bitalloc()
589
int trim_offset[
CELT_MAX_BANDS
];
in ff_celt_bitalloc()
590
int threshold[
CELT_MAX_BANDS
];
in ff_celt_bitalloc()
591
int bits1[
CELT_MAX_BANDS
];
in ff_celt_bitalloc()
592
int bits2[
CELT_MAX_BANDS
];
in ff_celt_bitalloc()
605
for (i = 0; i <
CELT_MAX_BANDS
; i++)
in ff_celt_bitalloc()
H
A
D
opus.h
46
#define
CELT_MAX_BANDS
21
macro
H
A
D
opus_pvq.c
573
ff_celt_cache_index[(duration + 1) *
CELT_MAX_BANDS
+ band];
in quant_band_template()
Completed in 8 milliseconds