Home
last modified time | relevance | path

Searched refs:destT (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixVector.h250 Transpose<Dest> destT(dest);
252 … Transpose<const Lhs>, 0, true>::run(destT, a_rhs.transpose(), a_lhs.transpose(), alpha);
/external/eigen/Eigen/src/Core/
DGeneralProduct.h189 Transpose<Dest> destT(dest);
192 ::run(rhs.transpose(), lhs.transpose(), destT, alpha);
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c2119 uint16_t *destT = dest; in vpx_highbd_idct16x16_38_add_c() local
2123 destT[i] = highbd_clip_pixel_add(destT[i], in vpx_highbd_idct16x16_38_add_c()
2125 destT += stride; in vpx_highbd_idct16x16_38_add_c()
2647 uint16_t *destT = dest; in vpx_highbd_idct32x32_135_add_c() local
2651 destT[i] = highbd_clip_pixel_add(destT[i], in vpx_highbd_idct32x32_135_add_c()
2653 destT += stride; in vpx_highbd_idct32x32_135_add_c()