HomeSort by relevance Sort by last modified time
    Searched refs:uchar4 (Results 51 - 75 of 97) sorted by null

1 23 4

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
grain.fs 77 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
88 uchar4 p = convert_uchar4(ip);
threshold.fs 73 float4 __attribute__((kernel)) copyIn(uchar4 in) {
77 uchar4 __attribute__((kernel)) vert(uint32_t x, uint32_t y) {
80 uchar4 out;
colorcube.rs 40 void root(const uchar4 *in, uchar4 *out, uint32_t x, uint32_t y) {
convolve3x3.fs 25 uchar4 __attribute__((kernel)) root(uint32_t x, uint32_t y) {
fisheye.rsh 45 uchar4 __attribute__((kernel)) root(uint32_t x, uint32_t y) {
fisheye_approx.rsh 45 uchar4 __attribute__((kernel)) root(uint32_t x, uint32_t y) {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
grain.fs 77 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
88 uchar4 p = convert_uchar4(ip);
threshold.fs 73 float4 __attribute__((kernel)) copyIn(uchar4 in) {
77 uchar4 __attribute__((kernel)) vert(uint32_t x, uint32_t y) {
80 uchar4 out;
colorcube.rs 40 void root(const uchar4 *in, uchar4 *out, uint32_t x, uint32_t y) {
fisheye.rsh 45 uchar4 __attribute__((kernel)) root(uint32_t x, uint32_t y) {
fisheye_approx.rsh 45 uchar4 __attribute__((kernel)) root(uint32_t x, uint32_t y) {
ip2_convolve3x3.rs 25 uchar4 __attribute__((kernel)) root(uint32_t x, uint32_t y) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
grain.fs 77 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
88 uchar4 p = convert_uchar4(ip);
threshold.fs 73 float4 __attribute__((kernel)) copyIn(uchar4 in) {
77 uchar4 __attribute__((kernel)) vert(uint32_t x, uint32_t y) {
80 uchar4 out;
convolve3x3.fs 25 uchar4 __attribute__((kernel)) root(uint32_t x, uint32_t y) {
fisheye.rsh 45 uchar4 __attribute__((kernel)) root(uint32_t x, uint32_t y) {
fisheye_approx.rsh 45 uchar4 __attribute__((kernel)) root(uint32_t x, uint32_t y) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
vignette.rs 67 uchar4 __attribute__((kernel)) vignette(const uchar4 in, uint32_t x, uint32_t y) {
76 uchar4 out = rsPackColorTo8888(clamp(wsum, 0.f, 1.0f));
grad.rs 99 uchar4 __attribute__((kernel)) selectiveAdjust(const uchar4 in, uint32_t x,
116 uchar4 out = rsPackColorTo8888(clamp(pixel, 0.f, 1.0f));
saturation.rs 104 static ushort rgb2hue( uchar4 rgb)
148 uchar4 __attribute__((kernel)) selectiveAdjust(const uchar4 in, uint32_t x,
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp 89 static void OneU4(const RsForEachStubParamStruct *p, uint32_t x, uchar4 *out,
90 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4,
366 const uchar4 *py0 = (const uchar4 *)(pin + stride * y0);
367 const uchar4 *py1 = (const uchar4 *)(pin + stride * y1)
    [all...]
rsCpuIntrinsicYuvToRGB.cpp 66 static uchar4 rsYuvToRGBA_uchar4(uchar y, uchar u, uchar v) {
95 return (uchar4){p.x, p.y, p.z, p.w};
135 uchar4 *out = (uchar4 *)p->out;
rsCpuIntrinsicConvolve3x3.cpp 91 static void ConvolveOneU4(const RsForEachStubParamStruct *p, uint32_t x, uchar4 *out,
92 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2,
109 uchar4 o = {(uchar)px.x, (uchar)px.y, (uchar)px.z, (uchar)px.w};
200 const uchar4 *py0 = (const uchar4 *)(pin + stride * y2);
201 const uchar4 *py1 = (const uchar4 *)(pin + stride * p->y);
202 const uchar4 *py2 = (const uchar4 *)(pin + stride * y1)
    [all...]
  /cts/tests/src/android/renderscript/cts/
intrinsic_colormatrix.rs 53 uchar4 u = 0;
92 uchar4 u = rsPackColorTo8888(pin);
  /frameworks/rs/tests/typecheck/
kernels.rs 37 uchar4 uc4;
38 uchar4 uc4i = {1, 2, 3, 4};

Completed in 812 milliseconds

1 23 4