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

  /external/boringssl/src/crypto/fipsmodule/ec/
p224-64.c 640 * while x_out == y_in is not (maybe this works, but it's not tested). */
643 const p224_felem y_in, const p224_felem z_in) {
655 p224_felem_square(tmp, y_in);
686 p224_felem_assign(ftmp, y_in);
1002 p224_felem z1, z2, x_in, y_in, x_out, y_out; local
1049 p224_felem x_in, y_in, z_in, x_out, y_out, z_out; local
    [all...]
p256-64.c 915 /* point_double calculates 2*(x_in, y_in, z_in)
921 * while x_out == y_in is not (maybe this works, but it's not tested). */
923 const felem x_in, const felem y_in, const felem z_in) {
939 felem_square(tmp, y_in);
973 felem_assign(ftmp, y_in);
1002 const smallfelem y_in, const smallfelem z_in) {
1007 smallfelem_expand(felem_y_in, y_in);
1545 felem z1, z2, x_in, y_in; local
1596 smallfelem x_in, y_in, z_in; local
    [all...]
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 410 nir_ssa_def *y_in = nir_channel(b, pos, 1); local
431 y_out = y_in;
433 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 1);
435 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0);
449 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 1);
451 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0);
465 y_out = nir_mask_shift_or(b, y_out, y_in, 0xfffffffe, 2);
468 y_out = nir_mask_shift_or(b, y_out, y_in, 0x1, 0);
511 nir_ssa_def *y_in = nir_channel(b, pos, 1); local
531 y_out = y_in;
    [all...]
  /external/webp/src/enc/
quant_enc.c 57 const uint8_t* const y_in = it->yuv_in_ + Y_OFF_ENC; local
63 for (i = 0; i < 16; ++i) printf("%3d ", y_in[i + j * BPS]);
68 printf("%1d ", abs(y_in[i + j * BPS] - y_out[i + j * BPS]));
    [all...]

Completed in 789 milliseconds