Home | History | Annotate | Download | only in effects

Lines Matching refs:windowCenter

941                 uint8_t *windowCenter = srcScanline + x;
943 *outPixel += gaussWindow[pad+i]*windowCenter[i];
956 float *windowCenter = srcScanline + x;
959 finalValue += gaussWindow[pad+i]*windowCenter[i];