OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:v000
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp
117
uint4
v000
= convert_uint4(pt_00[0]);
local
126
uint4 yz00 = ((
v000
* weight1.x) + (v100 * weight2.x)) >> (int4)7;
148
ALOGE("
v000
%08x %08x %08x %08x",
v000
.x,
v000
.y,
v000
.z,
v000
.w);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
colorcube.rs
50
uint4
v000
= convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord1.z));
59
uint4 yz00 = ((
v000
* weight1.x) + (v100 * weight2.x)) >> (int4)8;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
colorcube.rs
50
uint4
v000
= convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord1.z));
59
uint4 yz00 = ((
v000
* weight1.x) + (v100 * weight2.x)) >> (int4)8;
Completed in 225 milliseconds