OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minpt
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/src/
samplers.cpp
384
IppiPoint*
minpt
, IppiPoint* maxpt );
386
IppiPoint
minpt
={0,0}, maxpt={0,0};
398
(int)patch.step, win_size, icenter, &
minpt
, &maxpt) >= 0 )
/external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c
419
unsigned int
minpt
;
local
422
CHECK_BETTER(
minpt
, tr + 2 * ir, tc + 2 * ic);
489
unsigned int
minpt
;
local
493
CHECK_BETTER(
minpt
, tr + ir * hstep, tc + ic * hstep);
[
all
...]
Completed in 551 milliseconds