/external/aac/libFDK/src/ |
D | dct.cpp | 268 void getTables(const FIXP_WTP **twiddle, const FIXP_STP **sin_twiddle, int *sin_step, int length) in getTables() argument 282 *twiddle = windowSlopes[0][0][ld2_length-1]; in getTables() 287 *twiddle = windowSlopes[0][1][ld2_length]; in getTables() 292 *twiddle = NULL; in getTables() 296 FDK_ASSERT(*twiddle != NULL); in getTables() 311 const FIXP_WTP *twiddle; in dct_IV() local 316 getTables(&twiddle, &sin_twiddle, &sin_step, L); in dct_IV() 321 dct_IV_func1(M>>2, twiddle, &pDat[0], &pDat[L-1]); in dct_IV() 337 cplxMultDiv2(&accu1, &accu2, accu1, accu2, twiddle[i]); in dct_IV() 338 cplxMultDiv2(&accu3, &accu4, accu4, accu3, twiddle[i+1]); in dct_IV() [all …]
|
/external/aac/libFDK/src/arm/ |
D | dct_arm.cpp | 96 const FIXP_SPK *twiddle, in dct_IV_func1() argument 185 const FIXP_SPK *twiddle, in dct_IV_func2() argument 199 twiddle += inc; in dct_IV_func2() 203 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc in dct_IV_func2() 227 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc in dct_IV_func2() 255 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc in dct_IV_func2() 275 const FIXP_SPK *twiddle, in dst_IV_func1() argument 354 const FIXP_SPK *twiddle, in dst_IV_func2() argument 383 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc in dst_IV_func2() 415 LDR val_tw, [twiddle], inc, LSL #2 // val_tw = *twiddle; twiddle += inc in dst_IV_func2()
|
/external/grub/netboot/ |
D | misc.c | 35 twiddle (void) in twiddle() function
|
D | etherboot.h | 519 extern void twiddle (void);
|
D | config.c | 591 twiddle (); in eth_transmit()
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-core.css | 551 /* disable twiddle and size selectors for left column */ 556 #leftSearchControl .gsc-twiddle {
|
/external/strace/ |
D | CREDITS | 89 Richard Henderson <richard@twiddle.tamu.edu>
|
D | ChangeLog-CVS | 2484 2004-09-14 Richard Henderson <rth@twiddle.net> 3219 2003-07-05 Richard Henderson <rth@twiddle.net> 5119 From Richard Henderson <richard@twiddle.tamu.edu>
|
/external/libvpx/libvpx/vpx_ports/ |
D | x86_abi_support.asm | 16 ; In general, we make the source use 64 bit syntax, then twiddle with it using
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | MVS.uudecode | 243 X if (buf[n]=='\176') /* If BITNET made a twiddle, */
|
/external/dropbear/libtommath/ |
D | bn.tex | 46 \def\twiddle{\raisebox{0.3ex}{\mbox{\tiny $\sim$}}}
|
/external/grub/ |
D | ChangeLog | 1683 * netboot/misc.c (twiddle): Go back to the bar progress, copied 4781 (twiddle): Likewise.
|
/external/qemu/distrib/jpeg-6b/ |
D | libjpeg.doc | 812 routine; if you want to twiddle individual parameters you should call
|
/external/jpeg/ |
D | libjpeg.doc | 812 routine; if you want to twiddle individual parameters you should call
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 48 \def\twiddle{\raisebox{0.3ex}{\mbox{\tiny $\sim$}}}
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 1496 Add accessors to twiddle the "context menu showing" flag:
|