Searched refs:size_a (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dcluster.h54 inline double ClusterCostDiff(int size_a, int size_b) { argument
55 int size_c = size_a + size_b;
56 return size_a * FastLog2(size_a) + size_b * FastLog2(size_b) -
/external/ceres-solver/internal/ceres/
H A Dproblem_impl.cc70 // Returns true if two regions of memory, a and b, with sizes size_a and size_b
72 bool RegionsAlias(const double* a, int size_a, argument
74 return (a < b) ? b < (a + size_a)
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp855 double size_a = axes.width, size_b = axes.height; local
897 x = size_a * icvSinTable[450-angle];

Completed in 503 milliseconds