OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:v001
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
colorcube.rs
54
uint4
v001
= convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord2.z));
61
uint4 yz01 = ((
v001
* weight1.x) + (v101 * weight2.x)) >> (int4)8;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
colorcube.rs
54
uint4
v001
= convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord2.z));
61
uint4 yz01 = ((
v001
* weight1.x) + (v101 * weight2.x)) >> (int4)8;
/frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp
121
uint4
v001
= convert_uint4(pt_01[0]);
local
128
uint4 yz01 = ((
v001
* weight1.x) + (v101 * weight2.x)) >> (int4)7;
Completed in 408 milliseconds