Home
last modified time | relevance | path

Searched refs:normalization_factor (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer.cc327 complex_f normalization_factor = uniform_cov_mat_[i].elements()[0][0]; in InitDiffuseCovMats() local
328 uniform_cov_mat_[i].Scale(1.f / normalization_factor); in InitDiffuseCovMats()
350 complex_f normalization_factor = angled_cov_mat.elements()[0][0]; in InitInterfCovMats() local
351 angled_cov_mat.Scale(1.f / normalization_factor); in InitInterfCovMats()
/external/opencv3/modules/cudalegacy/src/cuda/
DNPP_staging.cu2138 float *normalization_factor, in ForwardWarpKernel_PSF2x2() argument
2169 _atomicAdd (normalization_factor + ty * image_stride + tx, weight); in ForwardWarpKernel_PSF2x2()
2178 _atomicAdd (normalization_factor + ty * image_stride + tx, weight); in ForwardWarpKernel_PSF2x2()
2187 _atomicAdd (normalization_factor + ty * image_stride + tx, weight); in ForwardWarpKernel_PSF2x2()
2196 _atomicAdd (normalization_factor + ty * image_stride + tx, weight); in ForwardWarpKernel_PSF2x2()
2238 __global__ void NormalizeKernel(const float *normalization_factor, int w, int h, int s, float *imag… in NormalizeKernel() argument
2247 float scale = normalization_factor[pos]; in NormalizeKernel()