Searched refs:historyIdx (Results 1 – 1 of 1) sorted by relevance
101 int historyIdx; in createDropShadow() local112 historyIdx = 0; in createDropShadow()126 aSum -= aHistory[historyIdx]; in createDropShadow()130 aHistory[historyIdx] = a; in createDropShadow()133 if (++historyIdx >= shadowSize) { in createDropShadow()134 historyIdx -= shadowSize; in createDropShadow()141 historyIdx = 0; in createDropShadow()155 aSum -= aHistory[historyIdx]; in createDropShadow()159 aHistory[historyIdx] = a; in createDropShadow()162 if (++historyIdx >= shadowSize) { in createDropShadow()[all …]