HomeSort by relevance Sort by last modified time
    Searched refs:weight2 (Results 1 - 17 of 17) sorted by null

  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
colorcube.rs 42 int4 weight2 = baseCoord & 0xffff;
43 int4 weight1 = (int4)0x10000 - weight2;
54 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8;
55 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (uint4)8;
56 uint4 yz01 = ((v001 * weight1.x) + (v101 * weight2.x)) >> (uint4)8;
57 uint4 yz11 = ((v011 * weight1.x) + (v111 * weight2.x)) >> (uint4)8;
59 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (uint4)16;
60 uint4 z1 = ((yz01 * weight1.y) + (yz11 * weight2.y)) >> (uint4)16;
62 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (uint4)16;
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
colorcube.rs 42 int4 weight2 = baseCoord & 0xffff;
43 int4 weight1 = (int4)0x10000 - weight2;
54 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8;
55 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (uint4)8;
56 uint4 yz01 = ((v001 * weight1.x) + (v101 * weight2.x)) >> (uint4)8;
57 uint4 yz11 = ((v011 * weight1.x) + (v111 * weight2.x)) >> (uint4)8;
59 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (uint4)16;
60 uint4 z1 = ((yz01 * weight1.y) + (yz11 * weight2.y)) >> (uint4)16;
62 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (uint4)16;
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
colorcube.rs 42 int4 weight2 = baseCoord & 0xffff;
43 int4 weight1 = (int4)0x10000 - weight2;
54 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8;
55 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (uint4)8;
56 uint4 yz01 = ((v001 * weight1.x) + (v101 * weight2.x)) >> (uint4)8;
57 uint4 yz11 = ((v011 * weight1.x) + (v111 * weight2.x)) >> (uint4)8;
59 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (uint4)16;
60 uint4 z1 = ((yz01 * weight1.y) + (yz11 * weight2.y)) >> (uint4)16;
62 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (uint4)16;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 98 int4 weight2 = baseCoord & 0x7fff; local
99 int4 weight1 = (int4)0x8000 - weight2;
117 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (int4)7;
118 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (int4)7;
119 uint4 yz01 = ((v001 * weight1.x) + (v101 * weight2.x)) >> (int4)7;
120 uint4 yz11 = ((v011 * weight1.x) + (v111 * weight2.x)) >> (int4)7;
122 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (int4)15;
123 uint4 z1 = ((yz01 * weight1.y) + (yz11 * weight2.y)) >> (int4)15;
125 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (int4)15;
137 ALOGE("weight2 %08x %08x %08x %08x", weight2.x, weight2.y, weight2.z, weight2.w)
    [all...]
  /external/swiftshader/src/Shader/
VertexPipeline.cpp 89 Float4 weight2; local
94 case 4: weight2 = v[BlendWeight].z;
122 weight2 = Float4(1.0f) - (weight0 + weight1);
132 dst.x = pos0.x * weight0 + pos1.x * weight1 + pos2.x * weight2;
133 dst.y = pos0.y * weight0 + pos1.y * weight1 + pos2.y * weight2;
134 dst.z = pos0.z * weight0 + pos1.z * weight1 + pos2.z * weight2;
135 dst.w = pos0.w * weight0 + pos1.w * weight1 + pos2.w * weight2;
139 weight3 = Float4(1.0f) - (weight0 + weight1 + weight2);
151 dst.x = pos0.x * weight0 + pos1.x * weight1 + pos2.x * weight2 + pos3.x * weight3;
152 dst.y = pos0.y * weight0 + pos1.y * weight1 + pos2.y * weight2 + pos3.y * weight3
    [all...]
  /external/libavc/decoder/
ih264d_inter_pred.c 1321 WORD32 weight1, weight2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 1358 Word16 weight1, weight2; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 820 LLVMValueRef weight2; local
822 weight2 = lp_build_sub(bld, bld->one, weight);
825 weight2 = LLVMBuildBitCast(builder, weight2,
828 weight2 = LLVMBuildAnd(builder, weight2, mask0, "");
830 weight2 = LLVMBuildBitCast(builder, weight2, bld->vec_type, "");
831 return lp_build_add(bld, weight, weight2);
    [all...]
  /cts/tests/camera/src/android/hardware/cts/
CameraTest.java     [all...]
  /prebuilts/devtools/tools/lib/
uast-162.2228.14.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/162.2228.14/
uast-162.2228.14.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.4/
uast-145.597.4.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/uast/
uast-145.597.3.jar 
uast-162.2228.14.jar 

Completed in 1005 milliseconds