| /external/ComputeLibrary/src/core/ |
| D | PyramidInfo.cpp | 38 PyramidInfo::PyramidInfo(size_t num_levels, float scale, size_t width, size_t height, Format format) in PyramidInfo() 44 PyramidInfo::PyramidInfo(size_t num_levels, float scale, const TensorShape &tensor_shape, Format fo… in PyramidInfo() 50 void PyramidInfo::init(size_t num_levels, float scale, size_t width, size_t height, Format format) in init() 55 void PyramidInfo::init(size_t num_levels, float scale, const TensorShape &tensor_shape, Format form… in init() 77 size_t PyramidInfo::num_levels() const in num_levels() function in PyramidInfo
|
| /external/ComputeLibrary/src/runtime/NEON/functions/ |
| D | NEGaussianPyramid.cpp | 73 const size_t num_levels = pyramid->info()->num_levels(); in configure() local 126 const unsigned int num_levels = _pyramid->info()->num_levels(); in run() local 158 const size_t num_levels = pyramid->info()->num_levels(); in configure() local 193 const size_t num_levels = _pyramid->info()->num_levels(); in run() local
|
| D | NELaplacianReconstruct.cpp | 60 const size_t num_levels = pyramid->info()->num_levels(); in configure() local
|
| /external/ComputeLibrary/src/runtime/CL/functions/ |
| D | CLGaussianPyramid.cpp | 82 const size_t num_levels = pyramid->info()->num_levels(); in configure() local 128 const size_t num_levels = _pyramid->info()->num_levels(); in run() local 168 const size_t num_levels = pyramid->info()->num_levels(); in configure() local 201 const size_t num_levels = _pyramid->info()->num_levels(); in run() local
|
| D | CLLaplacianReconstruct.cpp | 64 const size_t num_levels = pyramid->info()->num_levels(); in configure() local
|
| /external/ComputeLibrary/tests/validation/fixtures/ |
| D | GaussianPyramidHalfFixture.h | 49 void setup(TensorShape shape, BorderMode border_mode, size_t num_levels) in setup() 69 …const TensorShape &shape, BorderMode border_mode, uint8_t constant_border_value, size_t num_levels) in compute_target() 107 …const TensorShape &shape, BorderMode border_mode, uint8_t constant_border_value, size_t num_levels) in compute_reference()
|
| D | OpticalFlowFixture.h | 58 size_t num_levels, size_t num_keypoints, Format format, BorderMode border_mode) in setup() 79 …string old_image_name, std::string new_image_name, OpticalFlowParameters params, size_t num_levels, in compute_target() 166 OpticalFlowParameters params, size_t num_levels, in compute_reference()
|
| D | LaplacianReconstructFixture.h | 51 …void setup(TensorShape input_shape, BorderMode border_mode, size_t num_levels, Format format_in, F… in setup()
|
| D | LaplacianPyramidFixture.h | 49 …void setup(TensorShape input_shape, BorderMode border_mode, size_t num_levels, Format format_in, F… in setup()
|
| /external/mesa3d/src/mesa/main/ |
| D | texcompress_cpal.c | 112 const int num_levels = -level + 1; in _mesa_cpal_compressed_size() local 154 GLint lvl, num_levels; in _mesa_cpal_compressed_teximage2d() local
|
| /external/ComputeLibrary/tests/validation/reference/ |
| D | GaussianPyramidHalf.cpp | 41 …nst SimpleTensor<T> &src, BorderMode border_mode, uint8_t constant_border_value, size_t num_levels) in gaussian_pyramid_half()
|
| D | LaplacianPyramid.cpp | 40 …laplacian_pyramid(const SimpleTensor<T> &src, SimpleTensor<U> &dst, size_t num_levels, BorderMode … in laplacian_pyramid()
|
| D | OpticalFlow.cpp | 70 void scale_tracked_points(size_t level, size_t num_levels, bool use_initial_estimate, in scale_tracked_points() 247 const OpticalFlowParameters ¶ms, size_t num_levels, in optical_flow()
|
| /external/mesa3d/src/gallium/drivers/iris/ |
| D | iris_resolve.c | 49 unsigned min_level, unsigned num_levels, in disable_rb_aux_buffer() 631 uint32_t start_level, uint32_t num_levels) in miptree_level_range_length() 664 unsigned start_level, unsigned num_levels, in iris_has_invalid_primary() 694 uint32_t start_level, uint32_t num_levels, in iris_resource_prepare_access() 919 uint32_t start_level, uint32_t num_levels, in iris_resource_prepare_texture()
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | histogram_op_gpu.cu.cc | 66 int num_levels = levels.size(); in Compute() local
|
| D | bincount_op_gpu.cu.cc | 55 int num_levels = output.size() + 1; in Compute() local
|
| /external/ComputeLibrary/tests/datasets/ |
| D | OpticalFlowDataset.h | 109 …ing old_image, std::string new_image, OpticalFlowParameters params, size_t num_levels, size_t num_… in add_config()
|
| /external/webp/src/utils/ |
| D | quant_levels_utils.c | 28 int num_levels, uint64_t* const sse) { in QuantizeLevels()
|
| /external/ComputeLibrary/tests/validation/CL/ |
| D | LaplacianReconstruct.cpp | 53 …ruct(CLTensor &target, const SimpleTensor<T> &reference, BorderMode border_mode, size_t num_levels) in validate_laplacian_reconstruct()
|
| /external/ComputeLibrary/tests/validation/NEON/ |
| D | LaplacianReconstruct.cpp | 53 …struct(Tensor &target, const SimpleTensor<T> &reference, BorderMode border_mode, size_t num_levels) in validate_laplacian_reconstruct()
|
| /external/ComputeLibrary/src/core/CL/kernels/ |
| D | CLLKTrackerKernel.cpp | 42 … bool use_initial_estimate, size_t level, size_t num_levels, float pyramid_scale) in configure() 49 … bool use_initial_estimate, size_t level, size_t num_levels, float pyramid_scale) in configure()
|
| /external/mesa3d/src/gallium/drivers/i915/ |
| D | i915_state_sampler.c | 308 const uint num_levels = pt->last_level - first_level; in update_map() local
|
| /external/mesa3d/src/compiler/nir/ |
| D | nir_split_vars.c | 97 int num_levels = 0; in num_array_levels_in_array_of_vector_type() local 379 unsigned num_levels; member 397 int num_levels = num_array_levels_in_array_of_vector_type(var->type); in init_var_list_array_infos() local 982 unsigned num_levels; member 1003 int num_levels = num_array_levels_in_array_of_vector_type(var->type); in get_vec_var_usage() local
|
| /external/libxkbcommon/tools/ |
| D | how-to-type.c | 190 xkb_level_index_t num_levels; in main() local
|
| /external/fsverity-utils/lib/ |
| D | compute_digest.c | 113 int num_levels = 0; in compute_root_hash() local
|