Lines Matching refs:x_end
167 int x_end = w - 1,
200 while (*x_start < x_end) {
214 while (x_end > *x_start) {
217 if (buf[linesize * i + x_end] != trans) {
224 x_end--;
228 *width = x_end + 1 - *x_start;
245 int x_end = avctx->width - 1,
262 while (*x_start < x_end) {
274 while (x_end > *x_start) {
277 if (ref[y*ref_linesize + x_end] != buf[y*linesize + x_end]) {
284 x_end--;
286 *width = x_end + 1 - *x_start;