Home
last modified time | relevance | path

Searched defs:h_k (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Dmatched_filter_avx2.cc74 __m256 h_k = _mm256_loadu_ps(h_p); in MatchedFilterCore_AccumulatedError_AVX2() local
124 __m256 h_k = _mm256_loadu_ps(h_p); in MatchedFilterCore_AccumulatedError_AVX2() local
188 __m256 h_k = _mm256_loadu_ps(h_p); in MatchedFilterCore_AVX2() local
236 __m256 h_k = _mm256_loadu_ps(h_p); in MatchedFilterCore_AVX2() local
Dmatched_filter.cc196 const float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCoreWithAccumulatedError_NEON() local
223 float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCoreWithAccumulatedError_NEON() local
284 const float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
325 float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
398 const __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_AccumulatedError_SSE2() local
436 __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_AccumulatedError_SSE2() local
494 const __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
540 __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
Dreverb_model_estimator_unittest.cc82 for (const auto& h_k : h_) { in CreateImpulseResponseWithDecay() local
Dsubtractor.cc233 for (auto& h_k : refined_impulse_responses_[ch]) { in Process() local
/external/pytorch/aten/src/ATen/native/cuda/
Dvol2col.cuh176 uint64_t h_k = (h_im - h_col * stride_h); in vol2im_kernel() local
Dim2col.cuh142 int64_t h_k = (h_im - h_col * stride_height); in col2im_device() local
/external/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/
Dflash.h42 int h, h_k; member
Dflash_api.cpp56 const size_t h_k, in set_params_fprop()
175 const size_t h_k, in set_params_dgrad()