Home | History | Annotate | Download | only in src

Lines Matching defs:gy

568             double gy = DA - BC;    // gradient y component
569 double norm = std::sqrt((gx * gx + gy * gy) / 4); // gradient norm
579 angles_data[addr] = fastAtan2(float(gx), float(-gy)) * DEG_TO_RADS; // gradient angle computation