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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 355 const int twl = bwl - tx_size, twmask = (1 << twl) - 1; local
364 xoff = 32 * (block & twmask);
379 xoff = 16 * (block & twmask);
391 xoff = 8 * (block & twmask);
402 xoff = 4 * (block & twmask);
536 const int twl = bwl - tx_size, twmask = (1 << twl) - 1; local
554 xoff = 32 * (block & twmask);
582 xoff = 16 * (block & twmask);
606 xoff = 8 * (block & twmask);
633 xoff = 4 * (block & twmask);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-x86.pl 1025 { my ($tweak,$twtmp,$twres,$twmask)=($rndkey1,$rndkey0,$inout0,$inout1);
1057 &movdqa ($twmask,&QWP(6*16,"esp")); # 0x0...010...87
1076 &pand ($twres,$twmask); # isolate carry and residue
    [all...]
aesni-x86_64.pl     [all...]
bsaes-x86_64.pl     [all...]
  /external/openssl/crypto/aes/asm/
aesni-x86.pl 1025 { my ($tweak,$twtmp,$twres,$twmask)=($rndkey1,$rndkey0,$inout0,$inout1);
1057 &movdqa ($twmask,&QWP(6*16,"esp")); # 0x0...010...87
1076 &pand ($twres,$twmask); # isolate carry and residue
    [all...]
aesni-x86_64.pl     [all...]
bsaes-x86_64.pl     [all...]

Completed in 720 milliseconds