/external/eigen/Eigen/src/Core/arch/AltiVec/ |
PacketMath.h | 215 Packet4f t, y_0, y_1, res; local 218 y_0 = vec_re(b); 221 t = vec_nmsub(y_0, b, p4f_ONE); 222 y_1 = vec_madd(y_0, t, y_0);
|
/external/libvpx/libvpx/vp8/encoder/ |
mcomp.c | 236 unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; local 247 vfp->copymem(y_0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2); 378 unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; local 383 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18); 689 unsigned char *y_0 = base_pre + d->offset + (bestmv->as_mv.row) * pre_stride + bestmv->as_mv.col; local 694 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18); [all...] |
/external/chromium_org/third_party/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...] |
/external/webp/src/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...] |