Searched refs:gscale (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/features2d/src/kaze/ |
D | nldiffusion_functions.h | 29 float compute_k_percentile(const cv::Mat& img, float perc, float gscale, int nbins, int ksize_x, in…
|
D | nldiffusion_functions.cpp | 211 float compute_k_percentile(const cv::Mat& img, float perc, float gscale, int nbins, int ksize_x, in… in compute_k_percentile() argument 227 gaussian_2D_convolution(img, gaussian, ksize_x, ksize_y, gscale); in compute_k_percentile()
|
/external/mesa3d/src/mesa/main/ |
D | pixeltransfer.c | 83 const GLfloat gscale = (GLfloat) (ctx->PixelMaps.GtoG.Size - 1); in _mesa_map_rgba() local 97 rgba[i][GCOMP] = gMap[F_TO_I(g * gscale)]; in _mesa_map_rgba()
|
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 5174 float gscale = GammaTabScale; in operator ()() local 5191 R = splineInterpolate(R * gscale, gammaTab, GAMMA_TAB_SIZE); in operator ()() 5192 G = splineInterpolate(G * gscale, gammaTab, GAMMA_TAB_SIZE); in operator ()() 5193 B = splineInterpolate(B * gscale, gammaTab, GAMMA_TAB_SIZE); in operator ()() 5245 float gscale = GammaTabScale; in operator ()() local 5291 ro = splineInterpolate(ro * gscale, gammaTab, GAMMA_TAB_SIZE); in operator ()() 5292 go = splineInterpolate(go * gscale, gammaTab, GAMMA_TAB_SIZE); in operator ()() 5293 bo = splineInterpolate(bo * gscale, gammaTab, GAMMA_TAB_SIZE); in operator ()() 5554 float gscale = GammaTabScale; in operator ()() local 5567 R = splineInterpolate(R*gscale, gammaTab, GAMMA_TAB_SIZE); in operator ()() [all …]
|