Searched refs:uchar2 (Results 1 - 15 of 15) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp119 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3,
241 const uchar2 *yp0 = (const uchar2 *)(pin + stride * ys0);
242 const uchar2 *yp1 = (const uchar2 *)(pin + stride * ys1);
243 const uchar2 *yp
[all...]
H A DrsCpuIntrinsicConvolve5x5.cpp132 static void OneU2(const RsForEachStubParamStruct *p, uint32_t x, uchar2 *out,
133 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4,
426 const uchar2 *py0 = (const uchar2 *)(pin + stride * y0);
427 const uchar2 *py1 = (const uchar2 *)(pi
[all...]
H A DrsCpuIntrinsicConvolve3x3.cpp113 static void ConvolveOneU2(const RsForEachStubParamStruct *p, uint32_t x, uchar2 *out,
114 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2,
247 const uchar2 *py0 = (const uchar2 *)(pin + stride * y2);
248 const uchar2 *py1 = (const uchar2 *)(pin + stride * p->y);
249 const uchar2 *py2 = (const uchar2 *)(pi
[all...]
H A DrsCpuRuntimeStubs.cpp41 typedef unsigned char uchar2 __attribute__((ext_vector_type(2))); typedef
133 static void SC_debugUC2(const char *s, const uchar2 *c) {
134 ALOGD("uchar2 %s {%hhu, %hhu} 0x%hhx 0x%hhx", s, c->x, c->y, c->x, c->y);
H A DrsCpuIntrinsicInlines.h26 typedef uchar uchar2 __attribute__((ext_vector_type(2))); typedef
H A DrsCpuIntrinsicColorMatrix.cpp813 f.xy = convert_float2(((const uchar2 *)py)[0]);
873 ((uchar2 *)out)[0] = convert_uchar2(sum.xy);
/frameworks/rs/tests/typecheck/
H A Dkernels.rs33 uchar2 uc2;
34 uchar2 uc2i = {1, 2};
/frameworks/rs/scriptc/
H A Drs_debug.rsh151 rsDebug(const char *, uchar2);
H A Drs_allocation.rsh179 GET_ELEMENT_AT(uchar2)
314 SET_ELEMENT_AT(uchar2)
396 VOP(uchar2)
H A Drs_core_math.rsh36 extern uchar2 __attribute__((const, overloadable))abs(char2 value);
763 extern uchar2 __attribute__((const, overloadable))clamp(uchar2 value, uchar2 min_value, uchar2 max_value);
1153 extern uchar2 __attribute__((const, overloadable))clamp(uchar2 value, uchar min_value, uchar max_value);
1467 extern uchar2 __attribute__((const, overloadable))clz(uchar2 value);
1688 * Component wise conversion from uchar2 t
[all...]
H A Drs_types.rsh247 typedef uchar uchar2 __attribute__((ext_vector_type(2)));
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c315 extern uchar2 __attribute__((overloadable)) max(uchar2 v1, uchar2 v2) {
316 uchar2 r;
516 extern uchar2 __attribute__((overloadable)) min(uchar2 v1, uchar2 v2) {
517 uchar2 r;
/frameworks/rs/driver/runtime/
H A Drs_core.c186 PRIM_DEBUG(uchar2)
H A Drs_allocation.c248 ELEMENT_AT(uchar2)
369 VOP(uchar2)
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp46 typedef unsigned char uchar2 __attribute__((ext_vector_type(2))); typedef
905 ELEMENT_AT(uchar2, RS_TYPE_UNSIGNED_8, 2)
1654 static void SC_debugUC2(const char *s, uchar2 c) {
1805 void rsDebug(const char *s, const uchar2 *c) {

Completed in 105 milliseconds