/external/webrtc/webrtc/modules/video_coding/ |
D | qm_select.cc | 176 down_action_history_[i].spatial = kNoChangeSpatial; in ResetDownSamplingState() 340 if (down_action_history_[0].spatial != kNoChangeSpatial || in SelectResolution() 365 action_.spatial = kNoChangeSpatial; in SetDefaultAction() 428 float fac_width = kFactorWidthSpatial[down_action_history_[0].spatial]; in GoingUpResolution() 429 float fac_height = kFactorHeightSpatial[down_action_history_[0].spatial]; in GoingUpResolution() 434 if (down_action_history_[0].spatial == kOneQuarterSpatialUniform) { in GoingUpResolution() 442 if (down_action_history_[0].spatial != kNoChangeSpatial && in GoingUpResolution() 446 action_.spatial = down_action_history_[0].spatial; in GoingUpResolution() 455 if (down_action_history_[0].spatial != kNoChangeSpatial) { in GoingUpResolution() 464 action_.spatial = down_action_history_[0].spatial; in GoingUpResolution() [all …]
|
D | qm_select.h | 96 ResolutionAction() : spatial(kNoChangeSpatial), temporal(kNoChangeTemporal) {} in ResolutionAction() 97 SpatialAction spatial; member
|
/external/tensorflow/tensorflow/stream_executor/ |
D | dnn.cc | 284 string spatial; in ToString() local 286 port::Appendf(&spatial, "%lld ", spatial_size()[i]); in ToString() 291 count(), feature_map_count(), spatial.c_str(), value_min_, value_max_, in ToString() 302 string spatial = "s"; in ToShortString() local 304 port::Appendf(&spatial, "%lld ", spatial_size()[i]); in ToShortString() 317 return absl::StrCat(spatial, depth, batch, suffix); in ToShortString() 319 return absl::StrCat(spatial, batch, depth, suffix); in ToShortString() 321 return absl::StrCat(batch, spatial, depth, suffix); in ToShortString() 323 return absl::StrCat(batch, depth, spatial, suffix); in ToShortString() 325 return absl::StrCat(batch, depth, spatial, suffix, "(VECT_C)"); in ToShortString() [all …]
|
/external/tensorflow/tensorflow/core/util/ |
D | tensor_format_test.cc | 50 int spatial(int spatial_index) const { return spatial_dim[spatial_index]; } in spatial() function 62 int spatial(int spatial_index) const { return spatial_dim[spatial_index]; } in spatial() function 183 EXPECT_EQ(GetTensorSpatialDimIndex(num_dims, format, i), tdm.spatial(i)); in RunDimensionIndexesTest() 185 tdm.spatial(i)); in RunDimensionIndexesTest() 200 fdm.spatial(i)); in RunDimensionIndexesTest() 202 fdm.spatial(i)); in RunDimensionIndexesTest()
|
D | tensor_format.h | 510 gtl::ArraySlice<int64> spatial, int64 C) { in ShapeFromFormat() argument 511 const int dims = GetTensorDimsFromSpatialDims(spatial.size(), format); in ShapeFromFormat() 514 for (int dim = 0; static_cast<size_t>(dim) < spatial.size(); dim++) { in ShapeFromFormat() 515 auto dim_size = spatial[dim]; in ShapeFromFormat() 517 static_cast<size_t>(dim) == spatial.size() - 1) { in ShapeFromFormat() 543 gtl::ArraySlice<int64> spatial, in ShapeFromFilterTensorFormat() argument 545 const int dims = GetFilterTensorDimsFromSpatialDims(spatial.size(), format); in ShapeFromFilterTensorFormat() 548 for (int dim = 0; static_cast<size_t>(dim) < spatial.size(); dim++) { in ShapeFromFilterTensorFormat() 549 dim_sizes[GetFilterTensorSpatialDimIndex(dims, format, dim)] = spatial[dim]; in ShapeFromFilterTensorFormat()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SpaceToBatchND.pbtxt | 21 `i + 1`, which corresponds to spatial dimension `i`. It is required that 131 This operation divides "spatial" dimensions `[1, ..., M]` of the input into a 133 "batch" dimension (0) such that in the output, the spatial dimensions 135 dimension combines both the position within a spatial block and the original 136 batch position. Prior to division into blocks, the spatial dimensions of the
|
D | api_def_BatchToSpace.pbtxt | 16 how many elements to crop from the intermediate result across the spatial 98 Rearranges (permutes) data from batch into blocks of spatial data, followed by 101 dimension are moved in spatial blocks to the `height` and `width` dimensions,
|
D | api_def_SpaceToBatch.pbtxt | 13 the padding of the input with zeros across the spatial dimensions as follows: 17 The effective spatial dimensions of the zero-padded input tensor will be: 103 Zero-pads and then rearranges (permutes) blocks of spatial data into batch.
|
D | api_def_BatchToSpaceND.pbtxt | 21 dimension `i + 1`, which corresponds to spatial dimension `i`. It is 134 the spatial dimensions `[1, ..., M]`, to obtain a result with the same rank as 135 the input. The spatial dimensions of this intermediate result are then
|
D | api_def_DepthToSpace.pbtxt | 6 The size of the spatial block, same as in Space2Depth. 11 Rearranges data from depth into blocks of spatial data. 14 dimension are moved in spatial blocks to the `height` and `width` dimensions.
|
D | api_def_SpaceToDepth.pbtxt | 6 The size of the spatial block. 11 Rearranges blocks of spatial data, into depth. More specifically,
|
D | api_def_FusedPadConv2D.pbtxt | 39 implementation where the spatial padding transformation stage is fused with the
|
D | api_def_Dilation2D.pbtxt | 47 `[batch, out_height, out_width, depth]`. The spatial dimensions of the output
|
D | api_def_FusedResizeAndPadConv2D.pbtxt | 52 It's often possible to do spatial transformations more efficiently as part of
|
/external/libmpeg2/common/arm/ |
D | ideint_spatial_filter_a9.s | 24 @* This file contains definitions of routines for spatial filter 40 @* @brief Performs spatial filtering 43 @* This functions performs edge adaptive spatial filtering on a 8x8 block
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 18 - Enable spatial layer sync frames. 20 - Extend api to specify temporal id for each spatial layers. 247 for the spatial denoiser (0-6). The temporal denoiser is enabled 248 by default, and the older spatial denoiser may be restored by 250 is more computationally intensive than the spatial one. 260 gives higher quality than the older spatial denoiser. (See above 318 with spatial resampling enabled. 554 vp8e_get_preview fixed when spatial resampling enabled
|
D | configure | 48 ${toggle_spatial_resampling} spatial sampling (scaling) support 61 ${toggle_temporal_denoising} enable temporal denoising and disable the spatial denoiser
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/ |
D | am-t-ia.txt | 262 spatial ስፓጽያል
|
D | chr-t-ia.txt | 262 spatial ᏍᏆᏥᏯᎵ
|
D | ar-t-ia.txt | 262 spatial سباتسيال
|
D | fa-t-ia.txt | 262 spatial سپاتسیال
|
/external/tensorflow/tensorflow/core/profiler/ |
D | op_profile.proto | 50 string semantics = 3; // What the dimension represents, e.g. "spatial".
|
/external/tensorflow/tensorflow/lite/g3doc/models/segmentation/ |
D | overview.md | 26 …<li>DeepLabv2: We use atrous spatial pyramid pooling (ASPP) to robustly segment objects at multipl…
|
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.h | 222 const std::vector<DimensionOrConstant>& spatial,
|
/external/libhevc/test/encoder/ |
D | vid_enc_cfg.txt | 78 --cu_level_rc 1 /* CU QP Modulation 0-disable, 1-spatial qp modulation {1} */
|