Searched defs:diffSign (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/superres/src/cuda/ |
D | btv_l1_gpu.cu | 145 __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/ |
D | rtt_filter.cc | 96 int diffSign = (diffFromAvg >= 0) ? 1 : -1; in JumpDetection() local
|
/external/opencv3/modules/superres/src/ |
D | btv_l1.cpp | 288 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
|
D | btv_l1_cuda.cpp | 165 void diffSign(const GpuMat& src1, const GpuMat& src2, GpuMat& dst, Stream& stream) in diffSign() function
|