Searched refs:tmp_height (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/ |
D | maxpool_with_argmax_gpu_kernel.h | 152 int tmp_height = (input_height_ / stride_height_) * stride_height_ == input_height_ in SetPad() local 155 …pad_height_ = std::max<int>(0, (tmp_height - 1) * stride_height_ + window_height_ - input_height_); in SetPad()
|
/third_party/glib/glib/ |
D | gnode.c | 510 guint tmp_height; in g_node_max_height() local 512 tmp_height = g_node_max_height (child); in g_node_max_height() 513 if (tmp_height > max_height) in g_node_max_height() 514 max_height = tmp_height; in g_node_max_height()
|
/third_party/skia/third_party/externals/piex/src/ |
D | tiff_parser.cc | 46 std::uint32_t tmp_height = 0; in GetFullDimension16() local 47 if (!GetFullDimension32(tiff_directory, &tmp_width, &tmp_height) || in GetFullDimension16() 49 tmp_height > std::numeric_limits<std::uint16_t>::max()) { in GetFullDimension16() 53 *height = static_cast<std::uint16_t>(tmp_height); in GetFullDimension16()
|
D | piex.cc | 368 std::uint16_t tmp_height = 0; in RafGetDimension() local 370 Get16u(stream, cfa_header_index + 4, endian, &tmp_height) && in RafGetDimension() 373 *height = tmp_height; in RafGetDimension()
|
/third_party/flutter/skia/third_party/externals/piex/src/ |
D | tiff_parser.cc | 46 std::uint32_t tmp_height = 0; in GetFullDimension16() local 47 if (!GetFullDimension32(tiff_directory, &tmp_width, &tmp_height) || in GetFullDimension16() 49 tmp_height > std::numeric_limits<std::uint16_t>::max()) { in GetFullDimension16() 53 *height = static_cast<std::uint16_t>(tmp_height); in GetFullDimension16()
|
D | piex.cc | 368 std::uint16_t tmp_height = 0; in RafGetDimension() local 370 Get16u(stream, cfa_header_index + 4, endian, &tmp_height) && in RafGetDimension() 373 *height = tmp_height; in RafGetDimension()
|
/third_party/ffmpeg/libswscale/ |
D | utils.c | 929 int tmp_width, tmp_height; in sws_setColorspaceDetails() local 953 tmp_height = dstH; in sws_setColorspaceDetails() 956 tmp_height = srcH; in sws_setColorspaceDetails() 960 tmp_width, tmp_height, tmp_format, 64); in sws_setColorspaceDetails() 965 tmp_width, tmp_height, tmp_format, in sws_setColorspaceDetails() 979 c->cascaded_context[1] = sws_getContext(tmp_width, tmp_height, tmp_format, in sws_setColorspaceDetails()
|