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

  /external/opencv/ml/src/
mlknearest.cpp 317 int i, count, count_scale, blk_count0, blk_count = 0, buf_sz, k1; local
358 count_scale = k*2*sizeof(float);
360 buf_sz = MIN( blk_count0 * count_scale, max_buf_sz );
361 blk_count0 = MAX( buf_sz/count_scale, 1 );
364 buf_sz = blk_count0 * count_scale + k*sizeof(float);
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 432 self.count_scale = int(element.get( "count_scale", "1" ))
434 elements = (count * self.count_scale)
    [all...]

Completed in 69 milliseconds