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

  /external/webp/src/dsp/
rescaler.c 37 int x_in = channel; local
41 int left = src[x_in];
42 int right = (wrk->src_width > 1) ? src[x_in + x_stride] : left;
43 x_in += x_stride;
51 x_in += x_stride;
52 assert(x_in < wrk->src_width * x_stride);
53 right = src[x_in];
69 int x_in = channel; local
78 assert(x_in < wrk->src_width * x_stride);
79 base = src[x_in];
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
batch_matmul_op_test.py 80 def _compare(self, x_in, y_in, adjoint_a, adjoint_b, static_shape=True):
81 x_t_shape = x_in.shape[:-2] + (x_in.shape[-1], x_in.shape[-2])
83 x = x_in if not adjoint_a else x_in.reshape(x_t_shape)
152 def _checkGrad(self, x_in, y_in, adjoint_a, adjoint_b):
153 x_t_shape = x_in.shape[:-2] + (x_in.shape[-1], x_in.shape[-2]
    [all...]
  /external/libxaac/decoder/
ixheaacd_fwd_alias_cnx.c 103 WORD32 *x_in = pstr_td_frame_data->fac_data; local
114 err = ixheaacd_acelp_mdct(x_in, fac_signal, &qshift, fac_length, ptr_scratch);
139 WORD32 ixheaacd_fr_alias_cnx_fix(WORD32 *x_in, WORD32 len, WORD32 fac_length,
175 err = ixheaacd_acelp_mdct(x_in, fac_data_out, preshift, fac_length,
ixheaacd_esbr_fft.c 1092 void ixheaacd_real_synth_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) {
1104 x_3[j] = x_in[3 * j + i];
1156 void ixheaacd_cmplx_anal_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) {
1161 FLOAT32 *ptr_x = x_in;
1167 x_3[j] = x_in[3 * j + i];
1168 x_3[j + 1] = x_in[3 * j + i + 1];
1174 x_in[3 * j + i] = y_3[j];
1175 x_in[3 * j + i + 1] = y_3[j + 1];
1183 x_in += 2;
1186 tmp = ((*x_in) * (*wr) + (*(x_in + 1)) * (*(wr + 1)))
    [all...]
ixheaacd_imdct.c 200 WORD32 int_aq[ORDER + 1], intzir[2 * LEN_FRAME], x_in[FAC_LENGTH]; local
269 x_in[k] = fac_data[2 * k + 1];
270 x_in[lfac / 2 + k] = fac_data[lfac - 2 * k];
273 ixheaacd_fr_alias_cnx_fix(x_in, n_long / 4, lfac, i_aq, izir, fac_idata + 16,
ixheaacd_main.h 215 WORD32 ixheaacd_fr_alias_cnx_fix(WORD32 *x_in, WORD32 len_subfr, WORD32 lfac,
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
flow_cache.h 142 const float x_in = valid_box.left_ + local
150 const bool success = FindNewPositionOfPoint(x_in, y_in,
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 419 nir_ssa_def *x_in = nir_channel(b, pos, 0); local
437 x_out = nir_mask_shift_or(b, x_out, x_in, 0xfffffffe, 1);
439 x_out = nir_mask_shift_or(b, x_out, x_in, 0x1, 0);
455 x_out = nir_mask_shift_or(b, x_out, x_in, 0xfffffffe, 2);
458 x_out = nir_mask_shift_or(b, x_out, x_in, 0x1, 0);
471 x_out = nir_mask_shift_or(b, x_out, x_in, 0xfffffffe, 2);
474 x_out = nir_mask_shift_or(b, x_out, x_in, 0x1, 0);
520 nir_ssa_def *x_in = nir_channel(b, pos, 0); local
538 x_out = nir_mask_shift_or(b, x_out, x_in, 0xfffffffc, -1);
539 x_out = nir_mask_shift_or(b, x_out, x_in, 0x1, 0)
    [all...]
  /external/boringssl/src/crypto/fipsmodule/ec/
p224-64.c 606 // Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed,
609 p224_felem z_out, const p224_felem x_in,
614 p224_felem_assign(ftmp, x_in);
615 p224_felem_assign(ftmp2, x_in);
626 p224_felem_mul(tmp, x_in, gamma);
981 p224_felem x_in, x_out; local
    [all...]
  /external/tensorflow/tensorflow/python/eager/
wrap_function_test.py 64 x_in = []
68 x_in.append(x)
76 f_pruned = f_wrapped.prune(x_in[0], [x_out[0]])
  /external/boringssl/src/third_party/fiat/
p256.c 197 // point_double calculates 2*(x_in, y_in, z_in)
206 // Outputs can equal corresponding inputs, i.e., x_out == x_in is allowed.
209 const fe x_in, const fe y_in, const fe z_in) {
216 fe_mul(beta, x_in, gamma);
219 fe_sub(ftmp, x_in, delta);
220 fe_add(ftmp2, x_in, delta);
    [all...]
  /external/libpng/
png.h     [all...]
  /external/pdfium/third_party/libpng16/
png.h     [all...]

Completed in 560 milliseconds