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:EAC3_MAX_CHANNELS
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ac3dec.h
247
DECLARE_ALIGNED(32, INTFLOAT, delay)[
EAC3_MAX_CHANNELS
][AC3_BLOCK_SIZE]; ///< delay - added to the next block
250
DECLARE_ALIGNED(32, SHORTFLOAT, output)[
EAC3_MAX_CHANNELS
][AC3_BLOCK_SIZE]; ///< output after imdct transform and windowing
252
DECLARE_ALIGNED(32, SHORTFLOAT, output_buffer)[
EAC3_MAX_CHANNELS
][AC3_BLOCK_SIZE * 6]; ///< final output buffer
H
A
D
ac3defs.h
25
#define
EAC3_MAX_CHANNELS
16 /**< maximum number of channels in EAC3 */
macro
H
A
D
ac3dec.c
1495
uint8_t extended_channel_map[
EAC3_MAX_CHANNELS
];
in ac3_decode_frame()
1719
for (ch = 0; ch <
EAC3_MAX_CHANNELS
; ch++)
in ac3_decode_frame()
1733
if (s->channel_map & (1 << (
EAC3_MAX_CHANNELS
- ch - 1))) {
in ac3_decode_frame()
1737
if (av_popcount64(channel_layout) >
EAC3_MAX_CHANNELS
) {
in ac3_decode_frame()
1746
for (ch = 0; ch <
EAC3_MAX_CHANNELS
; ch++) {
in ac3_decode_frame()
1747
if (s->channel_map & (1 << (
EAC3_MAX_CHANNELS
- ch - 1))) {
in ac3_decode_frame()
H
A
D
eac3dec.c
352
if (channel_map & (1 << (
EAC3_MAX_CHANNELS
- i - 1)))
in ff_eac3_parse_header()
355
if (av_popcount64(channel_layout) >
EAC3_MAX_CHANNELS
) {
in ff_eac3_parse_header()
Completed in 5 milliseconds