Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dima_oki_adpcm.c51 static int const step_changes [] = { -1, -1, -1, -1, 2, 4, 6, 8 } ; variable
94 state->step_index += step_changes [code & 7] ; in adpcm_decode()