HomeSort by relevance Sort by last modified time
    Searched refs:w_map (Results 1 - 4 of 4) sorted by null

  /pdk/apps/CameraITS/tests/
test_capture_result.py 74 def draw_lsc_plot(w_map, h_map, lsc_map, name):
77 xs = numpy.array([range(h_map)] * w_map).reshape(w_map, h_map)
78 ys = numpy.array([[i]*h_map for i in range(w_map)]).reshape(w_map, h_map)
80 size = w_map*h_map
82 zs = numpy.array(lsc_map[start:start+size]).reshape(w_map, h_map)
86 def test_auto(cam, w_map, h_map):
107 print "LSC map:", w_map, h_map, lsc_map[:8]
132 assert(w_map > 0 and h_map > 0 and w_map * h_map * 4 == len(lsc_map)
    [all...]
test_3a_remote.py 35 w_map = props["android.lens.info.shadingMapSize"]["width"]
66 print "LSC map:", w_map, h_map, lsc_map[:8]
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.h 192 typename SparseWeightVector<Key, Hash>::Wmap w_map = vector.GetMap(); local
194 for (typename SparseWeightVector<Key, Hash>::Witer_const iter = w_map.begin();
195 iter != w_map.end();
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 238 SparseWeightVector<string>::Wmap w_map = M_weights.GetMap(); local
239 int len = w_map.size();
379 SparseWeightVector<string>::Wmap w_map = M_weights.GetMap(); local
380 int array_len = w_map.size();

Completed in 46 milliseconds