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

  /external/aac/libFDK/src/arm/
fft_rad2_arm.cpp 164 FIXP_DBL *xt1 = x; local
168 FIXP_DBL *xt2 = xt1 + (mh << 1);
170 FIXP_DBL *xt1 = x+ ((r)<<1);
171 FIXP_DBL *xt2 = xt1 + (mh<<1);
179 ur = xt1[0] >> 1;
180 ui = xt1[1] >> 1;
182 xt1[0] = ur + vr;
183 xt1[1] = ui + vi;
188 xt1 += mh;
195 ur = xt1[0] >> 1
208 FIXP_DBL *xt1 = x + (j >> 1); local
277 FIXP_DBL *xt1 = x + (mh >> 1); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_tiled_memcpy.h 41 linear_to_tiled(uint32_t xt1, uint32_t xt2,
50 tiled_to_linear(uint32_t xt1, uint32_t xt2,
intel_tiled_memcpy.c 622 * Divide the region given by X range [xt1, xt2) and Y range [yt1, yt2) into
628 * address to copy from, though copying begins at (xt1, yt1).
631 linear_to_tiled(uint32_t xt1, uint32_t xt2,
661 xt0 = ALIGN_DOWN(xt1, tw);
677 uint32_t x0 = MAX2(xt1, xt);
713 * Divide the region given by X range [xt1, xt2) and Y range [yt1, yt2) into
719 * address to copy from, though copying begins at (xt1, yt1).
722 tiled_to_linear(uint32_t xt1, uint32_t xt2,
752 xt0 = ALIGN_DOWN(xt1, tw);
768 uint32_t x0 = MAX2(xt1, xt)
    [all...]
  /external/boringssl/src/crypto/chacha/asm/
chacha-x86_64.pl 580 my ($xd0,$xd1,$xd2,$xd3, $xt0,$xt1,$xt2,$xt3,
590 my ($xc,$xc_,$t0,$t1)=map("\"$_\"",$xt0,$xt1,$xt2,$xt3);
784 pshufd \$0x55,$xt3,$xt1 # "$xc1"
787 movdqa $xt1,0xd0-0x100(%rcx)
814 movdqa 0xd0-0x100(%rcx),$xt1 # "$xc1"
884 my ($xc0,$xc1,$xc2,$xc3)=($xt0,$xt1,$xa0,$xa1);
908 ($xt0,$xt1)=($xa2,$xa3); # use $xaN as temporary
934 movdqu 0x10($inp),$xt1
938 pxor $xb0,$xt1
944 movdqu $xt1,0x10($out
    [all...]
chacha-x86.pl 572 my ($xa0,$xa1,$xa2,$xa3,$xt0,$xt1,$xt2,$xt3)=map("xmm$_",(0..7));
601 &movdqu ($xt1,&QWP(64*1-128,$inp));
607 &pxor ($xt1,$xa1);
614 &movdqu (&QWP(64*1-128,$out),$xt1);

Completed in 3372 milliseconds