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:lspf
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
qcelpdec.c
106
* @param
lspf
line spectral pair frequencies
112
static int decode_lspf(QCELPContext *q, float *
lspf
)
in decode_lspf()
argument
128
lspf
[i] = (q->frame.lspv[i] ? QCELP_LSP_SPREAD_FACTOR
in decode_lspf()
144
lspf
[i] = (i + 1) * (1 - erasure_coeff) / 11 +
in decode_lspf()
151
lspf
[0] = FFMAX(
lspf
[0], QCELP_LSP_SPREAD_FACTOR);
in decode_lspf()
153
lspf
[i] = FFMAX(
lspf
[i],
lspf
[i - 1] + QCELP_LSP_SPREAD_FACTOR);
in decode_lspf()
155
lspf
[
in decode_lspf()
537
lspf
2lpc(const float *
lspf
, float *lpc)
lspf2lpc()
argument
[all...]
H
A
D
evrcdec.c
81
float
lspf
[FILTER_ORDER];
member
294
e->
lspf
[k++] = codebook[e->frame.lsp[i] * row_size + j];
in decode_lspf()
299
if (e->
lspf
[i] <= e->
lspf
[i - 1])
in decode_lspf()
305
if (e->
lspf
[k] - e->
lspf
[k - 1] <= MIN_LSP_SEP)
in decode_lspf()
662
e->
lspf
[i] = e->prev_lspf[i] * 0.875 + 0.125 * (i + 1) * 0.048;
in frame_erasure()
664
e->
lspf
[i] = e->prev_lspf[i];
in frame_erasure()
698
interpolate_lsp(ilspf, e->
lspf
, e->prev_lspf, i);
in frame_erasure()
847
interpolate_lsp(ilspf, e->
lspf
,
in evrc_decode_frame()
[all...]
Completed in 2 milliseconds