Searched refs:rhigh (Results 1 – 2 of 2) sorted by relevance
108 int ilow, ihigh, rlow, rhigh, dhigh; in g722_decode_frame() local121 rhigh = av_clip_intp2(dhigh + c->band[1].s_predictor, 14); in g722_decode_frame()125 c->prev_samples[c->prev_samples_pos++] = rlow + rhigh; in g722_decode_frame()126 c->prev_samples[c->prev_samples_pos++] = rlow - rhigh; in g722_decode_frame()
267 double rhigh = rlow + filters[reconstruct].width; in create_1d_filter() local273 if (rhigh >= slow && rlow <= shigh) in create_1d_filter()276 ihigh = MIN (shigh, rhigh); in create_1d_filter()