Home
last modified time | relevance | path

Searched refs:orig_height (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ResizeNearestNeighborGrad.pbtxt13 = A 1-D int32 Tensor of 2 elements: `orig_height, orig_width`. The
20 4-D with shape `[batch, orig_height, orig_width, channels]`. Gradients
Dapi_def_ResizeBilinearGrad.pbtxt13 4-D with shape `[batch, orig_height, orig_width, channels]`,
20 4-D with shape `[batch, orig_height, orig_width, channels]`.
Dapi_def_ResizeBicubicGrad.pbtxt13 4-D with shape `[batch, orig_height, orig_width, channels]`,
20 4-D with shape `[batch, orig_height, orig_width, channels]`.
/external/harfbuzz_ng/util/
Dhelper-cairo-ansi.cc82 unsigned int orig_height = height; in helper_cairo_surface_write_to_ansi_stream() local
94 if (height < orig_height) in helper_cairo_surface_write_to_ansi_stream()
/external/e2fsprogs/lib/ext2fs/
Dextent.c767 int orig_height; in ext2fs_extent_fix_parents() local
794 orig_height = info.max_depth - info.curr_level; in ext2fs_extent_fix_parents()
814 retval = ext2fs_extent_goto2(handle, orig_height, start); in ext2fs_extent_fix_parents()
903 int orig_height; in extent_node_split() local
934 orig_height = info.max_depth - info.curr_level; in extent_node_split()
975 retval = ext2fs_extent_goto2(handle, orig_height, orig_lblk); in extent_node_split()
1133 retval = ext2fs_extent_goto2(handle, orig_height, orig_lblk); in extent_node_split()
1260 int orig_height; in ext2fs_extent_set_bmap() local
1318 orig_height = info.max_depth - info.curr_level; in ext2fs_extent_set_bmap()
1593 if (orig_height > handle->max_depth) in ext2fs_extent_set_bmap()
[all …]
/external/libaom/libaom/av1/encoder/
Drdopt.c4238 int orig_height, int new_width, in extend_palette_color_map() argument
4242 assert(new_height >= orig_height); in extend_palette_color_map()
4243 if (new_width == orig_width && new_height == orig_height) return; in extend_palette_color_map()
4245 for (j = orig_height - 1; j >= 0; --j) { in extend_palette_color_map()
4252 for (j = orig_height; j < new_height; ++j) { in extend_palette_color_map()
4253 memcpy(color_map + j * new_width, color_map + (orig_height - 1) * new_width, in extend_palette_color_map()