Searched refs:in_count (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/linux/
H A Dppp_defs.h158 /* the compression ratio is defined as in_count / bytes_out */
159 __u32 in_count; /* Bytes received */ member in struct:compstat
/external/opencv/cxcore/src/
H A Dcxmatrix.cpp1596 int i, len, in_count, count, out_count; local
1621 in_count = data->cols;
1633 in_count = data->rows;
1643 count = MIN(len, in_count);
1658 if( len <= in_count )
1767 int i, len, in_count; local
1800 in_count = data->cols;
1808 in_count = data->rows;
1827 block_count0 = MIN( block_count0, in_count );
1852 for( i = 0; i < in_count;
1905 int i, len, in_count, as_cols; local
[all...]

Completed in 143 milliseconds