Home
last modified time | relevance | path

Searched refs:grace (Results 1 - 1 of 1) sorted by relevance

/third_party/libsnd/src/
H A Dima_oki_adpcm.c84 { int grace ; in adpcm_decode() local
86 grace = (state->steps [state->step_index] >> 3) & state->mask ; in adpcm_decode()
88 if (s < MIN_SAMPLE - grace || s > MAX_SAMPLE + grace) in adpcm_decode()

Completed in 1 milliseconds