Home
last modified time | relevance | path

Searched refs:y_0 (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
Dpitch.h63 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel() local
66 y_0=*y++; in xcorr_kernel()
74 sum[0] = MAC16_16(sum[0],tmp,y_0); in xcorr_kernel()
79 y_0=*y++; in xcorr_kernel()
83 sum[3] = MAC16_16(sum[3],tmp,y_0); in xcorr_kernel()
88 sum[2] = MAC16_16(sum[2],tmp,y_0); in xcorr_kernel()
93 sum[1] = MAC16_16(sum[1],tmp,y_0); in xcorr_kernel()
101 sum[0] = MAC16_16(sum[0],tmp,y_0); in xcorr_kernel()
109 y_0=*y++; in xcorr_kernel()
113 sum[3] = MAC16_16(sum[3],tmp,y_0); in xcorr_kernel()
[all …]
/external/libopus/celt/
Dpitch.h63 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel() local
66 y_0=*y++; in xcorr_kernel()
74 sum[0] = MAC16_16(sum[0],tmp,y_0); in xcorr_kernel()
79 y_0=*y++; in xcorr_kernel()
83 sum[3] = MAC16_16(sum[3],tmp,y_0); in xcorr_kernel()
88 sum[2] = MAC16_16(sum[2],tmp,y_0); in xcorr_kernel()
93 sum[1] = MAC16_16(sum[1],tmp,y_0); in xcorr_kernel()
101 sum[0] = MAC16_16(sum[0],tmp,y_0); in xcorr_kernel()
109 y_0=*y++; in xcorr_kernel()
113 sum[3] = MAC16_16(sum[3],tmp,y_0); in xcorr_kernel()
[all …]
/external/chromium_org/third_party/opus/src/celt/arm/
Dcelt_pitch_xcorr_arm.s55 ; 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/libopus/celt/arm/
Dcelt_pitch_xcorr_arm.s55 ; 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/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h218 Packet4f t, y_0, y_1, res;
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/libvpx/libvpx/vp8/common/
Dpostproc.c673 static void constrain_line (int x_0, int *x_1, int y_0, int *y_1, int width, int height) in constrain_line() argument
681 dy = *y_1 - y_0; in constrain_line()
685 *y_1 = ((width-x_0)*dy)/dx + y_0; in constrain_line()
690 dy = *y_1 - y_0; in constrain_line()
694 *y_1 = ((0-x_0)*dy)/dx + y_0; in constrain_line()
699 dy = *y_1 - y_0; in constrain_line()
703 *x_1 = ((height-y_0)*dx)/dy + x_0; in constrain_line()
708 dy = *y_1 - y_0; in constrain_line()
712 *x_1 = ((0-y_0)*dx)/dy + x_0; in constrain_line()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
Dpostproc.c677 static void constrain_line (int x_0, int *x_1, int y_0, int *y_1, int width, int height) in constrain_line() argument
685 dy = *y_1 - y_0; in constrain_line()
689 *y_1 = ((width-x_0)*dy)/dx + y_0; in constrain_line()
694 dy = *y_1 - y_0; in constrain_line()
698 *y_1 = ((0-x_0)*dy)/dx + y_0; in constrain_line()
703 dy = *y_1 - y_0; in constrain_line()
707 *x_1 = ((height-y_0)*dx)/dy + x_0; in constrain_line()
712 dy = *y_1 - y_0; in constrain_line()
716 *x_1 = ((0-y_0)*dx)/dy + x_0; in constrain_line()
/external/webp/src/enc/
Dpicture_psnr.c32 const int y_0 = (y - RADIUS < 0) ? 0 : y - RADIUS; in AccumulateLSIM() local
40 for (j = y_0; j < y_1; ++j) { in AccumulateLSIM()
/external/chromium_org/third_party/libwebp/enc/
Dpicture_psnr.c32 const int y_0 = (y - RADIUS < 0) ? 0 : y - RADIUS; in AccumulateLSIM() local
40 for (j = y_0; j < y_1; ++j) { in AccumulateLSIM()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
Dmcomp.c241 … unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; in vp8_find_best_sub_pixel_step_iteratively() local
252 … vfp->copymem(y_0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2); in vp8_find_best_sub_pixel_step_iteratively()
383 … unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; in vp8_find_best_sub_pixel_step() local
388 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18); in vp8_find_best_sub_pixel_step()
694 … unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; in vp8_find_best_half_pixel_step() local
699 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18); in vp8_find_best_half_pixel_step()
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c240 … unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; in vp8_find_best_sub_pixel_step_iteratively() local
251 … vfp->copymem(y_0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2); in vp8_find_best_sub_pixel_step_iteratively()
382 … unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; in vp8_find_best_sub_pixel_step() local
387 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18); in vp8_find_best_sub_pixel_step()
693 … unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; in vp8_find_best_half_pixel_step() local
698 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/
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/eigen/unsupported/Eigen/
DMatrixFunctions125 initial condition \f$ y(0) = y_0 \f$ is given by
126 \f$ y(t) = \exp(M) y_0 \f$.