Searched refs:scaled_y (Results 1 – 1 of 1) sorted by relevance
42 const int scaled_y = cy * (int64_t)ASS_DEFAULT_PLAYRESY / 480; in srt_to_ass() local43 av_bprintf(dst, "{\\an5}{\\pos(%d,%d)}", scaled_x, scaled_y); in srt_to_ass()47 const int scaled_y = y1 * (int64_t)ASS_DEFAULT_PLAYRESY / 480; in srt_to_ass() local48 av_bprintf(dst, "{\\an1}{\\pos(%d,%d)}", scaled_x, scaled_y); in srt_to_ass()