Home
last modified time | relevance | path

Searched refs:twiddle (Results 1 – 16 of 16) sorted by relevance

/external/aac/libFDK/src/
Ddct.cpp268 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/
Ddct_arm.cpp96 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/
Dmisc.c35 twiddle (void) in twiddle() function
Detherboot.h519 extern void twiddle (void);
Dconfig.c591 twiddle (); in eth_transmit()
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-core.css551 /* disable twiddle and size selectors for left column */
556 #leftSearchControl .gsc-twiddle {
/external/strace/
DCREDITS89 Richard Henderson <richard@twiddle.tamu.edu>
DChangeLog-CVS2484 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/
Dx86_abi_support.asm16 ; 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/
DMVS.uudecode243 X if (buf[n]=='\176') /* If BITNET made a twiddle, */
/external/dropbear/libtommath/
Dbn.tex46 \def\twiddle{\raisebox{0.3ex}{\mbox{\tiny $\sim$}}}
/external/grub/
DChangeLog1683 * netboot/misc.c (twiddle): Go back to the bar progress, copied
4781 (twiddle): Likewise.
/external/qemu/distrib/jpeg-6b/
Dlibjpeg.doc812 routine; if you want to twiddle individual parameters you should call
/external/jpeg/
Dlibjpeg.doc812 routine; if you want to twiddle individual parameters you should call
/external/dropbear/libtomcrypt/
Dcrypt.tex48 \def\twiddle{\raisebox{0.3ex}{\mbox{\tiny $\sim$}}}
/external/webkit/Source/WebKit2/
DChangeLog1496 Add accessors to twiddle the "context menu showing" flag: