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:NB_CHANNELS
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aptxenc.c
155
static void aptx_insert_sync(Channel channels[
NB_CHANNELS
], int32_t *idx)
in aptx_insert_sync()
161
Quantize *min = &channels[
NB_CHANNELS
-1].quantize[map[0]];
in aptx_insert_sync()
162
for (c = &channels[
NB_CHANNELS
-1]; c >= channels; c--)
in aptx_insert_sync()
192
int32_t samples[
NB_CHANNELS
][4],
in aptx_encode_samples()
196
for (channel = 0; channel <
NB_CHANNELS
; channel++)
in aptx_encode_samples()
201
for (channel = 0; channel <
NB_CHANNELS
; channel++) {
in aptx_encode_samples()
226
int32_t samples[
NB_CHANNELS
][4];
in aptx_encode_frame()
228
for (channel = 0; channel <
NB_CHANNELS
; channel++)
in aptx_encode_frame()
H
A
D
aptxdec.c
116
int32_t samples[
NB_CHANNELS
][4])
in aptx_decode_samples()
120
for (channel = 0; channel <
NB_CHANNELS
; channel++) {
in aptx_decode_samples()
134
for (channel = 0; channel <
NB_CHANNELS
; channel++)
in aptx_decode_samples()
152
frame->ch_layout.nb_channels =
NB_CHANNELS
;
in aptx_decode_frame()
159
int32_t samples[
NB_CHANNELS
][4];
in aptx_decode_frame()
166
for (channel = 0; channel <
NB_CHANNELS
; channel++)
in aptx_decode_frame()
H
A
D
aptx.h
35
NB_CHANNELS
enumerator
97
Channel channels[
NB_CHANNELS
];
203
static inline int aptx_check_parity(Channel channels[
NB_CHANNELS
], int32_t *idx)
in aptx_check_parity()
H
A
D
aptx.c
528
for (chan = 0; chan <
NB_CHANNELS
; chan++) {
in ff_aptx_init()
Completed in 4 milliseconds