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:nscalablelsbs
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dca_xll.h
55
int
nscalablelsbs
[DCA_XLL_CHANNELS_MAX]; ///< Number of bits to represent the samples in LSB part
member
H
A
D
dca_xll.c
354
b->
nscalablelsbs
[i] = get_bits(&s->gb, 4);
in chs_parse_header()
355
if (b->
nscalablelsbs
[i] && !b->lsb_section_size) {
in chs_parse_header()
363
b->
nscalablelsbs
[i] = 0;
in chs_parse_header()
584
if (b->
nscalablelsbs
[i]) {
in chs_parse_band_data()
587
s->nsegsamples, b->
nscalablelsbs
[i]);
in chs_parse_band_data()
624
memset(b->
nscalablelsbs
, 0, sizeof(b->
nscalablelsbs
));
in chs_clear_band_data()
697
int shift = c->bands[band].
nscalablelsbs
[ch];
in chs_get_lsb_width()
718
if (b->
nscalablelsbs
[ch]) {
in chs_assemble_msbs_lsbs()
Completed in 4 milliseconds