Home
last modified time | relevance | path

Searched defs:vector_limit (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Dvector_math.h49 const int vector_limit = x_size >> 2; in Sqrt() local
69 const int vector_limit = x_size >> 2; in Sqrt() local
129 const int vector_limit = x_size >> 2; in Multiply() local
150 const int vector_limit = x_size >> 2; in Multiply() local
179 const int vector_limit = x_size >> 2; in Accumulate() local
200 const int vector_limit = x_size >> 2; in Accumulate() local
H A Dvector_math_avx2.cc25 const int vector_limit = x_size >> 3; in SqrtAVX2() local
46 const int vector_limit = x_size >> 3; in MultiplyAVX2() local
66 const int vector_limit = x_size >> 3; in AccumulateAVX2() local