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

  /external/libopus/celt/
pitch.h 63 opus_val16 y_0, y_1, y_2, y_3; local
66 y_0=*y++;
74 sum[0] = MAC16_16(sum[0],tmp,y_0);
79 y_0=*y++;
83 sum[3] = MAC16_16(sum[3],tmp,y_0);
88 sum[2] = MAC16_16(sum[2],tmp,y_0);
93 sum[1] = MAC16_16(sum[1],tmp,y_0);
101 sum[0] = MAC16_16(sum[0],tmp,y_0);
109 y_0=*y++;
113 sum[3] = MAC16_16(sum[3],tmp,y_0);
    [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
246 y_0 = b[0] * x_0 + b[1] * x_1 + b[2] * x_2
251 y_1 = y_0;
252 signal[sample] = (short)y_0;
  /external/libopus/celt/arm/
celt_pitch_xcorr_arm.s 55 ; d3 = y_3|y_2|y_1|y_0
283 SMLABB r6, r12, r10, r6 ; sum[0] = MAC16_16(sum[0],x_0,y_0)
311 SMLABB r6, r12, r10, r6 ; sum[0] = MAC16_16(sum[0],x,y_0)
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)
465 SMLABB r10, r6, r8, r10 ; sum0 = MAC16_16(sum0, x_0, y_0)
476 SMLABB r10, r6, r8, r10 ; sum0 = MAC16_16(sum0, x_0, y_0)
511 SMLABB r14, r6, r8, r14 ; sum = MAC16_16(sum, x_0, y_0)
526 SMLABBGE r14, r6, r8, r14 ; sum = MAC16_16(sum, x_0, y_0)
  /external/webp/src/enc/
picture_psnr.c 34 const int y_0 = (y - RADIUS < 0) ? 0 : y - RADIUS; local
42 for (j = y_0; j < y_1; ++j) {
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 218 Packet4f t, y_0, y_1, res; local
221 y_0 = vec_re(b);
224 t = vec_nmsub(y_0, b, p4f_ONE);
225 y_1 = vec_madd(y_0, t, y_0);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Nat192.java 347 long y_0 = y[0] & M; local
356 c += x_0 * y_0;
380 c += x_i * y_0 + (zz[i + 0] & M);
404 long y_0 = y[yOff + 0] & M; local
413 c += x_0 * y_0;
438 c += x_i * y_0 + (zz[zzOff + 0] & M);
462 long y_0 = y[0] & M; local
473 c += x_i * y_0 + (zz[i + 0] & M);
500 long y_0 = y[yOff + 0] & M; local
511 c += x_i * y_0 + (zz[zzOff + 0] & M)
    [all...]
Nat224.java 344 long y_0 = y[0] & M; local
354 c += x_0 * y_0;
381 c += x_i * y_0 + (zz[i + 0] & M);
408 long y_0 = y[yOff + 0] & M; local
418 c += x_0 * y_0;
446 c += x_i * y_0 + (zz[zzOff + 0] & M);
473 long y_0 = y[0] & M; local
485 c += x_i * y_0 + (zz[i + 0] & M);
515 long y_0 = y[yOff + 0] & M; local
527 c += x_i * y_0 + (zz[zzOff + 0] & M)
    [all...]
Nat256.java 442 long y_0 = y[0] & M; local
453 c += x_0 * y_0;
483 c += x_i * y_0 + (zz[i + 0] & M);
513 long y_0 = y[yOff + 0] & M; local
524 c += x_0 * y_0;
555 c += x_i * y_0 + (zz[zzOff + 0] & M);
585 long y_0 = y[0] & M; local
598 c += x_i * y_0 + (zz[i + 0] & M);
631 long y_0 = y[yOff + 0] & M; local
644 c += x_i * y_0 + (zz[zzOff + 0] & M)
    [all...]
  /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)
687 dy = *y_1 - y_0;
691 *y_1 = ((width-x_0)*dy)/dx + y_0;
696 dy = *y_1 - y_0;
700 *y_1 = ((0-x_0)*dy)/dx + y_0;
705 dy = *y_1 - y_0;
709 *x_1 = ((height-y_0)*dx)/dy + x_0;
714 dy = *y_1 - y_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)
681 dy = *y_1 - y_0;
685 *y_1 = ((width-x_0)*dy)/dx + y_0;
690 dy = *y_1 - y_0;
694 *y_1 = ((0-x_0)*dy)/dx + y_0;
699 dy = *y_1 - y_0;
703 *x_1 = ((height-y_0)*dx)/dy + x_0;
708 dy = *y_1 - y_0;
712 *x_1 = ((0-y_0)*dx)/dy + x_0;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 244 unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; local
255 vfp->copymem(y_0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2);
386 unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; local
391 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18);
697 unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; local
702 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 240 unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; local
251 vfp->copymem(y_0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2);
382 unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; local
387 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18);
693 unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; local
698 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18);
    [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 930 const int y_0 = (y - RADIUS < 0) ? 0 : y - RADIUS; local
938 for (j = y_0; j < y_1; ++j) {
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 333 milliseconds