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:lpc_filter
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dss_sp.c
61
int32_t
lpc_filter
[14];
member
434
p->
lpc_filter
[i] = dss_sp_filter_cb[i][p->fparam.filter_idx[i]];
in dss_sp_unpack_filter()
437
static void dss_sp_convert_coeffs(int32_t *
lpc_filter
, int32_t *coeffs)
in dss_sp_convert_coeffs()
argument
444
coeffs[a_plus] =
lpc_filter
[a] >> 2;
in dss_sp_convert_coeffs()
452
tmp = DSS_SP_FORMULA(coeff_1,
lpc_filter
[a], coeff_2);
in dss_sp_convert_coeffs()
455
tmp = DSS_SP_FORMULA(coeff_2,
lpc_filter
[a], coeff_1);
in dss_sp_convert_coeffs()
596
static void dss_sp_sf_synthesis(DssSpContext *p, int32_t
lpc_filter
,
in dss_sp_sf_synthesis()
argument
625
/*
lpc_filter
can be negative */
in dss_sp_sf_synthesis()
626
lpc_filter
=
lpc_filter
>>
in dss_sp_sf_synthesis()
[all...]
Completed in 1 milliseconds