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:SILK_HISTORY
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
opus_silk.c
38
float output [2 *
SILK_HISTORY
];
39
float lpc_history[2 *
SILK_HISTORY
];
517
float lpc_leadin[16], lpc_body[16], residual[SILK_MAX_LAG +
SILK_HISTORY
];
in silk_decode_frame()
678
float *dst = frame->output +
SILK_HISTORY
+ i * s->sflength;
in silk_decode_frame()
680
float *lpc = frame->lpc_history +
SILK_HISTORY
+ i * s->sflength;
in silk_decode_frame()
732
memmove(frame->lpc_history, frame->lpc_history + s->flength,
SILK_HISTORY
* sizeof(float));
in silk_decode_frame()
733
memmove(frame->output, frame->output + s->flength,
SILK_HISTORY
* sizeof(float));
in silk_decode_frame()
740
float *mid = s->frame[0].output +
SILK_HISTORY
- s->flength;
in silk_unmix_ms()
741
float *side = s->frame[1].output +
SILK_HISTORY
- s->flength;
in silk_unmix_ms()
849
s->frame[0].output +
SILK_HISTORY
in ff_silk_decode_superframe()
[all...]
H
A
D
opus.h
48
#define
SILK_HISTORY
322
macro
Completed in 3 milliseconds