Searched refs:uchar4 (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | convolve3x3.rs | 23 const uchar4 *gPixels; constant 28 void root(const uchar4 *in, uchar4 *out, const void *usrData, uint32_t x, uint32_t y) { constant
|
D | vignette.rs | 67 uchar4 __attribute__((kernel)) vignette(const uchar4 in, uint32_t x, uint32_t y) { constant 76 uchar4 out = rsPackColorTo8888(clamp(wsum, 0.f, 1.0f));
|
D | grad.rs | 99 uchar4 __attribute__((kernel)) selectiveAdjust(const uchar4 in, uint32_t x, constant 116 uchar4 out = rsPackColorTo8888(clamp(pixel, 0.f, 1.0f));
|
D | saturation.rs | 104 static ushort rgb2hue( uchar4 rgb) 148 uchar4 __attribute__((kernel)) selectiveAdjust(const uchar4 in, uint32_t x, constant
|
D | grey.rs | 20 uchar __attribute__((kernel)) RGBAtoA(uchar4 in) {
|