Searched refs:xout2 (Results 1 – 1 of 1) sorted by relevance
273 int xout2; in g722_decode() local400 xout2 = 0; in g722_decode()403 xout2 += s->x[2*i] * qmf_coeffs_even[i]; in g722_decode()407 xout2 = NLDECOMPRESS_PREPROCESS_SAMPLE_WITH_GAIN((int16_t) __ssat16(xout2 >> 11), gain); in g722_decode()411 amp[outlen++] = ((int16_t) (xout2 >> 4) + 2048); in g722_decode()416 amp[outlen++] = xout2; in g722_decode()