OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t_count
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/coders/
ipl.c
188
size_t
t_count
=0;
local
391
t_count
++;
400
if(
t_count
< ipl_info.z * ipl_info.time){
416
} while (
t_count
< ipl_info.z*ipl_info.time);
/external/opencv/cv/src/
cvconvhull.cpp
252
int
t_count
;
local
401
CV_SWAP( tl_count, tr_count,
t_count
);
440
CV_SWAP( bl_count, br_count,
t_count
);
Completed in 69 milliseconds