OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yz01
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
colorcube.rs
61
uint4
yz01
= ((v001 * weight1.x) + (v101 * weight2.x)) >> (uint4)8;
65
uint4 z1 = ((
yz01
* weight1.y) + (yz11 * weight2.y)) >> (uint4)16;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
colorcube.rs
61
uint4
yz01
= ((v001 * weight1.x) + (v101 * weight2.x)) >> (uint4)8;
65
uint4 z1 = ((
yz01
* weight1.y) + (yz11 * weight2.y)) >> (uint4)16;
/frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp
130
uint4
yz01
= ((v001 * weight1.x) + (v101 * weight2.x)) >> (int4)7;
local
134
uint4 z1 = ((
yz01
* weight1.y) + (yz11 * weight2.y)) >> (int4)15;
Completed in 39 milliseconds