Home
last modified time | relevance | path

Searched refs:tapAdjust (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/accelerants/intel_extreme/
H A Doverlay.cpp154 int32 tapAdjust[MAX_TAPS]; in update_coefficients() local
155 tapAdjust[0] = (taps - 1) / 2; in update_coefficients()
156 for (int32 j = 1, k = 1; j <= tapAdjust[0]; j++, k++) { in update_coefficients()
157 tapAdjust[k] = tapAdjust[0] - j; in update_coefficients()
158 tapAdjust[++k] = tapAdjust[0] + j; in update_coefficients()
169 int32 tap2Fix = tapAdjust[k]; in update_coefficients()