Searched refs:minr (Results 1 – 3 of 3) sorted by relevance
416 int minr = peakLocation.y - (weightBoxSize.height >> 1); in weightedCentroid() local425 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()
177 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() local702 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()
201 #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