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:qmf_deint_neg
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
sbrdsp.h
34
void (*
qmf_deint_neg
)(INTFLOAT *v, const INTFLOAT *src);
member
H
A
D
sbrdsp_template.c
83
s->
qmf_deint_neg
= sbr_qmf_deint_neg_c;
in ff_sbrdsp_init()
H
A
D
aacsbr_template.c
1239
sbrdsp->
qmf_deint_neg
(v, mdct_buf[0]);
/third_party/ffmpeg/libavcodec/arm/
H
A
D
sbrdsp_init_arm.c
63
s->
qmf_deint_neg
= ff_sbr_qmf_deint_neg_neon;
in ff_sbrdsp_init_arm()
/third_party/ffmpeg/libavcodec/aarch64/
H
A
D
sbrdsp_init_aarch64.c
60
s->
qmf_deint_neg
= ff_sbr_qmf_deint_neg_neon;
in ff_sbrdsp_init_aarch64()
/third_party/ffmpeg/libavcodec/x86/
H
A
D
sbrdsp_init.c
69
s->
qmf_deint_neg
= ff_sbr_qmf_deint_neg_sse;
in ff_sbrdsp_init_x86()
/third_party/ffmpeg/libavcodec/mips/
H
A
D
aacsbr_mips.h
184
sbrdsp->
qmf_deint_neg
(v, mdct_buf[0]);
in sbr_qmf_synthesis_mips()
/third_party/ffmpeg/tests/checkasm/
H
A
D
sbrdsp.c
280
if (check_func(sbrdsp.
qmf_deint_neg
, "
qmf_deint_neg
"))
in checkasm_check_sbrdsp()
282
report("
qmf_deint_neg
");
in checkasm_check_sbrdsp()
Completed in 5 milliseconds