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

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_error_avx2.c 56 __m256i coeff_0, coeff_1, dqcoeff_0, dqcoeff_1; local
60 coeff_1 = load_tran_low(coeff + i + 16);
64 dqcoeff_1 = _mm256_sub_epi16(dqcoeff_1, coeff_1);
70 coeff_1 = _mm256_madd_epi16(coeff_1, coeff_1);
74 coeff_0 = _mm256_add_epi32(coeff_0, coeff_1);
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
utils.h 213 static const T coeff_1 = (T)(M_PI / 4.0); local
214 static const T coeff_2 = (T)(3.0 * coeff_1);
219 angle = coeff_1 - coeff_1 * r;
222 angle = coeff_2 - coeff_1 * r;
  /external/autotest/client/cros/audio/
audio_analysis_unittest.py 90 coeff_1 = 1
95 y = (coeff_1 * numpy.sin(freq_1 * 2.0 * numpy.pi * x) +
107 abs(results[0][1] / results[1][1] - coeff_1 / coeff_2) < 0.01)
  /external/libaom/libaom/av1/common/arm/
warp_plane_neon.c 203 int16x8_t coeff_0, coeff_1; local
208 coeff_1 = vcombine_s16(vreinterpret_s16_s32(x0.val[1]),
215 pix_0 = vmlaq_s16(pix_0, coeff_1, pix_1);
    [all...]
  /external/libaom/libaom/av1/common/x86/
highbd_warp_plane_sse4.c 511 const __m128i coeff_1 = _mm_unpacklo_epi64(tmp_9, tmp_11); local
516 const __m128i res_1 = _mm_madd_epi16(src_1, coeff_1);
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_vert_w16inp.s 125 vdup.16 d13,d0[1] @coeff_1
ihevc_inter_pred_chroma_vert_w16inp_w16out.s 125 vdup.16 d13,d0[1] @coeff_1

Completed in 571 milliseconds