OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coeff_2
(Results
1 - 5
of
5
) 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)
/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/libaom/libaom/av1/common/x86/
highbd_warp_plane_sse4.c
475
const __m128i
coeff_2
= _mm_unpackhi_epi64(tmp_8, tmp_10);
local
480
const __m128i res_2 = _mm_madd_epi16(src_2,
coeff_2
);
/external/libhevc/common/arm/
ihevc_inter_pred_chroma_vert_w16inp.s
126
vdup.16 d14,d0[2] @
coeff_2
ihevc_inter_pred_chroma_vert_w16inp_w16out.s
126
vdup.16 d14,d0[2] @
coeff_2
Completed in 442 milliseconds