/external/libopus/celt/mips/ |
D | pitch_mipsr1.h | 68 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel_mips() local 77 y_0=*y++; in xcorr_kernel_mips() 86 sum_0 = __builtin_mips_madd( sum_0, tmp, y_0); in xcorr_kernel_mips() 92 y_0=*y++; in xcorr_kernel_mips() 97 sum_3 = __builtin_mips_madd( sum_3, tmp, y_0); in xcorr_kernel_mips() 104 sum_2 = __builtin_mips_madd( sum_2, tmp, y_0); in xcorr_kernel_mips() 112 sum_1 = __builtin_mips_madd( sum_1, tmp, y_0 ); in xcorr_kernel_mips() 122 sum_0 = __builtin_mips_madd( sum_0, tmp, y_0 ); in xcorr_kernel_mips() 131 y_0=*y++; in xcorr_kernel_mips() 136 sum_3 = __builtin_mips_madd( sum_3, tmp, y_0); in xcorr_kernel_mips() [all …]
|
/external/libopus/celt/ |
D | pitch.h | 69 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel_c() local 72 y_0=*y++; in xcorr_kernel_c() 80 sum[0] = MAC16_16(sum[0],tmp,y_0); in xcorr_kernel_c() 85 y_0=*y++; in xcorr_kernel_c() 89 sum[3] = MAC16_16(sum[3],tmp,y_0); in xcorr_kernel_c() 94 sum[2] = MAC16_16(sum[2],tmp,y_0); in xcorr_kernel_c() 99 sum[1] = MAC16_16(sum[1],tmp,y_0); in xcorr_kernel_c() 107 sum[0] = MAC16_16(sum[0],tmp,y_0); in xcorr_kernel_c() 115 y_0=*y++; in xcorr_kernel_c() 119 sum[3] = MAC16_16(sum[3],tmp,y_0); in xcorr_kernel_c() [all …]
|
/external/libopus/celt/arm/ |
D | celt_pitch_xcorr_arm_gnu.s | 59 @ d3 = y_3|y_2|y_1|y_0 288 SMLABB r6, r12, r10, r6 @ sum[0] = MAC16_16(sum[0],x_0,y_0) 316 SMLABB r6, r12, r10, r6 @ sum[0] = MAC16_16(sum[0],x,y_0) 382 SMLABT r14, r6, r8, r14 @ sum = MAC16_16(sum, x_0, y_0) 451 SMLABB r10, r6, r8, r10 @ sum0 = MAC16_16(sum0, x_0, y_0) 470 SMLABB r10, r6, r8, r10 @ sum0 = MAC16_16(sum0, x_0, y_0) 481 SMLABB r10, r6, r8, r10 @ sum0 = MAC16_16(sum0, x_0, y_0) 516 SMLABB r14, r6, r8, r14 @ sum = MAC16_16(sum, x_0, y_0) 531 SMLABBGE r14, r6, r8, r14 @ sum = MAC16_16(sum, x_0, y_0)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Nat192.java | 347 long y_0 = y[0] & M; in mul() local 356 c += x_0 * y_0; in mul() 380 c += x_i * y_0 + (zz[i + 0] & M); in mul() 404 long y_0 = y[yOff + 0] & M; in mul() local 413 c += x_0 * y_0; in mul() 438 c += x_i * y_0 + (zz[zzOff + 0] & M); in mul() 462 long y_0 = y[0] & M; in mulAddTo() local 473 c += x_i * y_0 + (zz[i + 0] & M); in mulAddTo() 500 long y_0 = y[yOff + 0] & M; in mulAddTo() local 511 c += x_i * y_0 + (zz[zzOff + 0] & M); in mulAddTo()
|
D | Nat224.java | 344 long y_0 = y[0] & M; in mul() local 354 c += x_0 * y_0; in mul() 381 c += x_i * y_0 + (zz[i + 0] & M); in mul() 408 long y_0 = y[yOff + 0] & M; in mul() local 418 c += x_0 * y_0; in mul() 446 c += x_i * y_0 + (zz[zzOff + 0] & M); in mul() 473 long y_0 = y[0] & M; in mulAddTo() local 485 c += x_i * y_0 + (zz[i + 0] & M); in mulAddTo() 515 long y_0 = y[yOff + 0] & M; in mulAddTo() local 527 c += x_i * y_0 + (zz[zzOff + 0] & M); in mulAddTo()
|
D | Nat256.java | 442 long y_0 = y[0] & M; in mul() local 453 c += x_0 * y_0; in mul() 483 c += x_i * y_0 + (zz[i + 0] & M); in mul() 513 long y_0 = y[yOff + 0] & M; in mul() local 524 c += x_0 * y_0; in mul() 555 c += x_i * y_0 + (zz[zzOff + 0] & M); in mul() 585 long y_0 = y[0] & M; in mulAddTo() local 598 c += x_i * y_0 + (zz[i + 0] & M); in mulAddTo() 631 long y_0 = y[yOff + 0] & M; in mulAddTo() local 644 c += x_i * y_0 + (zz[zzOff + 0] & M); in mulAddTo()
|
/external/webp/src/enc/ |
D | picture_psnr_enc.c | 38 const int y_0 = (y - RADIUS < 0) ? 0 : y - RADIUS; in AccumulateLSIM() local 46 for (j = y_0; j < y_1; ++j) { in AccumulateLSIM()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 367 Packet4f t, y_0, y_1; 370 y_0 = vec_re(b); 373 t = vec_nmsub(y_0, b, p4f_ONE); 374 y_1 = vec_madd(y_0, t, y_0);
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 258 unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + in vp8_find_best_sub_pixel_step_iteratively() local 276 vfp->copymem(y_0 - buf_c1 - pre_stride * buf_r1, pre_stride, xd->y_buf, in vp8_find_best_sub_pixel_step_iteratively() 387 unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + in vp8_find_best_sub_pixel_step() local 393 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18); in vp8_find_best_sub_pixel_step() 683 unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + in vp8_find_best_half_pixel_step() local 689 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18); in vp8_find_best_half_pixel_step()
|
/external/libvorbis/doc/ |
D | 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/eigen/unsupported/Eigen/ |
D | MatrixFunctions | 125 initial condition \f$ y(0) = y_0 \f$ is given by 126 \f$ y(t) = \exp(M) y_0 \f$.
|