Searched refs:uchar4 (Results 1 - 25 of 82) sorted by relevance

1234

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dcopy.fs19 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
H A Dgreyscale.fs21 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
28 uchar __attribute__((kernel)) toU8(uchar4 v_in) {
33 uchar4 __attribute__((kernel)) toU8_4(uchar v_in) {
34 return (uchar4)v_in;
H A Dexposure.rs26 uchar4 __attribute__((kernel)) exposure(uchar4 in)
28 uchar4 out = {0, 0, 0, 255};
H A Dcolormatrix.fs29 uchar4 __attribute__((kernel)) root(uchar4 in) {
H A Dcontrast.rs28 void contrast(const uchar4 *in, uchar4 *out)
H A Dlevels.rsh24 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
25 uchar4 out;
37 uchar4 __attribute__((kernel)) root4(uchar4 in, uint32_t x, uint32_t y) {
H A Dhistogram.rs39 uchar4 c = rsGetElementAt_uchar4(gSrc, px, py);
72 static const uchar4 gClear = {0, 0, 0, 0xff};
74 uchar4 __attribute__((kernel)) clear() {
78 uchar4 __attribute__((kernel)) draw(uint x, uint y) {
H A Dwbalance.rs23 static uchar4 estimateWhite() {
79 uchar4 out;
94 uchar4 estimation = estimateWhite();
104 uchar4 __attribute__((kernel)) whiteBalanceKernel(uchar4 in) {
109 uchar4 out;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dcopy.fs19 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
H A Dgreyscale.fs21 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
28 uchar __attribute__((kernel)) toU8(uchar4 v_in) {
33 uchar4 __attribute__((kernel)) toU8_4(uchar v_in) {
34 return (uchar4)v_in;
H A Dcolormatrix.fs29 uchar4 __attribute__((kernel)) root(uchar4 in) {
H A Dexposure.rs25 void exposure(const uchar4 *in, uchar4 *out)
H A Dlevels.rsh24 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
25 uchar4 out;
37 uchar4 __attribute__((kernel)) root4(uchar4 in, uint32_t x, uint32_t y) {
H A Dcontrast.rs27 void contrast(const uchar4 *in, uchar4 *out)
H A Dwbalance.rs30 static uchar4 estimateWhite() {
38 uchar4 in = rsGetElementAt_uchar4(histogramSource, j, i);
98 uchar4 out;
113 uchar4 estimation = estimateWhite();
134 void whiteBalanceKernel(const uchar4 *in, uchar4 *out) {
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dcopy.fs19 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
H A Dgreyscale.fs21 uchar4 __attribute__((kernel)) root(uchar4 v_in) {
28 uchar __attribute__((kernel)) toU8(uchar4 v_in) {
33 uchar4 __attribute__((kernel)) toU8_4(uchar v_in) {
34 return (uchar4)v_in;
H A Dcolormatrix.fs29 uchar4 __attribute__((kernel)) root(uchar4 in) {
H A Dexposure.rs25 void exposure(const uchar4 *in, uchar4 *out)
H A Dlevels.rsh24 uchar4 __attribute__((kernel)) root(uchar4 in, uint32_t x, uint32_t y) {
25 uchar4 out;
37 uchar4 __attribute__((kernel)) root4(uchar4 in, uint32_t x, uint32_t y) {
H A Dcontrast.rs27 void contrast(const uchar4 *in, uchar4 *out)
H A Dwbalance.rs30 static uchar4 estimateWhite() {
38 uchar4 in = rsGetElementAt_uchar4(histogramSource, j, i);
98 uchar4 out;
113 uchar4 estimation = estimateWhite();
134 void whiteBalanceKernel(const uchar4 *in, uchar4 *out) {
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A Dmono.rs22 void root(const uchar4 *v_in, uchar4 *v_out) {
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicLUT.cpp61 uchar4 *out = (uchar4 *)p->out;
62 uchar4 *in = (uchar4 *)p->in;
72 uchar4 p = *in;
73 uchar4 o = {tr[p.x], tg[p.y], tb[p.z], ta[p.w]};
H A DrsCpuIntrinsic3DLUT.cpp65 uchar4 *out = (uchar4 *)p->out;
66 uchar4 *in = (uchar4 *)p->in;
114 const uchar4 *pt_00 = (const uchar4 *)&bp2[0];
115 const uchar4 *pt_10 = (const uchar4 *)&bp2[stride_y];
116 const uchar4 *pt_01 = (const uchar4 *)
[all...]

Completed in 87 milliseconds

1234