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

  /external/libxaac/decoder/drc_src/
impd_drc_fiilter_bank.c 258 FLOAT32 st1 = filter->x_p[chan_idx * 2];
267 filter->x_p[chan_idx * 2] = st1;
285 FLOAT32 st1_l = pstr_lp_filt_coeff->x_p[chan_idx * 2 + 0];
286 FLOAT32 st2_l = pstr_lp_filt_coeff->x_p[chan_idx * 2 + 1];
296 FLOAT32 st1_h = pstr_hp_filt_coeff->x_p[chan_idx * 2 + 0];
297 FLOAT32 st2_h = pstr_hp_filt_coeff->x_p[chan_idx * 2 + 1];
322 pstr_lp_filt_coeff->x_p[chan_idx * 2 + 0] = st1_l;
323 pstr_lp_filt_coeff->x_p[chan_idx * 2 + 1] = st2_l;
327 pstr_hp_filt_coeff->x_p[chan_idx * 2 + 0] = st1_h;
328 pstr_hp_filt_coeff->x_p[chan_idx * 2 + 1] = st2_h
    [all...]
impd_drc_filter_bank.c 258 FLOAT32 st1 = filter->x_p[chan_idx * 2];
267 filter->x_p[chan_idx * 2] = st1;
285 FLOAT32 st1_l = pstr_lp_filt_coeff->x_p[chan_idx * 2 + 0];
286 FLOAT32 st2_l = pstr_lp_filt_coeff->x_p[chan_idx * 2 + 1];
296 FLOAT32 st1_h = pstr_hp_filt_coeff->x_p[chan_idx * 2 + 0];
297 FLOAT32 st2_h = pstr_hp_filt_coeff->x_p[chan_idx * 2 + 1];
322 pstr_lp_filt_coeff->x_p[chan_idx * 2 + 0] = st1_l;
323 pstr_lp_filt_coeff->x_p[chan_idx * 2 + 1] = st2_l;
327 pstr_hp_filt_coeff->x_p[chan_idx * 2 + 0] = st1_h;
328 pstr_hp_filt_coeff->x_p[chan_idx * 2 + 1] = st2_h
    [all...]
impd_drc_filter_bank.h 63 FLOAT32 x_p[MAX_CHANNEL_COUNT * 2]; member in struct:__anon30046
  /external/tensorflow/tensorflow/python/kernel_tests/
betainc_op_test.py 104 x_p = array_ops.placeholder(dtype)
105 math_ops.betainc(a_p, b_p, x_p).eval(
108 x_p: [[0.5]]})
  /cts/apps/CameraITS/tests/scene4/
test_multi_camera_alignment.py 435 x_p = {}
437 x_p[i_2nd], y_p[i_2nd] = convert_to_image_coordinates(
440 x_p[i_ref], y_p[i_ref] = convert_to_image_coordinates(
449 print ' x_p, y_p (pixels): %.1f, %.1f' % (x_p[i], y_p[i])
462 np.array([x_p[i], y_p[i]]))
  /external/python/cpython3/Objects/
longobject.c 88 _PyLong_Negate(PyLongObject **x_p)
92 x = (PyLongObject *)*x_p;
98 *x_p = (PyLongObject *)PyLong_FromLong(-MEDIUM_VALUE(x));
    [all...]

Completed in 199 milliseconds