DST static method

int DST(
  1. int x,
  2. int y
)

Implementation

static int DST(int x, int y) => x + y * VP8.BPS;