Searched refs:dstT (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/experimental/support/java/src/java/org/tensorflow/lite/support/image/ops/ |
D | ResizeWithCropOrPadOp.java | 73 int dstT; in apply() local 91 dstT = (targetHeight - h) / 2; in apply() 92 dstB = dstT + h; in apply() 94 dstT = 0; in apply() 100 Rect dst = new Rect(dstL, dstT, dstR, dstB); in apply()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CoreEngine.h | 412 const CFGBlock *dstT, const CFGBlock *dstF) in BranchNodeBuilder() argument 413 : NodeBuilder(SrcNode, DstSet, C), DstT(dstT), DstF(dstF), in BranchNodeBuilder() 422 const CFGBlock *dstT, const CFGBlock *dstF) in BranchNodeBuilder() argument 423 : NodeBuilder(SrcSet, DstSet, C), DstT(dstT), DstF(dstF), in BranchNodeBuilder()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_avx2.c | 3195 DECLARE_ALIGNED(16, uint16_t, dstT[64 * 64]); in highbd_dr_prediction_z3_64x64_avx2() 3197 highbd_dr_prediction_z1_64xN_avx2(64, dstT, 64, left, upsample_left, dy); in highbd_dr_prediction_z3_64x64_avx2() 3199 highbd_dr_prediction_32bit_z1_64xN_avx2(64, dstT, 64, left, upsample_left, in highbd_dr_prediction_z3_64x64_avx2() 3202 highbd_transpose(dstT, 64, dst, stride, 64, 64); in highbd_dr_prediction_z3_64x64_avx2() 3263 uint16_t dstT[64 * 32]; in highbd_dr_prediction_z3_32x64_avx2() local 3265 highbd_dr_prediction_z1_64xN_avx2(32, dstT, 64, left, upsample_left, dy); in highbd_dr_prediction_z3_32x64_avx2() 3267 highbd_dr_prediction_32bit_z1_64xN_avx2(32, dstT, 64, left, upsample_left, in highbd_dr_prediction_z3_32x64_avx2() 3270 highbd_transpose(dstT, 64, dst, stride, 32, 64); in highbd_dr_prediction_z3_32x64_avx2() 3277 DECLARE_ALIGNED(16, uint16_t, dstT[32 * 64]); in highbd_dr_prediction_z3_64x32_avx2() 3278 highbd_dr_prediction_z1_32xN_avx2(64, dstT, 32, left, upsample_left, dy, bd); in highbd_dr_prediction_z3_64x32_avx2() [all …]
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseDenseProduct.h | 193 Transpose<Dst> dstT(dst); 194 internal::sparse_time_dense_product(rhsNested.transpose(), lhsNested.transpose(), dstT, alpha);
|
D | SparseSelfAdjointView.h | 371 Transpose<Dest> dstT(dst); 372 …e_dense_product<RhsView::TransposeMode>(rhsNested.transpose(), lhsNested.transpose(), dstT, alpha);
|
/external/eigen/Eigen/src/Core/products/ |
D | TriangularMatrixVector.h | 191 Transpose<Dest> dstT(dst); 194 ::run(rhs.transpose(),lhs.transpose(), dstT, alpha);
|