n, m=gets.split.map &:to_i x, y=gets.split.map &:to_i x-=1 y-=1 x%=2*m y%=2*m x=m-1-x%m if x>=m y=m-1-y%m if y>=m puts x==y ? "YES" : "NO"