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:min_channel
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mlpdec.c
69
uint8_t
min_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
533
min_channel
= get_bits(gbp, 4);
in read_restart_header()
560
if (
min_channel
> max_channel) {
in read_restart_header()
566
s->
min_channel
=
min_channel
;
in read_restart_header()
632
for (ch = s->
min_channel
; ch <= s->max_channel; ch++) {
in read_restart_header()
925
for (ch = s->
min_channel
; ch <= s->max_channel; ch++)
in read_decoding_params()
1010
for (ch = s->
min_channel
; c
in read_block_data()
[all...]
H
A
D
mlpenc.c
47
uint8_t
min_channel
; ///< The index of the first channel coded in this substream.
member
270
for (unsigned int channel = rh->
min_channel
; channel <= rh->max_channel; channel++)
in compare_matrix_params()
319
for (unsigned int ch = rh->
min_channel
; ch <= rh->max_channel; ch++) {
in compare_decoding_params()
672
rh->
min_channel
= 0;
in mlp_encode_init()
769
put_bits(pb, 4, rh->
min_channel
);
in write_restart_header()
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; ch++) {
in write_block_data()
978
for (unsigned int ch = rh->
min_channel
; ch <= rh->max_channel; ch++) {
in write_block_data()
1352
for (int channel = rh->
min_channel
; channel <= rh->max_channel; channel++) {
in determine_filters()
1773
for (int channel = rh->
min_channel
; channe
in apply_filters()
[all...]
Completed in 6 milliseconds