Searched refs:h_p (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/audio_processing/aec3/ |
D | matched_filter_avx2.cc | 60 const float* h_p = &h[0]; in MatchedFilterCore_AccumulatedError_AVX2() local 71 for (int k = limit_by_16; k > 0; --k, h_p += 16, x_p += 16, a_p += 4) { in MatchedFilterCore_AccumulatedError_AVX2() 74 __m256 h_k = _mm256_loadu_ps(h_p); in MatchedFilterCore_AccumulatedError_AVX2() 76 __m256 h_k_8 = _mm256_loadu_ps(h_p + 8); in MatchedFilterCore_AccumulatedError_AVX2() 117 float* h_p = &h[0]; in MatchedFilterCore_AccumulatedError_AVX2() local 122 for (int k = limit_by_8; k > 0; --k, h_p += 8, x_p += 8) { in MatchedFilterCore_AccumulatedError_AVX2() 124 __m256 h_k = _mm256_loadu_ps(h_p); in MatchedFilterCore_AccumulatedError_AVX2() 130 _mm256_storeu_ps(h_p, h_k); in MatchedFilterCore_AccumulatedError_AVX2() 165 const float* h_p = &h[0]; in MatchedFilterCore_AVX2() local 185 for (int k = limit_by_16; k > 0; --k, h_p += 16, x_p += 16) { in MatchedFilterCore_AVX2() [all …]
|
D | matched_filter.cc | 184 const float* h_p = &h[0]; in MatchedFilterCoreWithAccumulatedError_NEON() local 193 --k, h_p += 4, x_p += 4, accumulated_error_p++) { in MatchedFilterCoreWithAccumulatedError_NEON() 196 const float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCoreWithAccumulatedError_NEON() 217 float* h_p = &h[0]; in MatchedFilterCoreWithAccumulatedError_NEON() local 221 for (int k = limit_by_4; k > 0; --k, h_p += 4, x_p += 4) { in MatchedFilterCoreWithAccumulatedError_NEON() 223 float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCoreWithAccumulatedError_NEON() 228 vst1q_f32(h_p, h_k); in MatchedFilterCoreWithAccumulatedError_NEON() 263 const float* h_p = &h[0]; in MatchedFilterCore_NEON() local 281 for (int k = limit_by_4; k > 0; --k, h_p += 4, x_p += 4) { in MatchedFilterCore_NEON() 284 const float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | memmove.ll | 22 %h_p = getelementptr [2 x i8], [2 x i8]* @h, i32 0, i32 0 ; <i8*> [#uses=1] 27 call void @llvm.memmove.p0i8.p0i8.i32(i8* %target_p, i8* %h_p, i32 2, i32 2, i1 false)
|
D | simplify-libcalls.ll | 118 %h_p = getelementptr [2 x i8], [2 x i8]* @h, i32 0, i32 0 123 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %target_p, i8* %h_p, i32 2, i32 2, i1 false)
|
/external/pdfium/third_party/lcms/src/ |
D | cmspcs.c | 607 cmsFloat64Number h_p = atan2deg(b_p, a_p); in cmsCIE2000DeltaE() local 617 cmsFloat64Number hps_plus_hp = h_ps + h_p; in cmsCIE2000DeltaE() 618 cmsFloat64Number hps_minus_hp = h_ps - h_p; in cmsCIE2000DeltaE()
|