Home
last modified time | relevance | path

Searched defs:diffSign (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/superres/src/cuda/
Dbtv_l1_gpu.cu145 __device__ __forceinline__ float diffSign(float a, float b) in diffSign() function
149 __device__ __forceinline__ float3 diffSign(const float3& a, const float3& b) in diffSign() function
157 __device__ __forceinline__ float4 diffSign(const float4& a, const float4& b) in diffSign() function
187 void diffSign(PtrStepSzf src1, PtrStepSzf src2, PtrStepSzf dst, cudaStream_t stream) in diffSign() function
/external/webrtc/webrtc/modules/video_coding/
Drtt_filter.cc96 int diffSign = (diffFromAvg >= 0) ? 1 : -1; in JumpDetection() local
/external/opencv3/modules/superres/src/
Dbtv_l1.cpp288 inline float diffSign(float a, float b) in diffSign() function
293 Point3f diffSign(Point3f a, Point3f b) in diffSign() function
325 void diffSign(InputArray _src1, OutputArray _src2, OutputArray _dst) in diffSign() function
Dbtv_l1_cuda.cpp165 void diffSign(const GpuMat& src1, const GpuMat& src2, GpuMat& dst, Stream& stream) in diffSign() function