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:lfe_channel
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
af_headphone.c
47
int
lfe_channel
;
member
182
if (l == s->
lfe_channel
) {
in headphone_convolute()
183
*dst += *(buffer[s->
lfe_channel
] + wr) * s->gain_lfe;
in headphone_convolute()
260
if (i == s->
lfe_channel
) {
in headphone_fast_convolute()
647
s->
lfe_channel
= av_channel_layout_index_from_channel(&inlink->ch_layout,
in config_input()
H
A
D
af_sofalizer.c
74
int
lfe_channel
; /* LFE channel position in channel layout */
member
260
s->
lfe_channel
= -1;
in get_speaker_pos()
274
case AV_CHAN_LOW_FREQUENCY_2: s->
lfe_channel
= ch; break;
in get_speaker_pos()
390
if (l == s->
lfe_channel
) {
in sofalizer_convolute()
393
dst[0] += *(buffer[s->
lfe_channel
] + wr) * s->gain_lfe;
in sofalizer_convolute()
491
if (i == s->
lfe_channel
) { /* LFE */
in sofalizer_fast_convolute()
/third_party/ffmpeg/libavcodec/
H
A
D
dcaenc.c
73
int
lfe_channel
;
member
175
c->
lfe_channel
= (c->channels == 3 || c->channels == 6);
in encode_init()
207
if (c->
lfe_channel
) {
in encode_init()
244
min_frame_bits = 132 + (493 + 28 * 32) * c->fullband_channels + c->
lfe_channel
* 72;
in encode_init()
574
if (c->
lfe_channel
)
in find_peaks()
782
if (c->
lfe_channel
)
in init_quantization_noise()
944
if (c->
lfe_channel
)
in calc_lfe_scales()
1003
put_bits(&c->pb, 2, c->
lfe_channel
? 2 : 0);
in put_frame_header()
1167
if (c->
lfe_channel
) {
in put_subframe()
1197
if (c->
lfe_channel
)
in encode_frame()
[all...]
H
A
D
ac3enc.h
195
int
lfe_channel
; ///< channel index of the LFE channel
member
H
A
D
ac3enc.c
525
ch = s->
lfe_channel
;
in compute_exp_strategy()
1079
ch == s->
lfe_channel
,
in bit_alloc_masking()
1594
put_bits(&s->pb, 1, s->exp_strategy[s->
lfe_channel
][blk]);
in output_audio_block()
1620
if (ch != s->
lfe_channel
&& !cpl)
in output_audio_block()
2234
s->
lfe_channel
= s->lfe_on ? s->fbw_channels + 1 : -1;
in set_channel_info()
2430
s->start_freq[s->
lfe_channel
] = 0;
in set_bandwidth()
H
A
D
eac3enc.c
230
put_bits(&s->pb, 1, s->exp_strategy[s->
lfe_channel
][blk]);
in ff_eac3_output_frame_header()
H
A
D
wmaprodec.c
200
int8_t
lfe_channel
; ///< lfe channel index
member
489
s->
lfe_channel
= -1;
in decode_init()
495
++s->
lfe_channel
;
in decode_init()
1396
if (c == s->
lfe_channel
)
in decode_subframe()
H
A
D
wmalosslessdec.c
89
int8_t
lfe_channel
; ///< lfe channel index
member
232
s->
lfe_channel
= -1;
in decode_init()
238
++s->
lfe_channel
;
in decode_init()
Completed in 16 milliseconds