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

  /external/boringssl/src/crypto/ec/
p224-64.c 668 * while x_out == y_in is not (maybe this works, but it's not tested). */
670 const felem x_in, const felem y_in, const felem z_in) {
682 felem_square(tmp, y_in);
713 felem_assign(ftmp, y_in);
1072 felem z1, z2, x_in, y_in, x_out, y_out; local
1147 felem x_in, y_in, z_in, x_out, y_out, z_out; local
    [all...]
p256-64.c 976 /* point_double calculates 2*(x_in, y_in, z_in)
982 * while x_out == y_in is not (maybe this works, but it's not tested). */
984 const felem x_in, const felem y_in, const felem z_in) {
1000 felem_square(tmp, y_in);
1034 felem_assign(ftmp, y_in);
1063 const smallfelem y_in, const smallfelem z_in) {
1068 smallfelem_expand(felem_y_in, y_in);
1652 felem z1, z2, x_in, y_in; local
1726 smallfelem x_in, y_in, z_in; local
    [all...]
  /external/webp/src/enc/
quant.c 59 const uint8_t* const y_in = it->yuv_in_ + Y_OFF_ENC; local
65 for (i = 0; i < 16; ++i) printf("%3d ", y_in[i + j * BPS]);
70 printf("%1d ", abs(y_in[i + j * BPS] - y_out[i + j * BPS]));
    [all...]

Completed in 117 milliseconds