Home
last modified time | relevance | path

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

/plan9/sys/src/games/mp3dec/
H A Dlayer3.c959 mad_fixed_t reqcache[16]; in III_huffdecode() local
1059 requantized = reqcache[value]; in III_huffdecode()
1062 requantized = reqcache[value] = III_requantize(value, exp); in III_huffdecode()
1094 requantized = reqcache[value]; in III_huffdecode()
1097 requantized = reqcache[value] = III_requantize(value, exp); in III_huffdecode()
1114 requantized = reqcache[value]; in III_huffdecode()
1117 requantized = reqcache[value] = III_requantize(value, exp); in III_huffdecode()
1132 requantized = reqcache[value]; in III_huffdecode()
1135 requantized = reqcache[value] = III_requantize(value, exp); in III_huffdecode()