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:part_stereo
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dca_lbr.h
98
uint8_t
part_stereo
[DCA_LBR_CHANNELS][DCA_LBR_SUBBANDS / 4][5]; ///< Partial stereo coefficients
member
H
A
D
dca_lbr.c
558
s->
part_stereo
[ch][sb][sf] = parse_st_code(&s->gb, min_v[ch - ch1]);
in parse_grid_1_chunk()
1258
s->
part_stereo
[ch][sb][0] = s->
part_stereo
[ch][sb][4];
in ff_dca_lbr_parse()
1259
s->
part_stereo
[ch][sb][4] = 16;
in ff_dca_lbr_parse()
1594
uint8_t *pt_st = s->
part_stereo
[ch][(sb - s->min_mono_subband) / 4];
in decode_part_stereo()
1796
memset(s->
part_stereo
, 16, sizeof(s->
part_stereo
));
in ff_dca_lbr_flush()
Completed in 4 milliseconds