Searched refs:U8 (Results 51 - 71 of 71) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdClearMbLayer.S32 #define qZero Q0.U8
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicConvolve3x3.java32 * Supported elements types are {@link Element#U8}, {@link
52 if (!e.isCompatible(Element.U8(rs)) &&
H A DScriptIntrinsicLUT.java33 mTables = Allocation.createSized(rs, Element.U8(rs), 1024);
H A DScriptIntrinsicColorMatrix.java35 * Supported elements types are {@link Element#U8}, {@link
245 if (!ain.getElement().isCompatible(Element.U8(mRS)) &&
257 if (!aout.getElement().isCompatible(Element.U8(mRS)) &&
H A DElement.java326 public static Element U8(RenderScript rs) { method in class:Element
976 * size and type (i.e. U8 is compatible with A_8). User-defined Elements
H A DAllocation.java1843 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DGrain.java73 Type.Builder tb = new Type.Builder(mRS, Element.U8(mRS));
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DGrain.java68 Type.Builder tb = new Type.Builder(mRS, Element.U8(mRS));
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DGrain.java78 Type.Builder tb = new Type.Builder(mRS, Element.U8(mRS));
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicLUT.java56 si.mTables = Allocation.createSized(rs, Element.U8(rs), 1024);
H A DElementThunker.java201 e = android.renderscript.Element.U8(rst.mN);
H A DAllocation.java1633 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);
H A DElement.java323 public static Element U8(RenderScript rs) { method in class:Element
886 * size and type (i.e. U8 is compatible with A_8). User-defined Elements
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S122 VADDW.U8 q3,q0,d4
123 VADDW.U8 q4,q1,d5
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp208 (e->isCompatible(Element::U8(rs)) == false)) {
258 if (!(in->getType()->getElement()->isCompatible(Element::U8(mRS))) &&
270 if (!(out->getType()->getElement()->isCompatible(Element::U8(mRS))) &&
340 if (!(e->isCompatible(Element::U8(rs))) &&
381 if (!(e->isCompatible(Element::U8(rs))) &&
479 if (!(ain->getType()->getElement()->isCompatible(Element::U8(mRS))) ||
482 "Input allocation to Histogram must be U8 or U8_4");
497 if (!(ain->getType()->getElement()->isCompatible(Element::U8(mRS))) ||
500 "Input allocation to Histogram must be U8 or U8_4");
517 LUT = Allocation::createSized(rs, Element::U8(r
[all...]
H A DElement.cpp83 CREATE_USER(U8, UNSIGNED_8);
135 CREATE_VECTOR(U8, UNSIGNED_8);
H A DrsCppStructs.h174 sp<const Element> U8; member in struct:android::RSC::RS::__anon1463
680 static sp<const Element> U8(sp<RS> rs);
1555 * Supported Element types are U8 and U8_4.
1596 * Applies the color matrix. Supported types are U8 and F32 with
1648 * Supported types U8 and F32 with vector lengths between 1 and
1680 * Supported types U8 and F32 with vector lengths between 1 and
1716 * Supported elements types are U8_4, U8_3, U8_2, and U8.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_IDCT_s.h1131 dYf0U8 DN YTR0*2.U8
1132 dYf1U8 DN YTR1*2.U8
1133 dYf2U8 DN YTR2*2.U8
1134 dYf3U8 DN YTR3*2.U8
1135 dYf4U8 DN YTR4*2.U8
1136 dYf5U8 DN YTR5*2.U8
1137 dYf6U8 DN YTR6*2.U8
1138 dYf7U8 DN YTR7*2.U8
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_IDCT_s.h1137 dYf0U8 DN YTR0*2.U8
1138 dYf1U8 DN YTR1*2.U8
1139 dYf2U8 DN YTR2*2.U8
1140 dYf3U8 DN YTR3*2.U8
1141 dYf4U8 DN YTR4*2.U8
1142 dYf5U8 DN YTR5*2.U8
1143 dYf6U8 DN YTR6*2.U8
1144 dYf7U8 DN YTR7*2.U8
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java103 Allocation alloc = Allocation.createSized(rs, Element.U8(rs),
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java214 Allocation alloc = Allocation.createSized(rs, Element.U8(rs),

Completed in 1640 milliseconds

123