Searched refs:xout1 (Results 1 – 1 of 1) sorted by relevance
272 int xout1; in g722_decode() local399 xout1 = 0; in g722_decode()404 xout1 += s->x[2*i+1] * qmf_coeffs_odd[i]; in g722_decode()406 xout1 = NLDECOMPRESS_PREPROCESS_SAMPLE_WITH_GAIN((int16_t) __ssat16(xout1 >> 11), gain); in g722_decode()410 amp[outlen++] = ((int16_t) (xout1 >> 4) + 2048); in g722_decode()415 amp[outlen++] = xout1; in g722_decode()