Searched refs:peaktab (Results 1 – 1 of 1) sorted by relevance
53 static const uint32_t peaktab[0x2680] = { variable1268 static const int max_asample = sizeof(peaktab) / sizeof(peaktab[0]) - 1; in hdcd_envelope()1285 sample = sample >= 0 ? peaktab[asample] : -peaktab[asample]; in hdcd_envelope()