Home
last modified time | relevance | path

Searched refs:x1 (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/aosp12/frameworks/av/media/libaudioclient/tests/
H A Dtrack_test_input_v1.0_ref.txt6 48000 0x1 0x3 4800 2400 0 0x0 0 1 2
7 24000 0x1 0x3 4800 2400 0 0x0 0 1 2
8 16000 0x1 0x3 4800 2400 0 0x0 0 1 2
9 8000 0x1 0x3 4800 2400 0 0x0 0 1 2
10 44100 0x1 0x3 4410 2205 0 0x0 0 1 2
11 22050 0x1 0x3 4410 2205 0 0x0 0 1 2
12 11025 0x1 0x3 4410 2205 0 0x0 0 1 2
18 48000 0x1 0x1 4800 2400 0 0x0 0 1 2
19 48000 0x1 0x3F 4800 2400 0 0x0 0 1 2
20 48000 0x1 0x63F 4800 2400 0 0x0 0 1 2
[all …]
H A Drecord_test_input_v1.0_ref.txt6 48000 0x1 0x10 4800 2400 0x0 0 0
7 24000 0x1 0x10 4800 2400 0x0 0 0
8 16000 0x1 0x10 4800 2400 0x0 0 0
9 8000 0x1 0x10 4800 2400 0x0 0 0
10 44100 0x1 0x10 4410 2205 0x0 0 0
11 22050 0x1 0x10 4410 2205 0x0 0 0
12 11025 0x1 0x10 4410 2205 0x0 0 0
18 48000 0x1 0x0C 4800 2400 0x0 0 0
20 48000 0x1 0x10 0 0 0x0 0 0
21 48000 0x1 0x10 48000 0 0x0 0 0
[all …]
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicConvolve3x3.cpp202 x1 ++; in kernelU4()
211 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->mIp, len); in kernelU4()
249 x1 ++; in kernelU2()
257 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->mIp, len); in kernelU2()
294 x1 ++; in kernelU1()
302 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->mIp, len); in kernelU1()
339 x1 ++; in kernelF4()
347 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->mIp, len); in kernelF4()
384 x1 ++; in kernelF2()
392 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->mIp, len); in kernelF2()
[all …]
H A DrsCpuIntrinsicBlend.cpp129 for (;x1 < x2; x1++, out++) { in kernel()
134 for (;x1 < x2; x1++, out++, in++) { in kernel()
153 for (;x1 < x2; x1++, out++, in++) { in kernel()
172 for (;x1 < x2; x1++, out++, in++) { in kernel()
191 for (;x1 < x2; x1++, out++, in++) { in kernel()
209 for (;x1 < x2; x1++, out++, in++) { in kernel()
227 for (;x1 < x2; x1++, out++, in++) { in kernel()
245 for (;x1 < x2; x1++, out++, in++) { in kernel()
263 for (;x1 < x2; x1++, out++, in++) { in kernel()
283 for (;x1 < x2; x1++, out++, in++) { in kernel()
[all …]
H A DrsCpuIntrinsicConvolve5x5.cpp370 while((x1 < x2) && (x1 < 2)) { in kernelU4()
373 x1++; in kernelU4()
381 …rsdIntrinsicConvolve5x5_K(out, py0 + x1 - 2, py1 + x1 - 2, py2 + x1 - 2, py3 + x1 - 2, py4 + x1 - … in kernelU4()
390 …rsdIntrinsicConvolve5x5_K(out, py0 + x1 - 2, py1 + x1 - 2, py2 + x1 - 2, py3 + x1 - 2, py4 + x1 - … in kernelU4()
399 x1++; in kernelU4()
430 while((x1 < x2) && (x1 < 2)) { in kernelU2()
433 x1++; in kernelU2()
479 while((x1 < x2) && (x1 < 2)) { in kernelU1()
528 while((x1 < x2) && (x1 < 2)) { in kernelF4()
577 while((x1 < x2) && (x1 < 2)) { in kernelF2()
[all …]
H A DrsCpuIntrinsicBlur.cpp168 out += x1; in OneVFU4()
176 x1 += t; in OneVFU4()
193 x1++; in OneVFU4()
203 out += x1; in OneVFU1()
217 x1++; in OneVFU1()
331 x1 = 0; in kernelU4()
340 while ((x1 < (uint32_t)cp->mIradius) && (x1 < x2)) { in kernelU4()
343 x1++; in kernelU4()
358 x1++; in kernelU4()
410 x1++; in kernelU1()
[all …]
H A DrsCpuIntrinsicYuvToRGB.cpp121 uint32_t x1 = xstart; in kernel() local
152 if((x1 & 1) && (x2 > x1)) { in kernel()
156 x1++; in kernel()
161 int32_t len = x2 - x1; in kernel()
164 x1 += len; in kernel()
173 x1 += len; in kernel()
177 x1 += len; in kernel()
184 if(x2 > x1) { in kernel()
186 while(x1 < x2) { in kernel()
190 x1++; in kernel()
[all …]
H A DrsCpuIntrinsicResize.cpp383 x1 += len; in kernelU4()
387 while(x1 < x2) { in kernelU4()
395 x1++; in kernelU4()
460 x1 += len; in kernelU2()
464 while(x1 < x2) { in kernelU2()
473 x1++; in kernelU2()
538 x1 += len; in kernelU1()
552 x1++; in kernelU1()
603 x1++; in kernelF4()
655 x1++; in kernelF2()
[all …]
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Didct_vca.cpp165 x1 = blk[8]; in idctcol2()
169 x7 = W7 * x1; in idctcol2()
170 x1 = W1 * x1; in idctcol2()
224 x1 = (W1 * x1 + 4) >> 3; in idctrow3()
267 x1 = blk[8]; in idctcol3()
281 x1 = W1 * x1; in idctcol3()
335 x1 = (W1 * x1 + 4) >> 3; in idctrow4()
397 x1 = W1 * x1; in idctcol4()
401 x1 += x5; in idctcol4()
545 x1 = (W1 * x1 + 4) >> 3; in idctrow3_intra()
[all …]
H A Dblock_idct.cpp566 x8 = x0 + x1; in idctrow()
567 x0 -= x1; in idctrow()
571 x1 = x4 + x6; in idctrow()
679 x8 = x0 + x1; in idctrow_intra()
680 x0 -= x1; in idctrow_intra()
684 x1 = x4 + x6; in idctrow_intra()
879 x8 = x0 + x1; in idctcol()
880 x0 -= x1; in idctcol()
881 x1 = W6 * (x3 + x2); in idctcol()
882 x2 = x1 - (W2 + W6) * x2; in idctcol()
[all …]
H A Dget_pred_adv_b_add.cpp902 x1 = x1 ^(x1m << 2); in GetPredAdvancedBy1x1()
905 x1 += x2; in GetPredAdvancedBy1x1()
938 x1 += y2; in GetPredAdvancedBy1x1()
973 x1 = x1 ^(x1m << 2); in GetPredAdvancedBy1x1()
976 x1 += x2; in GetPredAdvancedBy1x1()
1005 x1 >>= 8; in GetPredAdvancedBy1x1()
1014 x1 += y2; in GetPredAdvancedBy1x1()
1051 x1 = x1 ^(x1m << 2); in GetPredAdvancedBy1x1()
1054 x1 += x2; in GetPredAdvancedBy1x1()
1092 x1 += y2; in GetPredAdvancedBy1x1()
[all …]
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A Dcanny.rscript113 x1 = x - 2;
121 x1 = x - 2;
129 x1 = x - 2;
137 x1 = x - 2;
157 x1 = x - 2;
165 x1 = x - 2;
173 x1 = x - 2;
181 x1 = x - 2;
201 x1 = x - 2;
247 x1 += 2;
[all …]
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dhexnan.c36 L_shift(x, x1, i) ULong *x; ULong *x1; int i; in L_shift() argument
49 } while(++x < x1);
71 x1 = xe = x;
92 x1 = x;
130 x1 = x0;
131 do *x1++ = *x++;
133 do *x1++ = 0;
141 for(x1 = xe;; --x1) {
142 if (*x1 != 0)
144 if (x1 == x0) {
[all …]
H A Dgmisc.c41 ULong *x, *x1, *xe, y; local
44 x = x1 = b->x;
53 *x1++ = (y | (*x << n)) & ALL_ON;
56 if ((*x1 = y) !=0)
57 x1++;
61 *x1++ = *x++;
63 if ((b->wds = x1 - b->x) == 0)
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp88 x1 = W1 * x1; in idct_col2()
124 x1 = W1 * x1; in idct_col3()
159 x1 = W1 * x1; in idct_col4()
163 x1 += x5; in idct_col4()
191 x1 = W1 * x1; in idct_col0x40()
463 x1 = (W1 * x1 + 4) >> 3; in idct_row3Inter()
533 x1 = (W1 * x1 + 4) >> 3; in idct_row4Inter()
953 x1 = (W1 * x1 + 4) >> 3; in idct_row3Intra()
1019 x1 = (W1 * x1 + 4) >> 3; in idct_row4Intra()
1461 x1 = (W1 * x1 + 4) >> 3; in idct_row3zmv()
[all …]
/aosp12/frameworks/av/media/codecs/amrwb/dec/src/
H A Dmedian5.cpp123 x1 = x[-2]; in median5()
131 if (x2 < x1) in median5()
133 tmp = x1; in median5()
134 x1 = x2; in median5()
137 if (x3 < x1) in median5()
139 tmp = x1; in median5()
140 x1 = x3; in median5()
143 if (x4 < x1) in median5()
146 x1 = x4; in median5()
149 if (x5 < x1) in median5()
[all …]
/aosp12/bionic/libc/arch-arm64/bionic/
H A Dsetjmp.S125 mov x0, x1
127 mov x1, x0
135 stp x1, xzr, [sp, #-16]!
140 mov x1, #0 // NULL.
144 ldp x1, xzr, [sp], #16
155 bic x1, x1, #1
202 mov x19, x1 // Save 'value'.
264 stp x0, x1, [sp, #-16]!
267 .cfi_rel_offset x1, 8
276 ldp x0, x1, [sp], #16
[all …]
/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DDebugBoundsRenderer.java48 public static void drawBounds(Canvas canvas, Paint paint, float size, float x1, float y1, in drawBounds() argument
52 canvas.drawLine(x1, y1, x1 + size, y1, paint); in drawBounds()
54 canvas.drawLine(x1, y1, x1, y1 + size, paint); in drawBounds()
70 canvas.drawLine(x1, y2, x1 + size, y2, paint); in drawBounds()
72 canvas.drawLine(x1, y2 - size, x1, y2, paint); in drawBounds()
75 float cX = (x1 + x2) / 2; in drawBounds()
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DGeometry.h65 inline void FindTriangleCentroid(double x0, double y0, double x1, double y1, in FindTriangleCentroid() argument
70 centX = (x0 + x1 + x2) / 3.0; in FindTriangleCentroid()
76 if (x0 == x1) in FindTriangleCentroid()
82 mass = fabs((y1 - y0) * (x1 - x0)); // Special case 1b in FindTriangleCentroid()
87 if (x0 == x1) in FindTriangleCentroid()
93 mass = fabs((x1 - x0) * (y2 - y0)); // Special case 2a in FindTriangleCentroid()
96 else if (x1 == x2) in FindTriangleCentroid()
98 mass = fabs((x1 - x0) * (y2 - y0)); // Special case 3 in FindTriangleCentroid()
112 double b2 = y1 - m2 * x1; in FindTriangleCentroid()
118 dx = x1 - x; in FindTriangleCentroid()
[all …]
/aosp12/frameworks/layoutlib/bridge/src/android/view/math/
H A DMath3DHelper.java23 public final static int min(int x1, int x2, int x3) { in min() argument
24 return (x1 > x2) ? ((x2 > x3) ? x3 : x2) : ((x1 > x3) ? x3 : x1); in min()
27 public final static int max(int x1, int x2, int x3) { in max() argument
28 return (x1 < x2) ? ((x2 < x3) ? x3 : x2) : ((x1 < x3) ? x3 : x1); in max()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DLinearGradient.java69 public LinearGradient(float x0, float y0, float x1, float y1, @NonNull @ColorInt int[] colors, in LinearGradient() argument
71 this(x0, y0, x1, y1, convertColors(colors), positions, tile, in LinearGradient()
92 public LinearGradient(float x0, float y0, float x1, float y1, @NonNull @ColorLong long[] colors, in LinearGradient() argument
94 this(x0, y0, x1, y1, colors.clone(), positions, tile, detectColorSpace(colors)); in LinearGradient()
101 private LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient() argument
111 mX1 = x1; in LinearGradient()
129 public LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient() argument
132 this(x0, y0, x1, y1, Color.pack(color0), Color.pack(color1), tile); in LinearGradient()
149 public LinearGradient(float x0, float y0, float x1, float y1, in LinearGradient() argument
152 this(x0, y0, x1, y1, new long[] {color0, color1}, null, tile); in LinearGradient()
[all …]
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A Dp_med_ol.c177 x1 = x[-2]; in median5()
183 if (x2 < x1) in median5()
185 tmp = x1; in median5()
186 x1 = x2; in median5()
189 if (x3 < x1) in median5()
191 tmp = x1; in median5()
192 x1 = x3; in median5()
195 if (x4 < x1) in median5()
198 x1 = x4; in median5()
201 if (x5 < x1) in median5()
[all …]
/aosp12/art/runtime/arch/arm64/
H A Dquick_entrypoints_arm64.S392 ldr w10, [x1, x2]
801 sub sp, sp, x1
805 str lr, [sp, x1]
817 ldr w10, [x0, x1]
818 str w10, [sp, x1]
835 ldp d0, d1, [x1, #0]
836 ldp d2, d3, [x1, #16]
874 ldp x0, x1, [x0, #0]
1077 .ifnc \xObj, x1
1448 sub x1, x1, #1
[all …]
/aosp12/art/runtime/interpreter/mterp/arm64ng/
H A Dobject.S17 ldr x1, [sp]
20 mov x1, x0
45 ldr x1, [sp]
48 mov x1, x0
98 ldr x1, [sp]
173 ldr x1, [sp]
260 ldr x1, [sp]
272 add x0, x0, x1
343 ldr x1, [sp]
363 add x1, x0, x1
[all …]
/aosp12/art/runtime/interpreter/mterp/arm64/
H A Dobject.S7 mov x1, xINST // arg1: uint16_t inst_data
25 VREG_INDEX_TO_ADDR x1, w1 // w1<- &object
38 ubfx x1, xPC, #2, #THREAD_INTERPRETER_CACHE_SIZE_LOG2 // entry index
39 add x0, x0, x1, lsl #4 // entry address within the cache
40 ldp x0, x1, [x0] // entry key (pc) and value (offset)
48 ldr x0, [x2, x1] // x0<- obj.field
50 ${load} w0, [x2, x1] // w0<- obj.field
112 VREG_INDEX_TO_ADDR x1, w1 // w1<- &object
116 ldr x1, [xSELF, #THREAD_EXCEPTION_OFFSET]
119 cbnz x1, MterpException
[all …]

12345678910>>...17