Searched refs:half (Results 1 - 3 of 3) sorted by relevance

/system/media/audio_utils/
H A Dfixedfft.cpp23 * half of the twiddle factors are stored. Although there are still ways to make
99 static inline int32_t half(int32_t a) function
126 int32_t x = half(v[i]);
127 int32_t y = half(v[i + p]);
137 int32_t x = half(v[i]);
153 v[m] = half(v[m]);
156 int32_t x = half(v[i]);
157 int32_t z = half(v[n - i]);
159 x = half(x + (z ^ 0xFFFF));
/system/core/sh/
H A Dexpand.c1289 int half; local
1294 half = len >> 1;
1296 for (n = half ; --n >= 0 ; ) {
1300 q->next = NULL; /* terminate first half of list */
1301 q = msort(list, half); /* sort first half of list */
1302 p = msort(p, len - half); /* sort second half */
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp429 #pragma mark Byte/half word extract and extend (ARMv6+ only)...

Completed in 45 milliseconds