adpcm: pretty-print tables

This commit is contained in:
Justin Ruggles 2011-09-07 23:08:57 -04:00
parent fcbe421cee
commit 5a9ed7c110
2 changed files with 23 additions and 20 deletions

View File

@ -65,8 +65,11 @@ static const int xa_adpcm_table[5][2] = {
};
static const int ea_adpcm_table[] = {
0, 240, 460, 392, 0, 0, -208, -220, 0, 1,
3, 4, 7, 8, 10, 11, 0, -1, -3, -4
0, 240, 460, 392,
0, 0, -208, -220,
0, 1, 3, 4,
7, 8, 10, 11,
0, -1, -3, -4
};
// padded to zero where table size is less then 16