/prebuilts/go/darwin-x86/src/crypto/md5/ |
md5block_386.s | 17 #define ROUND1(a, b, c, d, index, const, shift) \ 89 ROUND1(AX,BX,CX,DX, 1,0xd76aa478, 7); 90 ROUND1(DX,AX,BX,CX, 2,0xe8c7b756,12); 91 ROUND1(CX,DX,AX,BX, 3,0x242070db,17); 92 ROUND1(BX,CX,DX,AX, 4,0xc1bdceee,22); 93 ROUND1(AX,BX,CX,DX, 5,0xf57c0faf, 7); 94 ROUND1(DX,AX,BX,CX, 6,0x4787c62a,12); 95 ROUND1(CX,DX,AX,BX, 7,0xa8304613,17); 96 ROUND1(BX,CX,DX,AX, 8,0xfd469501,22); 97 ROUND1(AX,BX,CX,DX, 9,0x698098d8, 7) [all...] |
md5block_amd64.s | 41 #define ROUND1(a, b, c, d, index, const, shift) \ 52 ROUND1(AX,BX,CX,DX, 1,0xd76aa478, 7); 53 ROUND1(DX,AX,BX,CX, 2,0xe8c7b756,12); 54 ROUND1(CX,DX,AX,BX, 3,0x242070db,17); 55 ROUND1(BX,CX,DX,AX, 4,0xc1bdceee,22); 56 ROUND1(AX,BX,CX,DX, 5,0xf57c0faf, 7); 57 ROUND1(DX,AX,BX,CX, 6,0x4787c62a,12); 58 ROUND1(CX,DX,AX,BX, 7,0xa8304613,17); 59 ROUND1(BX,CX,DX,AX, 8,0xfd469501,22); 60 ROUND1(AX,BX,CX,DX, 9,0x698098d8, 7) [all...] |
md5block_amd64p32.s | 45 #define ROUND1(a, b, c, d, index, const, shift) \ 56 ROUND1(AX,BX,CX,DX, 1,0xd76aa478, 7); 57 ROUND1(DX,AX,BX,CX, 2,0xe8c7b756,12); 58 ROUND1(CX,DX,AX,BX, 3,0x242070db,17); 59 ROUND1(BX,CX,DX,AX, 4,0xc1bdceee,22); 60 ROUND1(AX,BX,CX,DX, 5,0xf57c0faf, 7); 61 ROUND1(DX,AX,BX,CX, 6,0x4787c62a,12); 62 ROUND1(CX,DX,AX,BX, 7,0xa8304613,17); 63 ROUND1(BX,CX,DX,AX, 8,0xfd469501,22); 64 ROUND1(AX,BX,CX,DX, 9,0x698098d8, 7) [all...] |
md5block_arm.s | 69 #define ROUND1(Ra, Rb, Rc, Rd, index, shift, Rconst) \ 80 ROUND1(Ra, Rb, Rc, Rd, 0, 7, Rc0) 81 ROUND1(Rd, Ra, Rb, Rc, 1, 12, Rc1) 82 ROUND1(Rc, Rd, Ra, Rb, 2, 17, Rc2) 83 ROUND1(Rb, Rc, Rd, Ra, 3, 22, Rc3) 86 ROUND1(Ra, Rb, Rc, Rd, 4, 7, Rc0) 87 ROUND1(Rd, Ra, Rb, Rc, 5, 12, Rc1) 88 ROUND1(Rc, Rd, Ra, Rb, 6, 17, Rc2) 89 ROUND1(Rb, Rc, Rd, Ra, 7, 22, Rc3) 92 ROUND1(Ra, Rb, Rc, Rd, 8, 7, Rc0 [all...] |
/prebuilts/go/linux-x86/src/crypto/md5/ |
md5block_386.s | 17 #define ROUND1(a, b, c, d, index, const, shift) \ 89 ROUND1(AX,BX,CX,DX, 1,0xd76aa478, 7); 90 ROUND1(DX,AX,BX,CX, 2,0xe8c7b756,12); 91 ROUND1(CX,DX,AX,BX, 3,0x242070db,17); 92 ROUND1(BX,CX,DX,AX, 4,0xc1bdceee,22); 93 ROUND1(AX,BX,CX,DX, 5,0xf57c0faf, 7); 94 ROUND1(DX,AX,BX,CX, 6,0x4787c62a,12); 95 ROUND1(CX,DX,AX,BX, 7,0xa8304613,17); 96 ROUND1(BX,CX,DX,AX, 8,0xfd469501,22); 97 ROUND1(AX,BX,CX,DX, 9,0x698098d8, 7) [all...] |
md5block_amd64.s | 41 #define ROUND1(a, b, c, d, index, const, shift) \ 52 ROUND1(AX,BX,CX,DX, 1,0xd76aa478, 7); 53 ROUND1(DX,AX,BX,CX, 2,0xe8c7b756,12); 54 ROUND1(CX,DX,AX,BX, 3,0x242070db,17); 55 ROUND1(BX,CX,DX,AX, 4,0xc1bdceee,22); 56 ROUND1(AX,BX,CX,DX, 5,0xf57c0faf, 7); 57 ROUND1(DX,AX,BX,CX, 6,0x4787c62a,12); 58 ROUND1(CX,DX,AX,BX, 7,0xa8304613,17); 59 ROUND1(BX,CX,DX,AX, 8,0xfd469501,22); 60 ROUND1(AX,BX,CX,DX, 9,0x698098d8, 7) [all...] |
md5block_amd64p32.s | 45 #define ROUND1(a, b, c, d, index, const, shift) \ 56 ROUND1(AX,BX,CX,DX, 1,0xd76aa478, 7); 57 ROUND1(DX,AX,BX,CX, 2,0xe8c7b756,12); 58 ROUND1(CX,DX,AX,BX, 3,0x242070db,17); 59 ROUND1(BX,CX,DX,AX, 4,0xc1bdceee,22); 60 ROUND1(AX,BX,CX,DX, 5,0xf57c0faf, 7); 61 ROUND1(DX,AX,BX,CX, 6,0x4787c62a,12); 62 ROUND1(CX,DX,AX,BX, 7,0xa8304613,17); 63 ROUND1(BX,CX,DX,AX, 8,0xfd469501,22); 64 ROUND1(AX,BX,CX,DX, 9,0x698098d8, 7) [all...] |
md5block_arm.s | 69 #define ROUND1(Ra, Rb, Rc, Rd, index, shift, Rconst) \ 80 ROUND1(Ra, Rb, Rc, Rd, 0, 7, Rc0) 81 ROUND1(Rd, Ra, Rb, Rc, 1, 12, Rc1) 82 ROUND1(Rc, Rd, Ra, Rb, 2, 17, Rc2) 83 ROUND1(Rb, Rc, Rd, Ra, 3, 22, Rc3) 86 ROUND1(Ra, Rb, Rc, Rd, 4, 7, Rc0) 87 ROUND1(Rd, Ra, Rb, Rc, 5, 12, Rc1) 88 ROUND1(Rc, Rd, Ra, Rb, 6, 17, Rc2) 89 ROUND1(Rb, Rc, Rd, Ra, 7, 22, Rc3) 92 ROUND1(Ra, Rb, Rc, Rd, 8, 7, Rc0 [all...] |
/prebuilts/go/darwin-x86/src/crypto/sha1/ |
sha1block_386.s | 10 // - rounds 0-15 are type 1 and load data (ROUND1 macro). 76 #define ROUND1(a, b, c, d, e, index) \ 130 ROUND1(AX, BX, CX, DX, BP, 0) 131 ROUND1(BP, AX, BX, CX, DX, 1) 132 ROUND1(DX, BP, AX, BX, CX, 2) 133 ROUND1(CX, DX, BP, AX, BX, 3) 134 ROUND1(BX, CX, DX, BP, AX, 4) 135 ROUND1(AX, BX, CX, DX, BP, 5) 136 ROUND1(BP, AX, BX, CX, DX, 6) 137 ROUND1(DX, BP, AX, BX, CX, 7 [all...] |
sha1block_amd64.s | 10 // - rounds 0-15 are type 1 and load data (ROUND1 macro). 65 #define ROUND1(a, b, c, d, e, index) \ 114 ROUND1(AX, BX, CX, DX, BP, 0) 115 ROUND1(BP, AX, BX, CX, DX, 1) 116 ROUND1(DX, BP, AX, BX, CX, 2) 117 ROUND1(CX, DX, BP, AX, BX, 3) 118 ROUND1(BX, CX, DX, BP, AX, 4) 119 ROUND1(AX, BX, CX, DX, BP, 5) 120 ROUND1(BP, AX, BX, CX, DX, 6) 121 ROUND1(DX, BP, AX, BX, CX, 7 [all...] |
sha1block_amd64p32.s | 10 // - rounds 0-15 are type 1 and load data (ROUND1 macro). 69 #define ROUND1(a, b, c, d, e, index) \ 113 ROUND1(AX, BX, CX, DX, BP, 0) 114 ROUND1(BP, AX, BX, CX, DX, 1) 115 ROUND1(DX, BP, AX, BX, CX, 2) 116 ROUND1(CX, DX, BP, AX, BX, 3) 117 ROUND1(BX, CX, DX, BP, AX, 4) 118 ROUND1(AX, BX, CX, DX, BP, 5) 119 ROUND1(BP, AX, BX, CX, DX, 6) 120 ROUND1(DX, BP, AX, BX, CX, 7 [all...] |
sha1block_arm.s | 12 // - rounds 0-15 are type 1 and load data (ROUND1 macro). 113 #define ROUND1(Ra, Rb, Rc, Rd, Re) \ 157 loop1: ROUND1(Ra, Rb, Rc, Rd, Re) 158 ROUND1(Re, Ra, Rb, Rc, Rd) 159 ROUND1(Rd, Re, Ra, Rb, Rc) 160 ROUND1(Rc, Rd, Re, Ra, Rb) 161 ROUND1(Rb, Rc, Rd, Re, Ra) 165 ROUND1(Ra, Rb, Rc, Rd, Re)
|
/prebuilts/go/linux-x86/src/crypto/sha1/ |
sha1block_386.s | 10 // - rounds 0-15 are type 1 and load data (ROUND1 macro). 76 #define ROUND1(a, b, c, d, e, index) \ 130 ROUND1(AX, BX, CX, DX, BP, 0) 131 ROUND1(BP, AX, BX, CX, DX, 1) 132 ROUND1(DX, BP, AX, BX, CX, 2) 133 ROUND1(CX, DX, BP, AX, BX, 3) 134 ROUND1(BX, CX, DX, BP, AX, 4) 135 ROUND1(AX, BX, CX, DX, BP, 5) 136 ROUND1(BP, AX, BX, CX, DX, 6) 137 ROUND1(DX, BP, AX, BX, CX, 7 [all...] |
sha1block_amd64.s | 10 // - rounds 0-15 are type 1 and load data (ROUND1 macro). 65 #define ROUND1(a, b, c, d, e, index) \ 114 ROUND1(AX, BX, CX, DX, BP, 0) 115 ROUND1(BP, AX, BX, CX, DX, 1) 116 ROUND1(DX, BP, AX, BX, CX, 2) 117 ROUND1(CX, DX, BP, AX, BX, 3) 118 ROUND1(BX, CX, DX, BP, AX, 4) 119 ROUND1(AX, BX, CX, DX, BP, 5) 120 ROUND1(BP, AX, BX, CX, DX, 6) 121 ROUND1(DX, BP, AX, BX, CX, 7 [all...] |
sha1block_amd64p32.s | 10 // - rounds 0-15 are type 1 and load data (ROUND1 macro). 69 #define ROUND1(a, b, c, d, e, index) \ 113 ROUND1(AX, BX, CX, DX, BP, 0) 114 ROUND1(BP, AX, BX, CX, DX, 1) 115 ROUND1(DX, BP, AX, BX, CX, 2) 116 ROUND1(CX, DX, BP, AX, BX, 3) 117 ROUND1(BX, CX, DX, BP, AX, 4) 118 ROUND1(AX, BX, CX, DX, BP, 5) 119 ROUND1(BP, AX, BX, CX, DX, 6) 120 ROUND1(DX, BP, AX, BX, CX, 7 [all...] |
sha1block_arm.s | 12 // - rounds 0-15 are type 1 and load data (ROUND1 macro). 113 #define ROUND1(Ra, Rb, Rc, Rd, Re) \ 157 loop1: ROUND1(Ra, Rb, Rc, Rd, Re) 158 ROUND1(Re, Ra, Rb, Rc, Rd) 159 ROUND1(Rd, Re, Ra, Rb, Rc) 160 ROUND1(Rc, Rd, Re, Ra, Rb) 161 ROUND1(Rb, Rc, Rd, Re, Ra) 165 ROUND1(Ra, Rb, Rc, Rd, Re)
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
quantize_msa.c | 23 v8i16 round0, round1; local 43 round0, round1); 53 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_h); 54 ILVR_H2_SH(round0, x0, round1, x1, temp0_h, temp2_h); 102 v8i16 round0, round1; local 124 round0, round1); 139 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_h); 140 ILVR_H2_SH(round0, x0, round1, x1, temp0_h, temp2_h); 150 ADD2(x0, round0, x1, round1, x0, x1);
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
fastquantizeb_neon.c | 26 round1 = vld1q_s16(b->round + 8), local 49 x1 = vaddq_s16(x1, round1);
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
quantize_ssse3.c | 48 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); local 70 x1 = _mm_add_epi16(x1, round1);
|
vp8_quantize_sse2.c | 52 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); local 90 x1 = _mm_add_epi16(x1, round1); 150 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); local 172 x1 = _mm_add_epi16(x1, round1);
|
quantize_sse4.c | 46 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); local 81 x1 = _mm_add_epi16(x1, round1);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
mb_motion_comp.cpp | 152 int round1; local 166 round1 = (int)(1 - video->currVop->roundingType); 252 round1, mvwidth, &xsum, &ysum);*/ 278 pred, width, (pred_width << 1) | round1); 285 pred, width, height, round1, pred_width); 313 pred, width, (pred_width << 1) | round1); 320 pred, width, height, round1, pred_width); 349 pred, width, (pred_width << 1) | round1); 356 pred, width, height, round1, pred_width); 386 pred, width, (pred_width << 1) | round1); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
quantize_sse2.c | 53 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); local 91 x1 = _mm_add_epi16(x1, round1); 151 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); local 173 x1 = _mm_add_epi16(x1, round1);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4enc_lib.h | 103 Int width, Int round1); 106 Int width, Int round1); 109 UChar *cv_rec, Int pitch_uv, Int width_uv, Int height_uv, Int round1);
|
motion_comp.cpp | 112 Int round1; local 116 round1 = (Int)(1 - video->currVop->roundingType); 143 pitch, round1); 158 pitch_uv, (currVop->width) >> 1, height_uv, round1); 168 pitch, round1); 182 pitch_uv, (currVop->width) >> 1, height_uv, round1); 206 Int round1 /* i */ 211 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1); 216 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1); 221 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1); [all...] |