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:src_pixel
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/effects/imagefilters/
H
A
D
SkMorphologyImageFilter.cpp
531
__m128i
src_pixel
= _mm_cvtsi32_si128(*p);
in morph()
local
532
extreme = (type == MorphType::kDilate) ? _mm_max_epu8(
src_pixel
, extreme)
in morph()
533
: _mm_min_epu8(
src_pixel
, extreme);
in morph()
563
uint8x8_t
src_pixel
= vreinterpret_u8_u32(vdup_n_u32(*p));
564
extreme = (type == MorphType::kDilate) ? vmax_u8(
src_pixel
, extreme)
565
: vmin_u8(
src_pixel
, extreme);
/third_party/skia/third_party/externals/libwebp/src/mux/
H
A
D
anim_encode.c
642
const uint32_t
src_pixel
= src->argb[j * src->argb_stride + i];
in IsLosslessBlendingPossible()
local
645
if (dst_alpha != 0xff &&
src_pixel
!= dst_pixel) {
in IsLosslessBlendingPossible()
666
const uint32_t
src_pixel
= src->argb[j * src->argb_stride + i];
in IsLossyBlendingPossible()
local
670
!PixelsAreSimilar(
src_pixel
, dst_pixel, max_allowed_diff_lossy)) {
in IsLossyBlendingPossible()
733
const uint32_t
src_pixel
= psrc[x + y * src->argb_stride];
in FlattenSimilarBlocks()
local
734
const int alpha =
src_pixel
>> 24;
in FlattenSimilarBlocks()
736
PixelsAreSimilar(
src_pixel
, pdst[x + y * dst->argb_stride],
in FlattenSimilarBlocks()
739
avg_r += (
src_pixel
>> 16) & 0xff;
in FlattenSimilarBlocks()
740
avg_g += (
src_pixel
>> 8) & 0xff;
in FlattenSimilarBlocks()
741
avg_b += (
src_pixel
>>
in FlattenSimilarBlocks()
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H
A
D
gifdec.c
288
const uint32_t
src_pixel
= src->argb[j * src_stride + i];
in GIFBlendFrames()
local
289
const int src_alpha =
src_pixel
>> 24;
in GIFBlendFrames()
291
dst->argb[j * dst_stride + i] =
src_pixel
;
in GIFBlendFrames()
/third_party/backends/backend/
H
A
D
mustek_usb.c
592
SANE_Word dst_pixel,
src_pixel
;
in fit_lines()
local
612
src_pixel
= 0;
in fit_lines()
618
src_pixel
++;
in fit_lines()
623
src_address =
src_pixel
* s->hw->bpp / 8
in fit_lines()
Completed in 7 milliseconds