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:cpl_in_use
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ac3enc_template.c
138
if (!block->
cpl_in_use
)
in apply_channel_coupling()
162
if (!block->
cpl_in_use
|| (ch > CPL_CH && !block->channel_in_cpl[ch]))
in apply_channel_coupling()
177
if (!block->
cpl_in_use
)
in apply_channel_coupling()
196
if (block->
cpl_in_use
) {
in apply_channel_coupling()
202
if (blk == 0 || !block0->
cpl_in_use
) {
in apply_channel_coupling()
234
if (!block->
cpl_in_use
) {
in apply_channel_coupling()
247
if (s->blocks[blk1].
cpl_in_use
) {
in apply_channel_coupling()
262
if (!block->
cpl_in_use
)
in apply_channel_coupling()
333
if (block->
cpl_in_use
) {
in compute_rematrixing_strategy()
H
A
D
ac3enc.c
348
block->
cpl_in_use
= block->num_cpl_channels > 1;
in ff_ac3_compute_coupling_strategy()
349
num_cpl_blocks += block->
cpl_in_use
;
in ff_ac3_compute_coupling_strategy()
350
if (!block->
cpl_in_use
) {
in ff_ac3_compute_coupling_strategy()
367
if (!blk || (block->
cpl_in_use
&& !got_cpl_snr)) {
in ff_ac3_compute_coupling_strategy()
369
if (block->
cpl_in_use
)
in ff_ac3_compute_coupling_strategy()
494
if (!s->blocks[blk-1].
cpl_in_use
) {
in compute_exp_strategy()
497
} else if (!s->blocks[blk].
cpl_in_use
) {
in compute_exp_strategy()
632
if (cpl && !block->
cpl_in_use
) {
in encode_exponents()
676
for (ch = !block->
cpl_in_use
; ch <= s->channels; ch++) {
in count_exponent_bits()
710
for (ch = !block->
cpl_in_use
; c
in ac3_group_exponents()
[all...]
H
A
D
ac3dec.c
984
s->
cpl_in_use
[blk] = get_bits1(bc);
in coupling_strategy()
985
if (s->
cpl_in_use
[blk]) {
in coupling_strategy()
1097
int
cpl_in_use
;
in decode_audio_block()
local
1165
s->
cpl_in_use
[blk] = s->
cpl_in_use
[blk-1];
in decode_audio_block()
1168
cpl_in_use
= s->
cpl_in_use
[blk];
in decode_audio_block()
1171
if (
cpl_in_use
) {
in decode_audio_block()
1180
if (
cpl_in_use
&& s->start_freq[CPL_CH] <= 61) {
in decode_audio_block()
1195
for (ch = !
cpl_in_use
; c
in decode_audio_block()
[all...]
H
A
D
eac3dec.c
518
s->
cpl_in_use
[blk] = get_bits1(gbc);
in ff_eac3_parse_header()
520
s->
cpl_in_use
[blk] = s->
cpl_in_use
[blk-1];
in ff_eac3_parse_header()
522
num_cpl_blocks += s->
cpl_in_use
[blk];
in ff_eac3_parse_header()
525
memset(s->
cpl_in_use
, 0, sizeof(s->
cpl_in_use
));
in ff_eac3_parse_header()
532
for (ch = !s->
cpl_in_use
[blk]; ch <= s->fbw_channels; ch++) {
in ff_eac3_parse_header()
H
A
D
eac3enc.c
118
if (block->
cpl_in_use
) {
in ff_eac3_set_cpl_states()
211
put_bits(&s->pb, 1, s->blocks[0].
cpl_in_use
);
in ff_eac3_output_frame_header()
216
put_bits(&s->pb, 1, block->
cpl_in_use
);
in ff_eac3_output_frame_header()
225
for (ch = !s->blocks[blk].
cpl_in_use
; ch <= s->fbw_channels; ch++)
in ff_eac3_output_frame_header()
H
A
D
ac3dec.h
128
int
cpl_in_use
[AC3_MAX_BLOCKS]; ///< coupling in use (cplinu)
member
H
A
D
ac3enc.h
144
int
cpl_in_use
; ///< coupling in use for this block (cplinu)
member
Completed in 12 milliseconds