Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 11 of 11) sorted by relevance

/device/google/dragon/audio/hal/dsp/
Deq.c49 float x2 = q->x2; in eq_process1() local
84 float x2 = q->x2; in eq_process() local
111 float x2 = q->x2; in eq_process() local
Ddrc_kernel.c132 float x2 = x * 1.001; in slope_at() local
373 float x2 = x * x; 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
Dcrossover2.c36 float32x4_t x2 = {lp->x2L, hp->x2L, lp->x2R, hp->x2R}; in lr42_split() local
122 __m128 x2 = {lp->x2L, hp->x2L, lp->x2R, hp->x2R}; in lr42_split() local
320 float32x4_t x2 = {lp->x2L, hp->x2L, lp->x2R, hp->x2R}; in lr42_merge() local
400 __m128 x2 = {lp->x2L, hp->x2L, lp->x2R, hp->x2R}; in lr42_merge() local
Dcrossover.h23 float x1, x2; member
Dbiquad.h24 float x1, x2; member
Deq2.c124 float32x2_t x2 = {qL->x2, qR->x2}; in eq2_process_two_neon() local
217 __m128 x2 = {qL->x2, qR->x2}; in eq2_process_two_sse3() local
Ddrc_math.h153 float x2 = x * x; in linear_to_decibels() local
/device/google/contexthub/lib/nanohub/
Daes.c206 …uint32_t x0, x1, x2, x3; //we CAN use an array, but then GCC will not use registers. so we use sep… in aesEncr() local
276 uint32_t x0, x1, x2, x3; in aesDecr() local
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp1933 uint16_t x1, x2, y1, y2, dx, dy; in setFocusAreas() local
2008 uint16_t x1, x2, y1, y2; in setMeteringAreas() local
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Darm_math.h7213 q31_t x1, x2, y1, y2; /* Nearest output values */ in arm_bilinear_interp_q31() local
7288 q15_t x1, x2, y1, y2; /* Nearest output values */ in arm_bilinear_interp_q15() local
7369 q7_t x1, x2, y1, y2; /* Nearest output values */ in arm_bilinear_interp_q7() local
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h207 int x1, y1, x2, y2; member