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:channel_blocks
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
atrac3plusdec.c
78
uint8_t
channel_blocks
[5]; ///< channel configuration descriptor
member
99
memset(ctx->
channel_blocks
, 0, sizeof(ctx->
channel_blocks
));
in set_channel_params()
106
ctx->
channel_blocks
[0] = CH_UNIT_MONO;
in set_channel_params()
111
ctx->
channel_blocks
[0] = CH_UNIT_STEREO;
in set_channel_params()
116
ctx->
channel_blocks
[0] = CH_UNIT_STEREO;
in set_channel_params()
117
ctx->
channel_blocks
[1] = CH_UNIT_MONO;
in set_channel_params()
122
ctx->
channel_blocks
[0] = CH_UNIT_STEREO;
in set_channel_params()
123
ctx->
channel_blocks
[1] = CH_UNIT_MONO;
in set_channel_params()
124
ctx->
channel_blocks
[
in set_channel_params()
[all...]
H
A
D
ac3enc.c
2482
int
channel_blocks
= channels * s->num_blocks;
in allocate_buffers()
local
2483
int total_coefs = AC3_MAX_COEFS *
channel_blocks
;
in allocate_buffers()
2492
!FF_ALLOC_TYPED_ARRAY(s->grouped_exp_buffer,
channel_blocks
* 128) ||
in allocate_buffers()
2494
!FF_ALLOC_TYPED_ARRAY(s->band_psd_buffer,
channel_blocks
* 64) ||
in allocate_buffers()
2495
!FF_ALLOC_TYPED_ARRAY(s->mask_buffer,
channel_blocks
* 64) ||
in allocate_buffers()
2500
if (!FF_ALLOC_TYPED_ARRAY(s->cpl_coord_exp_buffer,
channel_blocks
* 16) ||
in allocate_buffers()
2501
!FF_ALLOC_TYPED_ARRAY(s->cpl_coord_mant_buffer,
channel_blocks
* 16))
in allocate_buffers()
Completed in 5 milliseconds