OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nbins
(Results
1 - 3
of
3
) 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
...]
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h
[
all
...]
/external/v8/test/mjsunit/
unicode-test.js
[
all
...]
Completed in 732 milliseconds