Searched defs:x4 (Results 1 – 2 of 2) sorted by relevance
/device/google/dragon/audio/hal/dsp/ |
D | drc_kernel.c | 375 float x4 = x2 * x2; in dk_update_envelope() local 572 float32x4_t x, x2, x4, left, right, tmp1, tmp2; in dk_compress_output() local 631 float32x4_t x2, x4, left, right, tmp1, tmp2; in dk_compress_output() local 711 __m128 x, x2, x4, left, right, tmp1, tmp2; in dk_compress_output() local 784 __m128 x2, x4, left, right, tmp1, tmp2; in dk_compress_output() local
|
D | drc_math.h | 154 float x4 = x2 * x2; in linear_to_decibels() local
|