HomeSort by relevance Sort by last modified time
    Searched refs:twi (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_CToC_FC32_Fwd_Radix2_ls_sse.c 36 const OMX_F32 * twi = tw + (n << 1); local
37 v_tw.imag = _mm_set_ps(twi[6], twi[4], twi[2], twi[0]);
x86SP_FFT_CToC_FC32_Inv_Radix2_ls_sse.c 32 const OMX_F32 * twi = tw + (n << 1); local
33 v_tw.imag = _mm_set_ps(twi[6], twi[4], twi[2], twi[0]);
  /external/speex/libspeex/
kiss_fftr.c 178 spx_word32_t f1kr, f1ki, twr, twi; local
244 twi = SHR32(ADD32(MULT16_16(f2k.i,st->super_twiddles[k].r),MULT16_16(f2k.r,st->super_twiddles[k].i)), 1);
248 freqdata[2*k] = PSHR32(f1ki + twi, 15);
250 freqdata[2*(ncfft-k)] = PSHR32(twi - f1ki, 15);
253 freqdata[2*k] = .5f*(f1ki + twi);
255 freqdata[2*(ncfft-k)] = .5f*(twi - f1ki);
  /external/arduino/libraries/Wire/utility/
twi.c 2 twi.c - TWI/I2C library for Wiring & Arduino
25 #include <compat/twi.h>
35 #include "twi.h"
58 * Desc readys twi pins and sets twi bitrate
68 // activate internal pull-ups for twi
73 // activate internal pull-ups for twi
79 // initialize twi prescaler and bit rate
84 /* twi bit rate formula from atmega128 manual pg 20
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-ext.s     [all...]
ppc64-encoding.s 508 # CHECK-BE: twi 2, 3, 4 # encoding: [0x0c,0x43,0x00,0x04]
509 # CHECK-LE: twi 2, 3, 4 # encoding: [0x04,0x00,0x43,0x0c]
510 twi 2, 3, 4
    [all...]

Completed in 282 milliseconds