Home
last modified time | relevance | path

Searched refs:Gxx (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dnoise_model.c589 double Gxx = 0, Gxy = 0, Gyy = 0; in aom_flat_block_finder_run() local
605 Gxx += gx * gx; in aom_flat_block_finder_run()
616 Gxx /= ((block_size - 2) * (block_size - 2)); in aom_flat_block_finder_run()
622 const double trace = Gxx + Gyy; in aom_flat_block_finder_run()
623 const double det = Gxx * Gyy - Gxy * Gxy; in aom_flat_block_finder_run()
/external/mesa3d/docs/
Dsourcetree.rst120 Gxx (Bifrost) GPUs.
/external/llvm/test/Transforms/InstSimplify/
Dcompare.ll1245 %Gxx = icmp sle i32 %Ax, %Cxx
1287 call void @helper_i1(i1 %Gxx)
1324 ; CHECK: call void @helper_i1(i1 %Gxx)
/external/python/cpython2/Doc/library/
Ditertools.rst754 # grouper('ABCDEFG', 3, 'x') --> ABC DEF Gxx
/external/python/cpython3/Doc/library/
Ditertools.rst793 # grouper('ABCDEFG', 3, 'x') --> ABC DEF Gxx"
/external/llvm-project/llvm/test/Transforms/InstSimplify/
Dcompare.ll1834 %Gxx = icmp sle i32 %Ax, %Cxx
1876 call void @helper_i1(i1 %Gxx)