Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 10 of 10) sorted by relevance

/device/google/dragon/audio/hal/dsp/
Deq.c48 float x1 = q->x1; in eq_process1() local
83 float x1 = q->x1; in eq_process() local
110 float x1 = q->x1; in eq_process() local
Dcrossover2.c35 float32x4_t x1 = {lp->x1L, hp->x1L, lp->x1R, hp->x1R}; in lr42_split() local
121 __m128 x1 = {lp->x1L, hp->x1L, lp->x1R, hp->x1R}; in lr42_split() local
319 float32x4_t x1 = {lp->x1L, hp->x1L, lp->x1R, hp->x1R}; in lr42_merge() local
399 __m128 x1 = {lp->x1L, hp->x1L, lp->x1R, hp->x1R}; in lr42_merge() local
Dcrossover.h23 float x1, x2; member
Dbiquad.h24 float x1, x2; member
Deq2.c123 float32x2_t x1 = {qL->x1, qR->x1}; in eq2_process_two_neon() local
216 __m128 x1 = {qL->x1, qR->x1}; in eq2_process_two_sse3() 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/google/contexthub/firmware/inc/algos/
Dfusion.h42 struct Vec3 x1; member
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Darm_math.h1924 float32_t x1; /**< x1 */ member
5769 float32_t x0, x1; /* Nearest input values */ in arm_linear_interp_f32() local
7213 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/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/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h207 int x1, y1, x2, y2; member