Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvsmooth.cpp1437 int img_size_mp = size.width*size.height; in cvSmooth() local
1438 img_size_mp = (img_size_mp + (1<<19)) >> 20; in cvSmooth()
1445 … param1 <= 3 + (img_size_mp < 1 ? 12 : img_size_mp < 4 ? 6 : 2)*(MEDIAN_HAVE_SIMD ? 1 : 3)) in cvSmooth()