HomeSort by relevance Sort by last modified time
    Searched refs:uchar3 (Results 51 - 74 of 74) sorted by null

1 23

  /prebuilts/sdk/renderscript/include/
rs_debug.rsh 194 rsDebug(const char* message, uchar3 a);
rs_math.rsh 169 extern uchar3 __attribute__((const, overloadable))
792 extern uchar3 __attribute__((const, overloadable))
793 clamp(uchar3 value, uchar3 min_value, uchar3 max_value);
942 extern uchar3 __attribute__((const, overloadable))
943 clamp(uchar3 value, uchar min_value, uchar max_value);
1101 extern uchar3 __attribute__((const, overloadable))
1102 clz(uchar3 value);
    [all...]
  /external/opencv3/modules/cudalegacy/src/cuda/
ccomponetns.cu 86 template<> struct IntervalsTraits<uchar3>
224 template void computeEdges<uchar3> (const PtrStepSzb& image, PtrStepSzb edges, const float4& lo, const float4& hi, cudaStream_t stream);
NCVPyramid.cu 232 {kernelDownsampleX2_gpu<uchar1> , 0 /*kernelDownsampleX2_gpu<uchar2>*/ , kernelDownsampleX2_gpu<uchar3> , kernelDownsampleX2_gpu<uchar4> },
315 {kernelInterpolateFrom1_gpu<uchar1> , 0 /*kernelInterpolateFrom1_gpu<uchar2>*/ , kernelInterpolateFrom1_gpu<uchar3> , kernelInterpolateFrom1_gpu<uchar4> },
609 template class NCVImagePyramid<uchar3>;
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
vec_traits.hpp 83 template<> struct MakeVec<bool, 3> { typedef uchar3 type; };
vec_math.hpp 118 template<typename T> __device__ __forceinline__ T saturate_cast(const uchar3& v) { return vec_math_detail::SatCastHelper<VecTraits<T>::cn, T>::cast(v); }
    [all...]
  /frameworks/rs/scriptc/
rs_math.rsh 169 extern uchar3 __attribute__((const, overloadable))
792 extern uchar3 __attribute__((const, overloadable))
793 clamp(uchar3 value, uchar3 min_value, uchar3 max_value);
942 extern uchar3 __attribute__((const, overloadable))
943 clamp(uchar3 value, uchar min_value, uchar max_value);
1101 extern uchar3 __attribute__((const, overloadable))
1102 clz(uchar3 value);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 269 UChar* uchar3 = 0; local
    [all...]
  /external/opencv3/modules/cudalegacy/src/
graphcuts.cpp 84 { device::ccl::computeEdges<uchar>, 0, device::ccl::computeEdges<uchar3>, device::ccl::computeEdges<uchar4> },// CV_8U
  /external/opencv3/modules/cudawarping/src/cuda/
warp.cu 320 template void warpAffine_gpu<uchar3>(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, float coeffs[2 * 3], PtrStepSzb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, bool cc20);
358 template void warpPerspective_gpu<uchar3>(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, float coeffs[3 * 3], PtrStepSzb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, bool cc20);
remap.cu 243 template void remap_gpu<uchar3>(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSzf xmap, PtrStepSzf ymap, PtrStepSzb dst, int interpolation, int borderMode, const float* borderValue, cudaStream_t stream, bool cc20);
resize.cu 466 template void resize<uchar3>(const PtrStepSzb& src, const PtrStepSzb& srcWhole, int yoff, int xoff, const PtrStepSzb& dst, float fy, float fx, int interpolation, cudaStream_t stream);
  /frameworks/rs/driver/runtime/
rs_core.c 254 PRIM_DEBUG(uchar3)
rs_allocation.c 313 ELEMENT_AT(uchar3)
466 VOP(uchar3)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_convolve3x3.rs 66 uchar3 __attribute__((kernel)) convolve_U3(uint32_t x, uint32_t y) {
intrinsic_convolve5x5.rs 73 uchar3 __attribute__((kernel)) convolve_U3(uint32_t x, uint32_t y) {
intrinsic_resize.rs 95 uchar3 __attribute__((kernel)) bicubic_U3(uint32_t x, uint32_t y) {
  /external/opencv3/modules/cudaimgproc/src/cuda/
match_template.cu 69 __device__ __forceinline__ float3 mul(uchar3 a, uchar3 b) { return make_float3(a.x * b.x, a.y * b.y, a.z * b.z); }
79 __device__ __forceinline__ float3 sub(uchar3 a, uchar3 b) { return make_float3(a.x - b.x, a.y - b.y, a.z - b.z); }
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
vec_traits.hpp 162 template<> struct TypeVec<bool, 3> { typedef uchar3 vec_type; };
vec_math.hpp 120 template<typename T> static __device__ __forceinline__ T saturate_cast(const uchar3& v) {return vec_math_detail::saturate_cast_helper<T>(v);}
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 53 typedef unsigned char uchar3 __attribute__((ext_vector_type(3))); typedef
556 ELEMENT_AT(uchar3, RS_TYPE_UNSIGNED_8, 3)
    [all...]
  /external/opencv3/modules/cudafilters/src/
filtering.cpp 345 {filter::linearRow<uchar, float>, 0, filter::linearRow<uchar3, float3>, filter::linearRow<uchar4, float4>},
356 {filter::linearColumn<float, uchar>, 0, filter::linearColumn<float3, uchar3>, filter::linearColumn<float4, uchar4>},
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp 139 : unary_function<uchar3, ushort>
141 __device__ ushort operator ()(const uchar3& src) const
168 : unary_function<ushort, uchar3>
170 __device__ uchar3 operator ()(ushort src) const
175 uchar3 dst;
205 : unary_function<ushort, uchar3>
207 __device__ uchar3 operator ()(ushort src) const
212 uchar3 dst;
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp 165 static __device__ __forceinline__ ushort cvt(const uchar3& src)
181 static __device__ __forceinline__ ushort cvt(const uchar3& src)
198 template<int bidx, int green_bits> struct RGB2RGB5x5<3, bidx,green_bits> : unary_function<uchar3, ushort>
200 __device__ __forceinline__ ushort operator()(const uchar3& src) const
237 static __device__ __forceinline__ void cvt(uint src, uchar3& dst)
257 static __device__ __forceinline__ void cvt(uint src, uchar3& dst)
276 template <int bidx, int green_bits> struct RGB5x52RGB<3, bidx, green_bits> : unary_function<ushort, uchar3>
278 __device__ __forceinline__ uchar3 operator()(ushort src) const
280 uchar3 dst;
    [all...]

Completed in 5816 milliseconds

1 23