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

  /external/opencv/cvaux/src/
cvcreatehandmask.cpp 60 int i_min, i_max, j_min, j_max; local
70 j_min = size.width;
87 j_min = CV_MIN2( j_min, pt.x );
93 roi->x = j_min;
95 roi->width = j_max - j_min + 1;
  /external/libmojo/base/android/
record_histogram.cc 102 jint j_min,
106 int32_t min = static_cast<int32_t>(j_min);
126 jint j_min,
130 int32_t min = static_cast<int32_t>(j_min);
164 jint j_min,
169 int32_t min = static_cast<int32_t>(j_min);
233 jint j_min,
239 env, j_histogram_name, j_histogram_key, j_min, j_max, j_num_buckets);
249 jint j_min,
255 env, j_histogram_name, j_histogram_key, j_min, j_max, j_num_buckets)
    [all...]
  /external/libavc/decoder/
ih264d_dpb_mgr.c 1402 WORD8 i1_gap_idx, i, j, j_min; local
    [all...]

Completed in 212 milliseconds