HomeSort by relevance Sort by last modified time
    Searched refs:y_out (Results 1 - 9 of 9) sorted by null

  /external/boringssl/src/crypto/ec/
p224-64.c 669 static void point_double(felem x_out, felem y_out, felem z_out,
735 felem_reduce(y_out, tmp);
756 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, x_out, y_out, z_out; local
881 /* y_out = (z1^3*y2 - z2^3*y1)*(z2^2*x1*(z1^2*x2 - z2^2*x1)^2 - x_out) -
885 felem_reduce(y_out, tmp2);
887 /* the result (x_out, y_out, z_out) is incorrect if one of the inputs is
893 copy_conditional(y_out, y2, z1_is_zero);
894 copy_conditional(y_out, y1, z2_is_zero);
898 felem_assign(y3, y_out);
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 983 static void point_double(felem x_out, felem y_out, felem z_out,
1055 felem_reduce_zero105(y_out, tmp);
1056 /* y_out[i] < 2^106 */
1061 static void point_double_small(smallfelem x_out, smallfelem y_out,
1073 felem_shrink(y_out, felem_y_out);
1109 felem ftmp, ftmp2, ftmp3, ftmp4, ftmp5, ftmp6, x_out, y_out, z_out; local
1653 smallfelem x_out, y_out; local
1727 felem x_out, y_out, z_out; local
    [all...]
  /system/core/libmincrypt/
p256_ec.c     [all...]
  /packages/apps/Camera2/jni/
jpegutil.h 65 void Map(int x, int y, int* x_out, int* y_out) const;
jpegutil.cpp 131 void jpegutil::Transform::Map(int x, int y, int* x_out, int* y_out) const {
137 *y_out = x * mat10_ + y * mat11_ + orig_y_;
  /external/opencv3/modules/cudastereo/src/cuda/
stereocsbp.cu 226 int y_out = blockIdx.y % h;
234 int y0 = y_out << level;
262 T* data_cost = (T*)ctemp + y_out * msg_step + x_out;
403 int y_out = blockIdx.y % h;
408 const T* selected_disparity = selected_disp_pyr + y_out/2 * msg_step + x_out/2;
409 T* data_cost = data_cost_ + y_out * msg_step + x_out;
416 int y0 = y_out << level;
    [all...]
  /external/webp/src/enc/
quant.c 60 const uint8_t* const y_out = it->yuv_out_ + Y_OFF_ENC; local
67 for (i = 0; i < 16; ++i) printf("%3d ", y_out[i + j * BPS]);
70 printf("%1d ", abs(y_in[i + j * BPS] - y_out[i + j * BPS]));
    [all...]
  /external/opencv3/3rdparty/libwebp/dec/
frame.c 677 uint8_t* const y_out = dec->cache_y_ + dec->mb_x_ * 16 + y_offset; local
681 memcpy(y_out + j * dec->cache_y_stride_, y_dst + j * BPS, 16);
  /external/webp/src/dec/
frame.c 179 uint8_t* const y_out = dec->cache_y_ + mb_x * 16 + y_offset; local
183 memcpy(y_out + j * dec->cache_y_stride_, y_dst + j * BPS, 16);

Completed in 217 milliseconds