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:AVFixedDSPContext
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
fixed_dsp.h
56
typedef struct
AVFixedDSPContext
{
struct
154
}
AVFixedDSPContext
;
typedef
162
AVFixedDSPContext
* avpriv_alloc_fixed_dsp(int strict);
164
void ff_fixed_dsp_init_x86(
AVFixedDSPContext
*fdsp);
H
A
D
fixed_dsp.c
150
AVFixedDSPContext
* avpriv_alloc_fixed_dsp(int bit_exact)
in avpriv_alloc_fixed_dsp()
152
AVFixedDSPContext
* fdsp = av_malloc(sizeof(
AVFixedDSPContext
));
in avpriv_alloc_fixed_dsp()
/third_party/ffmpeg/libavutil/x86/
H
A
D
fixed_dsp_init.c
28
av_cold void ff_fixed_dsp_init_x86(
AVFixedDSPContext
*fdsp)
in ff_fixed_dsp_init_x86()
/third_party/ffmpeg/libavcodec/
H
A
D
dca_core.h
196
AVFixedDSPContext
*fixed_dsp;
H
A
D
ac3dec.h
232
AVFixedDSPContext
*fdsp;
H
A
D
ac3enc.h
166
AVFixedDSPContext
*fdsp;
H
A
D
aac.h
334
AVFixedDSPContext
*fdsp;
H
A
D
aacsbr_template.c
1165
static void sbr_qmf_analysis(
AVFixedDSPContext
*dsp, FFTContext *mdct,
1212
SBRDSPContext *sbrdsp,
AVFixedDSPContext
*dsp,
/third_party/ffmpeg/tests/checkasm/
H
A
D
fixed_dsp.c
138
AVFixedDSPContext
*fdsp = avpriv_alloc_fixed_dsp(1);
in checkasm_check_fixed_dsp()
Completed in 8 milliseconds