Lines Matching refs:y1
34 const char *in, int x1, int y1, int x2, int y2)
36 if (x1 >= 0 && y1 >= 0) {
40 if (x2 >= 0 && y2 >= 0 && (x2 != x1 || y2 != y1) && x2 >= x1 && y2 >= y1) {
43 const int cy = y1 + (y2 - y1)/2;
50 const int scaled_y = y1 * (int64_t)ASS_DEFAULT_PLAYRESY / 480;
62 int x1 = -1, y1 = -1, x2 = -1, y2 = -1;
70 y1 = AV_RL32(p + 4);
80 ret = srt_to_ass(avctx, &buffer, avpkt->data, x1, y1, x2, y2);