Home
last modified time | relevance | path

Searched defs:uchar4 (Results 1 – 25 of 25) sorted by relevance

/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
Dyuv.rs39 static uchar4 crossProcess_i(uchar4 color) { variable
69 static uchar4 vignette(uchar4 color, uint32_t x, uint32_t y) { constant
81 void root(const uchar4 *in, uchar4 *out, uint32_t x, uint32_t y) { constant
/frameworks/compile/slang/tests/F_vector_cast/
Dvector_cast.rs24 static uchar4 bar(uchar4 u) { constant
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dwbalance.rs23 static uchar4 estimateWhite() { constant
Dshadows.rs98 static uchar4 hsv2rgb(ushort3 hsv) variable
Dbwfilter.rs41 void bwFilterKernel(const uchar4 *in, uchar4 *out) { constant
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dwbalance.rs23 static uchar4 estimateWhite() { constant
Dshadows.rs98 static uchar4 hsv2rgb(ushort3 hsv) constant
Dhistogram.rs72 static const uchar4 gClear = {0, 0, 0, 0xff}; constant
Dbwfilter.rs41 void bwFilterKernel(const uchar4 *in, uchar4 *out) { constant
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dwbalance.rs23 static uchar4 estimateWhite() { variable
Dshadows.rs98 static uchar4 hsv2rgb(ushort3 hsv) variable
Dhistogram.rs72 static const uchar4 gClear = {0, 0, 0, 0xff}; constant
Dbwfilter.rs41 void bwFilterKernel(const uchar4 *in, uchar4 *out) { constant
/frameworks/av/cmds/stagefright/filters/
Dargbtorgba.rs21 void root(const uchar4 *v_in, uchar4 *v_out) { constant
Dsaturation.rs26 void root(const uchar4 *v_in, uchar4 *v_out) { constant
Dnightvision.rs25 void root(const uchar4 *v_in, uchar4 *v_out) { constant
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DerrorCalculator.rs50 void displayDifference(const uchar4 *v_in, uchar4 *v_out, uint32_t x, uint32_t y) { constant
/frameworks/av/media/libstagefright/filters/
DsaturationARGB.rs26 void root(const uchar4 *v_in, uchar4 *v_out) { constant
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
Dmono.rs22 void root(const uchar4 *v_in, uchar4 *v_out) { constant
/frameworks/rs/tests/cppbasic/
Dmono.rs51 void root(const uchar4 *v_in, uchar4 *v_out) { constant
/frameworks/rs/tests/cppbasic-shared/
Dmono.rs51 void root(const uchar4 *v_in, uchar4 *v_out) { constant
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicInlines.h28 typedef uchar uchar4 __attribute__((ext_vector_type(4))); typedef
/frameworks/compile/slang/tests/P_reduce_general_result/
Dreduce_general_result.rs212 static void my_uchar4_comb(uchar4 *accum, const uchar4 *other) { } constant
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
Dreduce_general_accumulator.rs272 static void my_uchar4_comb(uchar4 *accum, const uchar4 *other) { } constant
273 static void my_uchar4_out(int *out, const uchar4 *accum) { } constant
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp54 typedef unsigned char uchar4 __attribute__((ext_vector_type(4))); typedef