Searched refs:xlow (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() 136 *xlow = xout[0] + xout[1] >> 14; in filter_samples() 154 static inline int encode_low(const struct G722Band* state, int xlow) in encode_low() argument 156 int diff = av_clip_int16(xlow - state->s_predictor); in encode_low() 190 int xlow, xhigh; in g722_encode_trellis() local 199 filter_samples(c, &samples[2*i], &xlow, &xhigh); in g722_encode_trellis() 210 int ilow = encode_low(&cur_node->state, xlow); in g722_encode_trellis() 223 dec_diff = xlow - decoded; in g722_encode_trellis() 325 int xlow, xhigh, ilow, ihigh; in encode_byte() local 326 filter_samples(c, samples, &xlow, 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 | 608 int xlow = x[1]; in test_isinf() local 610 if (((xhigh & 0x7fffffff) == 0x7ff00000) && (xlow == 0)) out[0] = 1; in test_isinf()
|
Completed in 2 milliseconds