Searched refs:historyIdx (Results 1 – 1 of 1) sorted by relevance
377 int historyIdx = 0; in createDropShadow() local388 historyIdx = 0; in createDropShadow()402 aSum -= aHistory[historyIdx]; in createDropShadow()406 aHistory[historyIdx] = a; in createDropShadow()409 if (++historyIdx >= shadowSize) { in createDropShadow()410 historyIdx -= shadowSize; in createDropShadow()417 historyIdx = 0; in createDropShadow()431 aSum -= aHistory[historyIdx]; in createDropShadow()435 aHistory[historyIdx] = a; in createDropShadow()438 if (++historyIdx >= shadowSize) { in createDropShadow()[all …]