Home
last modified time | relevance | path

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

/device/google/dragon/audio/hal/dsp/
Ddrc_math.h146 const float A5 = 1.131880283355712890625f; in linear_to_decibels() local
155 return ((A5 * x + A4)*x4 + (A3 * x + A2)*x2 + (A1 * x + A0)) * 20.0f in linear_to_decibels()
171 const float A5 = 7.9434238374233245849609375e-2f; in warp_sinf()
177 return x * ((A7 * x2 + A5) * x4 + (A3 * x2 + A1)); in warp_sinf()
Ddrc_kernel.c563 const float32x4_t A5 = vdupq_n_f32(7.9434238374233245849609375e-2f); in dk_compress_output() local
618 [A5]"w"(A5), in dk_compress_output()
676 [A5]"w"(A5), in dk_compress_output()
702 const __m128 A5 = _mm_set1_ps(7.9434238374233245849609375e-2f); in dk_compress_output() local
765 [A5]"x"(A5), in dk_compress_output()
777 __m128 A5 = _mm_set1_ps(7.9434238374233245849609375e-2f); in dk_compress_output() local
836 [A5]"x"(A5), in dk_compress_output()