Searched refs:exp_lut (Results 1 – 1 of 1) sorted by relevance
333 static const INT exp_lut[8] = { 0, 132, 396, 924, 1980, 4092, 8316, 16764 } ; in ulaw2pcm() local341 sample = exp_lut[exponent] + (mantissa << (exponent + 3)) ; in ulaw2pcm()