Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_grc3.c229 if (history >= (grc->history + GRC3_MAXHISTORY * 2)) \
230 history -= GRC3_MAXHISTORY; \
232 history[0] = history[-GRC3_MAXHISTORY] = (*src); \
274 if (history >= (grc->history + GRC3_MAXHISTORY * 2)) \
275 history -= GRC3_MAXHISTORY; \
281 history[0] = history[-GRC3_MAXHISTORY] = \
352 grc->historyptr = grc->history + GRC3_MAXHISTORY; in grc3_reset()
354 for (t = 0; t < GRC3_MAXHISTORY * 2; t++) in grc3_reset()
H A Daudio_grc3.h38 #define GRC3_MAXHISTORY 4096 macro
56 int32_t history[GRC3_MAXHISTORY * 2 + 1];