Searched refs:minpt (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | samplers.cpp | 384 … IppiPoint* minpt, IppiPoint* maxpt ); in getRectSubPix() 386 IppiPoint minpt={0,0}, maxpt={0,0}; in getRectSubPix() local 398 (int)patch.step, win_size, icenter, &minpt, &maxpt) >= 0 ) in getRectSubPix()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 419 unsigned int minpt; in vp9_find_best_sub_pixel_tree_pruned_evenmore() local 422 CHECK_BETTER(minpt, tr + 2 * ir, tc + 2 * ic); in vp9_find_best_sub_pixel_tree_pruned_evenmore() 489 unsigned int minpt; in vp9_find_best_sub_pixel_tree_pruned_more() local 493 CHECK_BETTER(minpt, tr + ir * hstep, tc + ic * hstep); in vp9_find_best_sub_pixel_tree_pruned_more()
|