Searched refs:x_0 (Results 1 - 8 of 8) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
H A DNat192.java355 long c = 0, x_0 = x[0] & M;
356 c += x_0 * y_0;
359 c += x_0 * y_1;
362 c += x_0 * y_2;
365 c += x_0 * y_3;
368 c += x_0 * y_4;
371 c += x_0 * y_5;
412 long c = 0, x_0 = x[xOff + 0] & M;
413 c += x_0 * y_0;
416 c += x_0 * y_
[all...]
H A DNat256.java452 long c = 0, x_0 = x[0] & M;
453 c += x_0 * y_0;
456 c += x_0 * y_1;
459 c += x_0 * y_2;
462 c += x_0 * y_3;
465 c += x_0 * y_4;
468 c += x_0 * y_5;
471 c += x_0 * y_6;
474 c += x_0 * y_7;
523 long c = 0, x_0
[all...]
H A DNat224.java353 long c = 0, x_0 = x[0] & M;
354 c += x_0 * y_0;
357 c += x_0 * y_1;
360 c += x_0 * y_2;
363 c += x_0 * y_3;
366 c += x_0 * y_4;
369 c += x_0 * y_5;
372 c += x_0 * y_6;
417 long c = 0, x_0 = x[xOff + 0] & M;
418 c += x_0 * y_
[all...]
/external/libopus/celt/arm/
H A Dcelt_pitch_xcorr_arm.s57 ; q3 = x_7|x_6|x_5|x_4|x_3|x_2|x_1|x_0
283 SMLABB r6, r12, r10, r6 ; sum[0] = MAC16_16(sum[0],x_0,y_0)
285 SMLABT r7, r12, r10, r7 ; sum[1] = MAC16_16(sum[1],x_0,y_1)
287 SMLABB r8, r12, r11, r8 ; sum[2] = MAC16_16(sum[2],x_0,y_2)
288 SMLABT r9, r12, r11, r9 ; sum[3] = MAC16_16(sum[3],x_0,y_3)
377 SMLABT r14, r6, r8, r14 ; sum = MAC16_16(sum, x_0, y_0)
446 SMLABB r10, r6, r8, r10 ; sum0 = MAC16_16(sum0, x_0, y_0)
448 SMLABT r11, r6, r8, r11 ; sum1 = MAC16_16(sum1, x_0, y_1)
465 SMLABB r10, r6, r8, r10 ; sum0 = MAC16_16(sum0, x_0, y_0)
467 SMLABT r11, r6, r8, r11 ; sum1 = MAC16_16(sum1, x_0, y_
[all...]
/external/webp/src/enc/
H A Dpicture_psnr.c37 const int x_0 = (x - RADIUS < 0) ? 0 : x - RADIUS; local
44 for (i = x_0; i < x_1; ++i) {
/external/libvpx/libvpx/vp8/common/
H A Dpostproc.c679 static void constrain_line (int x_0, int *x_1, int y_0, int *y_1, int width, int height) argument
686 dx = *x_1 - x_0;
691 *y_1 = ((width-x_0)*dy)/dx + y_0;
695 dx = *x_1 - x_0;
700 *y_1 = ((0-x_0)*dy)/dx + y_0;
704 dx = *x_1 - x_0;
709 *x_1 = ((height-y_0)*dx)/dy + x_0;
713 dx = *x_1 - x_0;
718 *x_1 = ((0-y_0)*dx)/dy + x_0;
/external/libvorbis/doc/
H A D07-floor1.tex27 from x_0,y_0 to x_1,y_1 where in the base case x_0=0 and x_1=[n], the
36 x_0,y_0 to x_new,y_new and from x_new,y_new to x_1,y_1. This step is
/external/opencv3/3rdparty/libwebp/enc/
H A Dpicture.c933 const int x_0 = (x - RADIUS < 0) ? 0 : x - RADIUS; local
940 for (i = x_0; i < x_1; ++i) {

Completed in 290 milliseconds