OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nbins
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvfindhandregion.cpp
67
int
nbins
= 20, i, l, i_point, left, right;
local
86
/* low_count = count/
nbins
; */
114
bin_counts = (int *) cvAlloc(
nbins
* sizeof( int ));
121
memset( bin_counts, 0,
nbins
* sizeof( int ));
171
bsize = vl /
nbins
;
193
for( l = 0; l <
nbins
; l++ )
208
for( l =
nbins
- 1; l >= 0; l-- )
216
hand_right = vmax - (
nbins
- right - 1) * bsize;
286
int
nbins
= 20, i, l, i_point, left, right, jmin, jmax, jl;
local
310
/* low_count = count/
nbins
; */
[
all
...]
/external/chromium_org/third_party/smhasher/src/
Stats.h
305
const int
nbins
= 65536;
local
307
std::vector<int> bins(
nbins
,0);
322
bins.resize(
nbins
,0);
357
const int
nbins
= 65536;
local
359
std::vector<int> bins(
nbins
,0);
367
bins.resize(
nbins
,0);
Completed in 827 milliseconds