INDX2D 234 libavfilter/vf_colorconstancy.c #define GAUSS(s, sr, sc, sls, sh, sw, g) ( (s)[ INDX2D(CLAMP((sr), (sh)), CLAMP((sc), (sw)), (sls)) ] * (g) ) INDX2D 278 libavfilter/vf_colorconstancy.c dst[INDX2D(r, c, width)] = 0; INDX2D 280 libavfilter/vf_colorconstancy.c dst[INDX2D(r, c, width)] += GAUSS(src, r, c + GINDX(filtersize, g), INDX2D 293 libavfilter/vf_colorconstancy.c dst[INDX2D(r, c, width)] = 0; INDX2D 295 libavfilter/vf_colorconstancy.c dst[INDX2D(r, c, width)] += GAUSS(src, r + GINDX(filtersize, g), c, INDX2D 461 libavfilter/vf_colorconstancy.c dst[jobnr] = FFMAX( dst[jobnr], fabs(src[INDX2D(r, c, width)]) INDX2D 462 libavfilter/vf_colorconstancy.c * (img_data[INDX2D(r, c, in_linesize)] < thresh) ); INDX2D 468 libavfilter/vf_colorconstancy.c dst[jobnr] += ( pow( fabs(src[INDX2D(r, c, width)] / 255.), minknorm) INDX2D 469 libavfilter/vf_colorconstancy.c * (img_data[INDX2D(r, c, in_linesize)] < thresh) );