Lines Matching defs:xhigh
130 int *xlow, int *xhigh)
137 *xhigh = xout[0] - xout[1] >> 14;
146 static inline int encode_high(const struct G722Band *state, int xhigh)
148 int diff = av_clip_int16(xhigh - state->s_predictor);
190 int xlow, xhigh;
199 filter_samples(c, &samples[2*i], &xlow, &xhigh);
280 dec_diff = xhigh - decoded;
325 int xlow, xhigh, ilow, ihigh;
326 filter_samples(c, samples, &xlow, &xhigh);
327 ihigh = encode_high(&c->band[1], xhigh);