Searched refs:xhigh (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | g722enc.c | 130 int *xlow, int *xhigh) in filter_samples() 137 *xhigh = xout[0] - xout[1] >> 14; in filter_samples() 146 static inline int encode_high(const struct G722Band *state, int xhigh) in encode_high() argument 148 int diff = av_clip_int16(xhigh - state->s_predictor); in encode_high() 190 int xlow, xhigh; in g722_encode_trellis() local 199 filter_samples(c, &samples[2*i], &xlow, &xhigh); in g722_encode_trellis() 280 dec_diff = xhigh - decoded; in g722_encode_trellis() 325 int xlow, xhigh, ilow, ihigh; in encode_byte() local 326 filter_samples(c, samples, &xlow, &xhigh); in encode_byte() 327 ihigh = encode_high(&c->band[1], xhigh); in encode_byte() 129 filter_samples(G722Context *c, const int16_t *samples, int *xlow, int *xhigh) filter_samples() argument [all...] |
/third_party/optimized-routines/math/test/rtest/ |
H A D | semi.c | 560 int xhigh = x[0] & 0x7fffffff; in test_copysign() local 562 out[0] = ysign | xhigh; in test_copysign() 572 int xhigh = x[0] & 0x7fffffff; in test_copysignf() local 574 out[0] = ysign | xhigh; in test_copysignf() 582 int xhigh = x[0]; in test_isfinite() local 584 if ((xhigh & 0x7ff00000) == 0x7ff00000) out[0] = 0; in test_isfinite() 607 int xhigh = x[0]; in test_isinf() local 610 if (((xhigh & 0x7fffffff) == 0x7ff00000) && (xlow == 0)) out[0] = 1; in test_isinf()
|
Completed in 3 milliseconds