Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/
Darm_offset_q15.c110 q31_t offset_packed; /* Offset packed to 32 bit */ in arm_offset_q15() local
113 offset_packed = __PKHBT(offset, offset, 16); in arm_offset_q15()
125 write_q15x2_ia (&pDst, __QADD16(read_q15x2_ia ((q15_t **) &pSrc), offset_packed)); in arm_offset_q15()
126 write_q15x2_ia (&pDst, __QADD16(read_q15x2_ia ((q15_t **) &pSrc), offset_packed)); in arm_offset_q15()
Darm_offset_q7.c109 q31_t offset_packed; /* Offset packed to 32 bit */ in arm_offset_q7() local
112 offset_packed = __PACKq7(offset, offset, offset, offset); in arm_offset_q7()
124 write_q7x4_ia (&pDst, __QADD8(read_q7x4_ia ((q7_t **) &pSrc), offset_packed)); in arm_offset_q7()