Home
last modified time | relevance | path

Searched refs:minr (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dphasecorr.cpp416 int minr = peakLocation.y - (weightBoxSize.height >> 1); in weightedCentroid() local
425 if(minr < 0) in weightedCentroid()
427 minr = 0; in weightedCentroid()
448 dataIn += minr*src.cols; in weightedCentroid()
449 for(int y = minr; y <= maxr; y++) in weightedCentroid()
464 dataIn += minr*src.cols; in weightedCentroid()
465 for(int y = minr; y <= maxr; y++) in weightedCentroid()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c177 if (c >= minc && c <= maxc && r >= minr && r <= maxr) { \
303 const int minr = VPXMAX(x->mv_row_min * 8, ref_mv->row - MV_MAX); \
674 const int minr = VPXMAX(x->mv_row_min * 8, ref_mv->row - MV_MAX); in vp9_find_best_sub_pixel_tree() local
702 if (tc >= minc && tc <= maxc && tr >= minr && tr <= maxr) { in vp9_find_best_sub_pixel_tree()
733 if (tc >= minc && tc <= maxc && tr >= minr && tr <= maxr) { in vp9_find_best_sub_pixel_tree()
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c201 #define IFMVCV(r,c,s,e) if ( c >= minc && c <= maxc && r >= minr && r <= maxr) s else e;
231 int minr = VPXMAX(x->mv_row_min * 4, in vp8_find_best_sub_pixel_step_iteratively() local