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_channel
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mlpdec.c
71
uint8_t
max_channel
;
member
265
for (channel = s->min_channel; channel <= s->
max_channel
; channel++) {
in read_huff_channels()
511
int min_channel,
max_channel
, max_matrix_channel, noise_type;
in read_restart_header()
local
534
max_channel
= get_bits(gbp, 4);
in read_restart_header()
544
if (
max_channel
!= max_matrix_channel) {
in read_restart_header()
556
max_channel
+ 2);
in read_restart_header()
560
if (min_channel >
max_channel
) {
in read_restart_header()
567
s->
max_channel
=
max_channel
;
in read_restart_header()
576
s->
max_channel
in read_restart_header()
[all...]
H
A
D
mlpenc.c
48
uint8_t
max_channel
; ///< The index of the last channel coded in this substream.
member
270
for (unsigned int channel = rh->min_channel; channel <= rh->
max_channel
; channel++)
in compare_matrix_params()
313
for (unsigned int ch = 0; ch <= rh->
max_channel
; ch++)
in compare_decoding_params()
319
for (unsigned int ch = rh->min_channel; ch <= rh->
max_channel
; ch++) {
in compare_decoding_params()
673
rh->
max_channel
= avctx->ch_layout.nb_channels - 1;
in mlp_encode_init()
675
rh->max_matrix_channel = rh->
max_channel
;
in mlp_encode_init()
770
put_bits(pb, 4, rh->
max_channel
);
in write_restart_header()
896
for (unsigned int ch = 0; ch <= rh->
max_channel
; ch++)
in write_decoding_params()
903
for (unsigned int ch = rh->min_channel; ch <= rh->
max_channel
; ch++) {
in write_decoding_params()
959
for (unsigned int ch = rh->min_channel; ch <= rh->
max_channel
; c
in write_block_data()
[all...]
Completed in 5 milliseconds