Searched refs:h_p (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/modules/audio_processing/aec3/ |
D | matched_filter.cc | 55 const float* h_p = &h[0]; in MatchedFilterCore_NEON() local 73 for (int k = limit_by_4; k > 0; --k, h_p += 4, x_p += 4) { in MatchedFilterCore_NEON() 76 const float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() 83 for (int k = limit - limit_by_4 * 4; k > 0; --k, ++h_p, ++x_p) { in MatchedFilterCore_NEON() 86 s += *h_p * x_k; in MatchedFilterCore_NEON() 110 float* h_p = &h[0]; in MatchedFilterCore_NEON() local 117 for (int k = limit_by_4; k > 0; --k, h_p += 4, x_p += 4) { in MatchedFilterCore_NEON() 119 float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() 125 vst1q_f32(h_p, h_k); in MatchedFilterCore_NEON() 129 for (int k = limit - limit_by_4 * 4; k > 0; --k, ++h_p, ++x_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/llvm-project/llvm/test/Transforms/InstCombine/ |
D | memmove.ll | 39 %h_p = getelementptr [2 x i8], [2 x i8]* @h, i32 0, i32 0 ; <i8*> [#uses=1] 43 call void @llvm.memmove.p0i8.p0i8.i32(i8* align 2 %target_p, i8* align 2 %h_p, 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* align 2 %target_p, i8* align 2 %h_p, 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()
|