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:rgbclip
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libswscale/ppc/
H
A
D
swscale_vsx.c
438
R_l = vec_min(R_l,
rgbclip
); \
439
R_r = vec_min(R_r,
rgbclip
); \
440
G_l = vec_min(G_l,
rgbclip
); \
441
G_r = vec_min(G_r,
rgbclip
); \
442
B_l = vec_min(B_l,
rgbclip
); \
443
B_r = vec_min(B_r,
rgbclip
); \
553
const vec_s32
rgbclip
= vec_splats(1 << 30);
in yuv2rgb_full_X_vsx_template()
local
711
const vec_s32
rgbclip
= vec_splats(1 << 30);
in yuv2rgb_full_2_vsx_template()
local
833
const vec_s32
rgbclip
= vec_splats(1 << 30);
in yuv2rgb_2_vsx_template()
local
999
const vec_s32
rgbclip
in yuv2rgb_full_1_vsx_template()
local
1129
const vec_s32
rgbclip
= vec_splats(1 << 30);
yuv2rgb_1_vsx_template()
local
[all...]
Completed in 4 milliseconds