OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ixy0
(Results
1 - 3
of
3
) sorted by null
/external/vulkan-validation-layers/libs/glm/gtc/
noise.inl
110
detail::tvec4<T, P>
ixy0
= detail::permute(ixy + iz0);
113
detail::tvec4<T, P> gx0 =
ixy0
* T(1.0 / 7.0);
181
detail::tvec4<T, P>
ixy0
= permute(ixy + iz0);
184
detail::tvec4<T, P> gx0 =
ixy0
/ T(7);
256
detail::tvec4<T, P>
ixy0
= detail::permute(ixy + iz0);
258
detail::tvec4<T, P> ixy00 = detail::permute(
ixy0
+ iw0);
259
detail::tvec4<T, P> ixy01 = detail::permute(
ixy0
+ iw1);
432
detail::tvec4<T, P>
ixy0
= detail::permute(ixy + iz0);
435
detail::tvec4<T, P> gx0 =
ixy0
/ T(7);
503
detail::tvec4<T, P>
ixy0
= detail::permute(ixy + iz0)
[
all
...]
/development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.cpp
222
float Ixx0,
Ixy0
,Iyy0,Ixx1,Ixy1,Iyy1,Ixx2,Ixy2,Iyy2,Ixx3,Ixy3,Iyy3,Ixx4,Ixy4,Iyy4;
229
Ixy0
=dx*dy;
258
gxy[c]=
Ixy0
+Ixy1*4.0f+Ixy2*6.0f+Ixy3*4.0f+Ixy4;
[
all
...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp
222
float Ixx0,
Ixy0
,Iyy0,Ixx1,Ixy1,Iyy1,Ixx2,Ixy2,Iyy2,Ixx3,Ixy3,Iyy3,Ixx4,Ixy4,Iyy4;
229
Ixy0
=dx*dy;
258
gxy[c]=
Ixy0
+Ixy1*4.0f+Ixy2*6.0f+Ixy3*4.0f+Ixy4;
[
all
...]
Completed in 364 milliseconds