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:NELLY_SAMPLES
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
nellymoserenc.c
64
DECLARE_ALIGNED(32, float, mdct_out)[
NELLY_SAMPLES
];
65
DECLARE_ALIGNED(32, float, in_buff)[
NELLY_SAMPLES
];
182
avctx->frame_size =
NELLY_SAMPLES
;
in encode_init()
299
* Encode
NELLY_SAMPLES
samples. It assumes, that samples contains 3 * NELLY_BUF_LEN values
387
memcpy(s->buf, s->buf +
NELLY_SAMPLES
, NELLY_BUF_LEN * sizeof(*s->buf));
in encode_frame()
391
if (frame->nb_samples <
NELLY_SAMPLES
) {
in encode_frame()
393
(
NELLY_SAMPLES
- frame->nb_samples) * sizeof(*s->buf));
in encode_frame()
400
memset(s->buf + NELLY_BUF_LEN, 0,
NELLY_SAMPLES
* sizeof(*s->buf));
in encode_frame()
H
A
D
nellymoserdec.c
64
float audio[
NELLY_SAMPLES
])
in nelly_decode_block()
164
frame->nb_samples =
NELLY_SAMPLES
* blocks;
in decode_tag()
171
samples_flt +=
NELLY_SAMPLES
;
in decode_tag()
H
A
D
nellymoser.h
48
#define
NELLY_SAMPLES
(2 * NELLY_BUF_LEN)
macro
Completed in 2 milliseconds