Searched refs:shifted_index (Results 1 – 1 of 1) sorted by relevance
112 int shifted_index=i+j-window_half_width; in smooth_curve() local113 if (shifted_index<0) shifted_index=0; in smooth_curve()114 if (shifted_index>size-1) shifted_index=size-1; in smooth_curve()115 sample[j]=tab_mflops[shifted_index]; in smooth_curve()