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:vec_s8
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/
H
A
D
vp8dsp_altivec.c
39
static const
vec_s8
h_subpel_filters_inner[7] =
53
static const
vec_s8
h_subpel_filters_outer[3] =
61
vec_s8
filter_inner = h_subpel_filters_inner[i]; \
62
vec_s8
filter_outerh = h_subpel_filters_outer[(i)>>1]; \
63
vec_s8
filter_outerl = vec_sld(filter_outerh, filter_outerh, 2)
/third_party/ffmpeg/libavutil/ppc/
H
A
D
util_altivec.h
35
#define
vec_s8
vector signed char
macro
48
#define zero_s8v (
vec_s8
) zerov
/third_party/ffmpeg/libswscale/ppc/
H
A
D
swscale_vsx.c
1675
vec_s8
vmul, valpha;
in hyscale_fast_vsx()
1709
valpha = (
vec_s8
) vec_pack(vcoord16[0], vcoord16[1]);
in hyscale_fast_vsx()
1738
vmul = (
vec_s8
) vec_sub(vin2, vin);
in hyscale_fast_vsx()
Completed in 6 milliseconds