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:EXTERNAL_SSE
(Results
1 - 21
of
21
) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/
H
A
D
vorbisdsp_init.c
34
if (
EXTERNAL_SSE
(cpu_flags))
in ff_vorbisdsp_init_x86()
H
A
D
aacencdsp_init.c
39
if (
EXTERNAL_SSE
(cpu_flags))
in ff_aac_dsp_init_x86()
H
A
D
blockdsp_init.c
38
if (
EXTERNAL_SSE
(cpu_flags)) {
in ff_blockdsp_init_x86()
H
A
D
fft_init.c
34
if (
EXTERNAL_SSE
(cpu_flags)) {
in ff_fft_init_x86()
H
A
D
jpeg2000dsp_init.c
37
if (
EXTERNAL_SSE
(cpu_flags)) {
in ff_jpeg2000dsp_init_x86()
H
A
D
audiodsp_init.c
43
if (
EXTERNAL_SSE
(cpu_flags))
in ff_audiodsp_init_x86()
H
A
D
aacpsdsp_init.c
56
if (
EXTERNAL_SSE
(cpu_flags)) {
in ff_psdsp_init_x86()
H
A
D
sbrdsp_init.c
62
if (
EXTERNAL_SSE
(cpu_flags)) {
in ff_sbrdsp_init_x86()
H
A
D
vp9dsp_init_16bpp.c
91
if (
EXTERNAL_SSE
(cpu_flags)) {
in ff_vp9dsp_init_16bpp_x86()
H
A
D
vp8dsp_init.c
300
if (
EXTERNAL_SSE
(cpu_flags)) {
332
if (
EXTERNAL_SSE
(cpu_flags)) {
in ff_vp8dsp_init_x86()
H
A
D
h264_intrapred_init.c
208
if (
EXTERNAL_SSE
(cpu_flags)) {
in ff_h264_pred_init_x86()
H
A
D
vp9dsp_init.c
299
if (
EXTERNAL_SSE
(cpu_flags)) {
in ff_vp9dsp_init_x86()
/third_party/ffmpeg/libavfilter/x86/
H
A
D
af_anlmdn_init.c
32
if (
EXTERNAL_SSE
(cpu_flags)) {
in ff_anlmdn_init_x86()
H
A
D
vf_gblur_init.c
44
if (
EXTERNAL_SSE
(cpu_flags)) {
in ff_gblur_init_x86()
/third_party/ffmpeg/libavresample/x86/
H
A
D
audio_mix_init.c
109
if (
EXTERNAL_SSE
(cpu_flags)) { \
178
if (
EXTERNAL_SSE
(cpu_flags)) {
in ff_audio_mix_init_x86()
H
A
D
audio_convert_init.c
156
if (
EXTERNAL_SSE
(cpu_flags)) {
in ff_audio_convert_init_x86()
/third_party/ffmpeg/libswresample/x86/
H
A
D
resample_init.c
64
if (
EXTERNAL_SSE
(mm_flags)) {
in swri_resample_dsp_x86_init()
H
A
D
rematrix_init.c
68
if(
EXTERNAL_SSE
(mm_flags)) {
in D()
H
A
D
audio_convert_init.c
57
if(
EXTERNAL_SSE
(mm_flags)) {
in PROTO4()
/third_party/ffmpeg/libavutil/x86/
H
A
D
float_dsp_init.c
84
if (
EXTERNAL_SSE
(cpu_flags)) {
in ff_float_dsp_init_x86()
H
A
D
cpu.h
58
#define
EXTERNAL_SSE
(flags) CPUEXT_SUFFIX(flags, _EXTERNAL, SSE)
macro
Completed in 7 milliseconds