Searched refs:divergence (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/cudaoptflow/src/cuda/ |
D | tvl1flow.cu | 193 __device__ float divergence(const PtrStepf& v1, const PtrStepf& v2, int y, int x) in divergence() function 273 const float div_p1 = divergence(p11, p12, y, x); in estimateUKernel() 274 const float div_p2 = divergence(p21, p22, y, x); in estimateUKernel() 275 const float div_p3 = gamma ? divergence(p31, p32, y, x) : 0; in estimateUKernel()
|
/external/llvm/test/Analysis/DivergenceAnalysis/AMDGPU/ |
D | kernel-args.ll | 1 ; RUN: opt %s -mtriple amdgcn-- -analyze -divergence | FileCheck %s
|
/external/opencv3/modules/video/src/opencl/ |
D | optical_flow_tvl1.cl | 279 inline float divergence(__global const float* v1, __global const float* v2, int y, int x, int v1_st… 358 // compute the divergence of the dual variable (p1, p2) 360 float div_p1 = divergence(p11, p12, y, x, I1wx_step, I1wx_step); 361 float div_p2 = divergence(p21, p22, y, x, I1wx_step, I1wx_step);
|
/external/opencv3/modules/video/src/ |
D | tvl1flow.cpp | 838 void divergence(const Mat_<float>& v1, const Mat_<float>& v2, Mat_<float>& div) in divergence() function 1349 divergence(p11, p12, div_p1); in procOneScale() 1350 divergence(p21, p22, div_p2); in procOneScale() 1351 if (use_gamma) divergence(p31, p32, div_p3); in procOneScale()
|
/external/llvm/test/Analysis/DivergenceAnalysis/NVPTX/ |
D | diverge.ll | 1 ; RUN: opt %s -analyze -divergence | FileCheck %s
|
/external/llvm/docs/ |
D | LangRef.rst | 11425 …sked gathers and allows vectorizing basic blocks with data and control divergence. Other targets m… 11478 …sked scatter and allows vectorizing basic blocks with data and control divergence. Other targets m…
|
/external/libxml2/ |
D | ChangeLog | 13792 tests though they show a divergence on Linux 14108 long standing divergence from the XPath REC. NodeSets
|