HomeSort by relevance Sort by last modified time
    Searched full:thresh_ (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/cudaarithm/src/cuda/
threshold.cu 74 const T thresh_ = static_cast<T>(thresh);
80 gridTransformUnary_< TransformPolicy<T> >(globPtr<T>(src), globPtr<T>(dst), thresh_binary_func(thresh_, maxVal_), stream);
83 gridTransformUnary_< TransformPolicy<T> >(globPtr<T>(src), globPtr<T>(dst), thresh_binary_inv_func(thresh_, maxVal_), stream);
86 gridTransformUnary_< TransformPolicy<T> >(globPtr<T>(src), globPtr<T>(dst), thresh_trunc_func(thresh_), stream);
89 gridTransformUnary_< TransformPolicy<T> >(globPtr<T>(src), globPtr<T>(dst), thresh_to_zero_func(thresh_), stream);
92 gridTransformUnary_< TransformPolicy<T> >(globPtr<T>(src), globPtr<T>(dst), thresh_to_zero_inv_func(thresh_), stream);
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 552 __host__ __device__ __forceinline__ thresh_binary_func(T thresh_, T maxVal_) : thresh(thresh_), maxVal(maxVal_) {}
569 __host__ __device__ __forceinline__ thresh_binary_inv_func(T thresh_, T maxVal_) : thresh(thresh_), maxVal(maxVal_) {}
586 explicit __host__ __device__ __forceinline__ thresh_trunc_func(T thresh_, T maxVal_ = 0) : thresh(thresh_) {(void)maxVal_;}
602 explicit __host__ __device__ __forceinline__ thresh_to_zero_func(T thresh_, T maxVal_ = 0) : thresh(thresh_) {(void)maxVal_;}
618 explicit __host__ __device__ __forceinline__ thresh_to_zero_inv_func(T thresh_, T maxVal_ = 0) : thresh(thresh_) {(void)maxVal_;
    [all...]
  /external/libvpx/libvpx/test/
dct16x16_test.cc 773 thresh_ = GET_PARAM(2);
788 int thresh_; member in class:__anon17872::InvTrans16x16DCT
792 CompareInvReference(ref_txfm_, thresh_);
fdct8x8_test.cc 632 thresh_ = GET_PARAM(2);
648 int thresh_; member in class:__anon17880::InvTrans8x8DCT
652 CompareInvReference(ref_txfm_, thresh_);

Completed in 313 milliseconds