Searched refs:destT (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/Core/products/ |
D | SelfadjointMatrixVector.h | 250 Transpose<Dest> destT(dest); 252 … Transpose<const Lhs>, 0, true>::run(destT, a_rhs.transpose(), a_lhs.transpose(), alpha);
|
/external/eigen/Eigen/src/Core/ |
D | GeneralProduct.h | 189 Transpose<Dest> destT(dest); 192 ::run(rhs.transpose(), lhs.transpose(), destT, alpha);
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 2119 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()
|