Lines Matching refs:halfWindow
874 int halfWindow = windowSize >> 1;876 gaussWindow[halfWindow] = 1;879 for (int x = 1 ; x <= halfWindow ; ++x) {881 gaussWindow[halfWindow + x] = gaussWindow[halfWindow-x] = gaussian;888 int pad = halfWindow;