Searched refs:n_1 (Results 1 – 5 of 5) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_ace_d4t64.cpp | 296 SHORT j, n_1; in D_ACELP_decode_4p_4N() local 300 n_1 = N - 1; in D_ACELP_decode_4p_4N() 301 j = offset + (1 << n_1); in D_ACELP_decode_4p_4N() 304 if (((index >> ((4 * n_1) + 1)) & 1) == 0) { in D_ACELP_decode_4p_4N() 305 D_ACELP_decode_4p_4N1(index, n_1, offset, pos); in D_ACELP_decode_4p_4N() 307 D_ACELP_decode_4p_4N1(index, n_1, j, pos); in D_ACELP_decode_4p_4N() 311 D_ACELP_decode_1p_N1((index >> ((3 * n_1) + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N() 312 D_ACELP_decode_3p_3N1(index, n_1, j, pos + 1); in D_ACELP_decode_4p_4N() 315 D_ACELP_decode_2p_2N1((index >> ((2 * n_1) + 1)), n_1, offset, pos); in D_ACELP_decode_4p_4N() 316 D_ACELP_decode_2p_2N1(index, n_1, j, pos + 2); in D_ACELP_decode_4p_4N() [all …]
|
/external/v8/tools/ |
D | plot-timer-events | 60 n_1=`grep "timer-event\|tick" $calibration_log | wc -l` 74 / ($n_1 - $n_2)" | bc`
|
/external/tensorflow/tensorflow/contrib/ignite/ |
D | README.md | 115 …n_1}(y&space;-&space;\hat{y})^2]&space;+&space;\nabla[\sum_{n_1}^{n_2}(y&space;-&space;\hat{y…
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 297 const uint32x4_t n_1 = vshrq_n_u32(two_n, kShiftExponentIntoTopMantissa); in vpowq_f32() local 298 const uint32x4_t n_0 = vorrq_u32(n_1, vec_eight_biased_exponent); in vpowq_f32()
|
D | aec_core_sse2.c | 266 const __m128 n_1 = _mm_castsi128_ps(_mm_srli_epi32( in mm_pow_ps() local 268 const __m128 n_0 = _mm_or_ps(n_1, *((__m128*)eight_biased_exponent)); in mm_pow_ps()
|