HomeSort by relevance Sort by last modified time
    Searched defs:x_in (Results 1 - 3 of 3) sorted by null

  /external/webp/src/utils/
rescaler.c 33 int x_in = channel; local
41 sum += src[x_in];
42 x_in += x_stride;
45 const int32_t base = src[x_in];
47 x_in += x_stride;
58 x_in += x_stride;
59 right = src[x_in];
  /external/boringssl/src/crypto/ec/
p256-64.c 976 /* point_double calculates 2*(x_in, y_in, z_in)
981 * Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed.
984 const felem x_in, const felem y_in, const felem z_in) {
989 felem_assign(ftmp, x_in);
991 felem_assign(ftmp2, x_in);
1006 felem_small_mul(tmp, small1, x_in);
1062 smallfelem z_out, const smallfelem x_in,
1067 smallfelem_expand(felem_x_in, x_in);
1659 felem z1, z2, x_in, y_in; local
1733 smallfelem x_in, y_in, z_in; local
    [all...]
  /external/libvncserver/x11vnc/
cursor.c 1835 int x_in = x, y_in = y; local
    [all...]

Completed in 1543 milliseconds