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:ldiff
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_atadenoise.c
154
unsigned
ldiff
, rdiff; \
162
ldiff
= FFABS(srcx - srcjx); \
163
lsumdiff +=
ldiff
; \
164
if (
ldiff
> thra || \
202
unsigned
ldiff
, rdiff; \
210
ldiff
= FFABS(srcx - srcjx); \
211
lsumdiff +=
ldiff
; \
212
if (
ldiff
> thra || \
251
unsigned
ldiff
, rdiff; \
259
ldiff
[all...]
/third_party/skia/gm/
H
A
D
blurrect.cpp
356
float
ldiff
= numSubpixels * pad - (col + 0.5f);
in prepareReferenceMasks()
357
float rdiff =
ldiff
+ w;
in prepareReferenceMasks()
358
row[col] = def_integral_approx(
ldiff
, rdiff);
in prepareReferenceMasks()
/third_party/vk-gl-cts/framework/referencerenderer/
H
A
D
rrFragmentOperations.cpp
580
const float
ldiff
= llum - lbase;
in setLum()
local
581
const Vec3 color = cbase + Vec3(
ldiff
);
in setLum()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineBlendOperationAdvancedTests.cpp
485
float
ldiff
= llum - lbase;
in setLum()
local
487
Vec3 color = cbase + Vec3(
ldiff
);
in setLum()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcBlendEquationAdvancedTests.cpp
339
float
ldiff
= llum - lbase;
340
tcu::Vec4 color = cbase + tcu::Vec4(
ldiff
);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineBlendOperationAdvancedTests.cpp
489
float
ldiff
= llum - lbase;
in setLum()
local
491
Vec3 color = cbase + Vec3(
ldiff
);
in setLum()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H
A
D
PixelRoutine.cpp
2096
Float4
ldiff
= llum - lbase;
in setLum()
local
2099
color.x = cbase.x +
ldiff
;
in setLum()
2100
color.y = cbase.y +
ldiff
;
in setLum()
2101
color.z = cbase.z +
ldiff
;
in setLum()
Completed in 15 milliseconds