HomeSort by relevance Sort by last modified time
    Searched refs:x2 (Results 226 - 250 of 1871) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libhevc/decoder/arm64/
ihevcd_itrans_recon_dc_luma.s 57 //x2:pred_strd
116 ld1 {v2.8b},[x7],x2
117 ld1 {v3.8b},[x7],x2
118 ld1 {v4.8b},[x7],x2
119 ld1 {v5.8b},[x7],x2
121 ld1 {v6.8b},[x7],x2
122 ld1 {v7.8b},[x7],x2
123 ld1 {v1.8b},[x7],x2
165 add x0,x0,x2,lsl #3
180 ld1 {v2.8b},[x0],x2
    [all...]
ihevcd_fmt_conv_420sp_to_420p.s 53 //* x2 pu1_dest_y *
117 st1 {v0.8b, v1.8b},[x2],#16
129 SUB x2,x2,x6
131 st1 {v0.8b, v1.8b}, [x2],#16
135 ADD x2, x2, x11
  /external/libhevc/common/arm64/
ihevc_intra_pred_luma_vert.s 84 //x2 => *pu1_dst
117 add x5, x2, x3
126 st1 {v20.8b, v21.8b}, [x2],#16
131 st1 {v22.8b, v23.8b}, [x2], x11
139 st1 {v20.8b, v21.8b}, [x2],#16
144 st1 {v22.8b, v23.8b}, [x2], x11
151 st1 {v20.8b, v21.8b}, [x2],#16
156 st1 {v22.8b, v23.8b}, [x2], x11
163 st1 {v20.8b, v21.8b}, [x2],#16
168 st1 {v22.8b, v23.8b}, [x2], x1
    [all...]
ihevc_intra_pred_chroma_dc.s 87 //x2 => *pu1_dst
197 add x5, x2, x3
206 st2 {v16.8b, v17.8b}, [x2],#16
216 st2 {v16.8b, v17.8b}, [x2], x6
222 st2 {v16.8b, v17.8b}, [x2],#16
227 st2 {v16.8b, v17.8b}, [x2], x6
232 st2 {v16.8b, v17.8b}, [x2],#16
237 st2 {v16.8b, v17.8b}, [x2], x6
243 st2 {v16.8b, v17.8b}, [x2],x11
248 st2 {v16.8b, v17.8b}, [x2]
    [all...]
ihevc_intra_pred_chroma_mode_18_34.s 87 //x2 => *pu1_dst
120 mov x10,x2
158 add x10,x2,#16
177 st1 {v0.2s},[x2],x3
180 st1 {v0.2s},[x2],x3
183 st1 {v0.2s},[x2],x3
186 st1 {v0.2s},[x2],x3
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.c 48 left->x2 = bez->x1 + t * (bez->x2 - bez->x1);
51 left->x3 = bez->x2 + t * (bez->x3 - bez->x2);
57 bez->x2 = left->x3 + t * (bez->x3 - left->x3);
60 left->x3 = left->x2 + t * (left->x3 - left->x2);
63 left->x4 = bez->x1 = left->x3 + t * (bez->x2 - left->x3);
71 double c = (bez->x2 + bez->x3) * 0.5;
72 first_half->x2 = (bez->x1 + bez->x2) * 0.5
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 48 left->x2 = bez->x1 + t * (bez->x2 - bez->x1);
51 left->x3 = bez->x2 + t * (bez->x3 - bez->x2);
57 bez->x2 = left->x3 + t * (bez->x3 - left->x3);
60 left->x3 = left->x2 + t * (left->x3 - left->x2);
63 left->x4 = bez->x1 = left->x3 + t * (bez->x2 - left->x3);
71 double c = (bez->x2 + bez->x3) * 0.5;
72 first_half->x2 = (bez->x1 + bez->x2) * 0.5
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/
dwarfwin64_testhd.asm 187 .uleb128 0x2
224 .uleb128 0x2
237 .value 0x2
242 .value 0x2
247 .value 0x2
252 .value 0x2
257 .value 0x2
262 .value 0x2
267 .value 0x2
272 .value 0x2
    [all...]
  /external/llvm/test/MC/AArch64/
gicv3-regs.s 5 mrs x2, icc_hppir1_el1
27 mrs x2, icc_ap1r0_el1
57 mrs x2, ich_lr14_el2
61 // CHECK: mrs x2, {{icc_hppir1_el1|ICC_HPPIR1_EL1}} // encoding: [0x42,0xcc,0x38,0xd5]
83 // CHECK: mrs x2, {{icc_ap1r0_el1|ICC_AP1R0_EL1}} // encoding: [0x02,0xc9,0x38,0xd5]
113 // CHECK: mrs x2, {{ich_lr14_el2|ICH_LR14_EL2}} // encoding: [0xc2,0xcd,0x3c,0xd5]
127 msr icc_sre_el1, x2
138 msr icc_ap1r0_el1, x2
142 msr ich_ap0r0_el2, x2
167 msr ich_lr13_el2, x2
    [all...]
arm64-diags.s 148 st1.s4 {v14, v15}, [x2], #32
150 ; CHECK-ERRORS: st1.s4 {v14, v15}, [x2], #32
157 ldp x1, x2, [x2], #16
158 ldp x2, x2, [x2], #16
159 ldp w1, w2, [x2], #16
160 ldp w2, w2, [x2], #16
161 ldp x1, x1, [x2]
    [all...]
basic-a64-diagnostics.s 9 add x2, x3, x5, sxtb
10 add x2, x4, w2, uxtx
13 // CHECK-ERROR: add x2, x3, x5, sxtb
16 // CHECK-ERROR: add x2, x4, w2, uxtx
25 sub x9, x15, x2, uxth #5
33 // CHECK-ERROR: sub x9, x15, x2, uxth #5
39 add x1, x2, sp, uxtx
47 // CHECK-ERROR: add x1, x2, sp, uxtx
53 subs x2, x1, sp, uxtx
54 adds x2, x1, sp, uxtb #
    [all...]
arm64-simd-ldst.s 10 ld1.8b {v3, v4}, [x2]
101 ; CHECK: ld1.8b { v3, v4 }, [x2] ; encoding: [0x43,0xa0,0x40,0x0c]
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
viewrtree.tcl 108 foreach {rowid x1 x2 y1 y2} $cell break
110 if {$x2 > $xmax} {set xmax $x2}
143 foreach {rowid x1 x2 y1 y2} $cell break
144 set total_area [expr {$total_area + ($x2-$x1)*($y2-$y1)}]
146 set x2 [expr {$x2*$xscale + $xoff}]
150 set id [.c create rectangle $x1 $y1 $x2 $y2]
168 foreach {rowid x1 x2 y1 y2} $cell break
169 set cell_area [expr $cell_area+($x2-$x1)*($y2-$y1)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
top-level-assignments.js 62 var x2 = new Object(); class
65 x2.a = 7;
66 x2.b = function() { return 42; };
69 x2.c = 88;
70 x2.d = "A Man Called Horse";
77 assertEquals(7, x2.a);
78 assertEquals(42, x2.b());
79 assertEquals(88, x2.c);
80 assertEquals("A Man Called Horse", x2.d);
  /external/openfst/src/include/fst/
signed-log-weight.h 36 typedef LogWeightTpl<T> X2;
37 using PairWeight<X1, X2>::Value1;
38 using PairWeight<X1, X2>::Value2;
40 using PairWeight<X1, X2>::Reverse;
41 using PairWeight<X1, X2>::Quantize;
42 using PairWeight<X1, X2>::Member;
46 SignedLogWeightTpl() : PairWeight<X1, X2>() {}
49 : PairWeight<X1, X2> (w) { }
51 SignedLogWeightTpl(const PairWeight<X1, X2>& w)
52 : PairWeight<X1, X2> (w) {
296 LogWeight x2 = w.Value(); local
305 LogWeight x2 = w.Value(); local
314 LogWeight x2 = w.Value(); local
323 LogWeight x2 = w.Value2().Value(); local
333 Log64Weight x2 = w.Value(); local
342 Log64Weight x2 = w.Value(); local
351 Log64Weight x2 = w.Value(); local
360 Log64Weight x2 = w.Value2().Value(); local
    [all...]
  /external/openssl/crypto/ec/
ec2_mult.c 109 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
116 const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx)
129 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err;
143 /* Compute the x, y affine coordinates from the point (x1, z1) (x2, z2)
153 BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx)
160 BN_zero(x2);
167 if (!BN_copy(x2, x)) return 0;
187 if (!BN_GF2m_add(z2, z2, x2)) goto err;
198 if (!group->meth->field_mul(group, x2, x1, t3, ctx)) goto err
224 BIGNUM *x1, *x2, *z1, *z2; local
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt.c 92 opus_val32 x0, x1, x2, x3, x4; local
96 x2 = x[-T];
102 + MULT16_32_Q15(g10,x2)
106 x3=x2;
107 x2=x1;
121 opus_val32 x0, x1, x2, x3, x4; local
141 x2 = x[-T1 ];
153 + MULT16_32_Q15(MULT16_16_Q15(f,g10),x2)
157 x3=x2;
158 x2=x1
    [all...]
mathops.c 144 opus_val16 x2; local
146 x2 = MULT16_16_P15(x,x);
147 return ADD16(1,MIN16(32766,ADD32(SUB16(L1,x2), MULT16_16_P15(x2, ADD32(L2, MULT16_16_P15(x2, ADD32(L3, MULT16_16_P15(L4, x2
  /external/libopus/celt/
celt.c 92 opus_val32 x0, x1, x2, x3, x4; local
96 x2 = x[-T];
102 + MULT16_32_Q15(g10,x2)
106 x3=x2;
107 x2=x1;
121 opus_val32 x0, x1, x2, x3, x4; local
141 x2 = x[-T1 ];
153 + MULT16_32_Q15(MULT16_16_Q15(f,g10),x2)
157 x3=x2;
158 x2=x1
    [all...]
mathops.c 144 opus_val16 x2; local
146 x2 = MULT16_16_P15(x,x);
147 return ADD16(1,MIN16(32766,ADD32(SUB16(L1,x2), MULT16_16_P15(x2, ADD32(L2, MULT16_16_P15(x2, ADD32(L3, MULT16_16_P15(L4, x2
  /development/perftests/panorama/feature_stab/db_vlvm/
db_image_homography.cpp 80 double x1[3],double x2[3],double x3[3],double x4[3],
87 db_SProjImagePointPointConstraints(c+18,c+27,xp2,x2);
95 double x1[3],double x2[3],double x3[3],
102 db_SAffineImagePointPointConstraints(c+14,c+21,xp2,x2);
114 inline void db_CommonFocalLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double x2[3],double xp1[3],double xp2[3],int signed_disambiguation=1)
135 m=db_SafeReciprocal(x2[2]);
136 bx=x2[0]*m;
137 by=x2[1]*m;
177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation)
186 db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,xp1,xp2,signed_disambiguation)
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
e_rc2.c 126 uint16_t x0, x1, x2, x3, t; local
133 x2 = (uint16_t)l & 0xffff;
141 t = (x0 + (x1 & ~x3) + (x2 & x3) + *(p0++)) & 0xffff;
143 t = (x1 + (x2 & ~x0) + (x3 & x0) + *(p0++)) & 0xffff;
145 t = (x2 + (x3 & ~x1) + (x0 & x1) + *(p0++)) & 0xffff;
146 x2 = (t << 3) | (t >> 13);
147 t = (x3 + (x0 & ~x2) + (x1 & x2) + *(p0++)) & 0xffff;
158 x2 += p1[x1 & 0x3f];
159 x3 += p1[x2 & 0x3f]
170 uint16_t x0, x1, x2, x3, t; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
differ.cc 171 for (int x2 = 0; x2 < width; x2++) {
183 for (int x2 = 0; x2 < width; x2++) {
  /external/openssl/crypto/rc2/
rc2_locl.h 148 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
150 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \
152 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \
153 x2=(t<<3)|(t>>13); \
154 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_copy_tmp.h 53 COPY_FUNC( 0x2 )
72 _mesa_copy_tab[0x2] = TAG2(copy, 0x2);

Completed in 850 milliseconds

1 2 3 4 5 6 7 8 91011>>