Lines Matching defs:xlow
130 int *xlow, int *xhigh)
136 *xlow = xout[0] + xout[1] >> 14;
154 static inline int encode_low(const struct G722Band* state, int xlow)
156 int diff = av_clip_int16(xlow - state->s_predictor);
190 int xlow, xhigh;
199 filter_samples(c, &samples[2*i], &xlow, &xhigh);
210 int ilow = encode_low(&cur_node->state, xlow);
223 dec_diff = xlow - decoded;
325 int xlow, xhigh, ilow, ihigh;
326 filter_samples(c, samples, &xlow, &xhigh);
328 ilow = encode_low (&c->band[0], xlow);