HomeSort by relevance Sort by last modified time
    Searched full:coeff_2 (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/cros/audio/
audio_analysis_unittest.py 91 coeff_2 = 0.3
96 coeff_2 * numpy.sin(freq_2 * 2.0 * numpy.pi * x)) + noise
107 abs(results[0][1] / results[1][1] - coeff_1 / coeff_2) < 0.01)
  /tools/test/connectivity/acts/framework/tests/
audio_analysis_unittest.py 108 coeff_2 = 0.3
112 y = (coeff_1 * numpy.sin(freq_1 * 2.0 * numpy.pi * x) + coeff_2 *
124 abs(results[0][1] / results[1][1] - coeff_1 / coeff_2) < 0.01)
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
utils.h 214 static const T coeff_2 = (T)(3.0 * coeff_1); local
222 angle = coeff_2 - coeff_1 * r;
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_vert_w16inp_w16out.s 126 vdup.16 d14,d0[2] @coeff_2
ihevc_inter_pred_chroma_vert_w16inp.s 126 vdup.16 d14,d0[2] @coeff_2
  /external/libhevc/common/arm64/
ihevc_inter_pred_chroma_vert_w16inp.s 125 dup v18.4h, v0.h[2] //coeff_2
ihevc_inter_pred_chroma_vert_w16inp_w16out.s 125 dup v18.4h, v0.h[2] //coeff_2

Completed in 798 milliseconds