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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Nat192.java 355 long c = 0, x_0 = x[0] & M; local
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; local
413 c += x_0 * y_0;
416 c += x_0 * y_1
669 long x_0 = x[0] & M; local
785 long x_0 = x[xOff + 0] & M; local
    [all...]
Nat256.java 452 long c = 0, x_0 = x[0] & M; local
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 = x[xOff + 0] & M local
880 long x_0 = x[0] & M; local
1044 long x_0 = x[xOff + 0] & M; local
    [all...]
Nat224.java 353 long c = 0, x_0 = x[0] & M; local
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; local
418 c += x_0 * y_0
747 long x_0 = x[0] & M; local
886 long x_0 = x[xOff + 0] & M; local
    [all...]
  /external/libopus/celt/arm/
celt_pitch_xcorr_arm.s 57 ; 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_1
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTestAacDrc.java 239 float x_0, x_1, x_2, y_0, y_1, y_2; local
245 x_0 = signal[sample];
246 y_0 = b[0] * x_0 + b[1] * x_1 + b[2] * x_2
249 x_1 = x_0;
  /external/webp/src/enc/
picture_psnr.c 37 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/
postproc.c 679 static void constrain_line (int x_0, int *x_1, int y_0, int *y_1, int width, int height)
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;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.c 673 static void constrain_line (int x_0, int *x_1, int y_0, int *y_1, int width, int height)
680 dx = *x_1 - x_0;
685 *y_1 = ((width-x_0)*dy)/dx + y_0;
689 dx = *x_1 - x_0;
694 *y_1 = ((0-x_0)*dy)/dx + y_0;
698 dx = *x_1 - x_0;
703 *x_1 = ((height-y_0)*dx)/dy + x_0;
707 dx = *x_1 - x_0;
712 *x_1 = ((0-y_0)*dx)/dy + x_0;
    [all...]
  /external/libvorbis/doc/
07-floor1.tex 27 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/
picture.c 933 const int x_0 = (x - RADIUS < 0) ? 0 : x - RADIUS; local
940 for (i = x_0; i < x_1; ++i) {
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 181 milliseconds