Lines Matching defs:startx_safe
70 const int startx_safe = FFMAX(s1x, s2x);
74 const int safe_pw = (u_endx_safe - startx_safe) & ~0xf;
78 av_assert0(startx_safe - s1x >= 0); av_assert0(startx_safe - s1x < w);
80 av_assert0(startx_safe - s2x >= 0); av_assert0(startx_safe - s2x < w);
86 call_ref(ii_ref + starty_safe*ii_lz_32 + startx_safe, ii_lz_32,
87 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz,
88 src + (starty_safe - s2y) * src_lz + (startx_safe - s2x), src_lz,
90 call_new(ii_new + starty_safe*ii_lz_32 + startx_safe, ii_lz_32,
91 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz,
92 src + (starty_safe - s2y) * src_lz + (startx_safe - s2x), src_lz,
99 bench_new(ii_new + starty_safe*ii_lz_32 + startx_safe, ii_lz_32,
100 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz,
101 src + (starty_safe - s2y) * src_lz + (startx_safe - s2x), src_lz,