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_BANDS
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
nellymoserenc.c
193
s->opt = av_malloc(
NELLY_BANDS
* OPT_SIZE * sizeof(float ));
in encode_init()
194
s->path = av_malloc(
NELLY_BANDS
* OPT_SIZE * sizeof(uint8_t));
in encode_init()
220
for (band = 1; band <
NELLY_BANDS
; band++) {
in get_exponent_greedy()
243
for (i = 0; i <
NELLY_BANDS
* OPT_SIZE; i++) {
in get_exponent_dynamic()
252
for (band = 1; band <
NELLY_BANDS
; band++) {
in get_exponent_dynamic()
283
band =
NELLY_BANDS
- 1;
in get_exponent_dynamic()
290
for (band =
NELLY_BANDS
- 1; band >= 0; band--) {
in get_exponent_dynamic()
310
int bits[NELLY_BUF_LEN], idx_table[
NELLY_BANDS
];
in encode_block()
311
float cand[
NELLY_BANDS
];
in encode_block()
318
for (band = 0; band <
NELLY_BANDS
; ban
in encode_block()
[all...]
H
A
D
nellymoser.h
39
#define
NELLY_BANDS
23
macro
51
extern const uint8_t ff_nelly_band_sizes_table[
NELLY_BANDS
];
H
A
D
nellymoser.c
68
const uint8_t ff_nelly_band_sizes_table[
NELLY_BANDS
] = {
H
A
D
nellymoserdec.c
77
for (i=0 ; i<
NELLY_BANDS
; i++) {
in nelly_decode_block()
Completed in 3 milliseconds