Home
last modified time | relevance | path

Searched refs:dstT (Results 1 – 7 of 7) sorted by relevance

/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ops/
DResizeWithCropOrPadOp.java74 int dstT; in apply() local
92 dstT = (targetHeight - h) / 2; in apply()
93 dstB = dstT + h; in apply()
95 dstT = 0; in apply()
101 Rect dst = new Rect(dstL, dstT, dstR, dstB); in apply()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h442 const CFGBlock *dstT, const CFGBlock *dstF) in BranchNodeBuilder() argument
443 : NodeBuilder(SrcNode, DstSet, C), DstT(dstT), DstF(dstF), in BranchNodeBuilder()
452 const CFGBlock *dstT, const CFGBlock *dstF) in BranchNodeBuilder() argument
453 : NodeBuilder(SrcSet, DstSet, C), DstT(dstT), DstF(dstF), in BranchNodeBuilder()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h412 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/
Dintrapred_avx2.c3195 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/
DSparseDenseProduct.h193 Transpose<Dst> dstT(dst);
194 internal::sparse_time_dense_product(rhsNested.transpose(), lhsNested.transpose(), dstT, alpha);
DSparseSelfAdjointView.h371 Transpose<Dest> dstT(dst);
372 …e_dense_product<RhsView::TransposeMode>(rhsNested.transpose(), lhsNested.transpose(), dstT, alpha);
/external/eigen/Eigen/src/Core/products/
DTriangularMatrixVector.h191 Transpose<Dest> dstT(dst);
194 ::run(rhs.transpose(),lhs.transpose(), dstT, alpha);