Home
last modified time | relevance | path

Searched refs:rhigh (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg722dec.c108 int ilow, ihigh, rlow, rhigh, dhigh; in g722_decode_frame() local
121 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()
/third_party/pixman/pixman/
Dpixman-filter.c267 double rhigh = rlow + filters[reconstruct].width; in create_1d_filter() local
273 if (rhigh >= slow && rlow <= shigh) in create_1d_filter()
276 ihigh = MIN (shigh, rhigh); in create_1d_filter()