Home
last modified time | relevance | path

Searched refs:unit_height (Results 1 – 25 of 91) sorted by relevance

1234

/dports/games/vultures-eye/vulture-2.3.67/slashem/win/gtk/
H A Dgtktile.c137 for(y = 0; y < t->unit_height; y++) { in calc_tile_transp()
269 t->ofsety_3d = t->unit_height / 2; in x_tile_load()
595 t->unit_width, t->unit_height); in x_tile_set_map_mode()
710 height = Tile->unit_height; in x_tile_tmp_draw_rectangle()
791 if (sy + height > Tile->unit_height) in x_tile_render_to_drawable()
792 height = Tile->unit_height - sy; in x_tile_render_to_drawable()
1008 height = Tile->unit_height; in x_pixbuf_tmp_draw_tile()
1031 Tile->unit_width, Tile->unit_height); in x_pixbuf_tmp_draw_tile()
1112 Tile->unit_width, Tile->unit_height); in x_tile_draw_tile()
1115 Tile->unit_width, Tile->unit_height); in x_tile_draw_tile()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/qrcode-0.12.0/src/render/
H A Dmod.rs135 let unit_height = (height + width_in_modules - 1) / width_in_modules; in min_dimensions() localVariable
136 self.module_dimensions(unit_width, unit_height) in min_dimensions()
154 let unit_height = height / width_in_modules; in max_dimensions() localVariable
155 self.module_dimensions(unit_width, unit_height) in max_dimensions()
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/dcim/
H A Dsvg.py179 def render(self, face, unit_width, unit_height, legend_width): argument
185 unit_height * self.rack.u_height + RACK_ELEVATION_BORDER_WIDTH * 2
191 start_y = ru * unit_height
192 … position_coordinates = (legend_width / 2, start_y + unit_height / 2 + RACK_ELEVATION_BORDER_WIDTH)
206 y_offset = unit_cursor * unit_height + RACK_ELEVATION_BORDER_WIDTH
207 end_y = unit_height * height
247 size=(unit_width + border_width, self.rack.u_height * unit_height + border_width),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h989 const int unit_height = get_num_unit_4x4(cpi->frame_info.frame_height); in partition_info_init() local
991 (PARTITION_INFO *)vpx_calloc(unit_width * unit_height, in partition_info_init()
994 unit_width * unit_height * sizeof(PARTITION_INFO)); in partition_info_init()
1017 const int unit_height = get_num_unit_4x4(cpi->frame_info.frame_height); in motion_vector_info_init() local
1019 (MOTION_VECTOR_INFO *)vpx_calloc(unit_width * unit_height, in motion_vector_info_init()
1022 unit_width * unit_height * sizeof(MOTION_VECTOR_INFO)); in motion_vector_info_init()
1038 const int unit_height = get_num_unit_16x16(cpi->frame_info.frame_height); in fp_motion_vector_info_init() local
1040 (MOTION_VECTOR_INFO *)vpx_calloc(unit_width * unit_height, in fp_motion_vector_info_init()
1048 const int unit_height = get_num_unit_16x16(frame_height); in fp_motion_vector_info_reset() local
1050 for (i = 0; i < unit_width * unit_height; ++i) { in fp_motion_vector_info_reset()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h990 const int unit_height = get_num_unit_4x4(cpi->frame_info.frame_height); in partition_info_init() local
992 (PARTITION_INFO *)vpx_calloc(unit_width * unit_height, in partition_info_init()
995 unit_width * unit_height * sizeof(PARTITION_INFO)); in partition_info_init()
1018 const int unit_height = get_num_unit_4x4(cpi->frame_info.frame_height); in motion_vector_info_init() local
1020 (MOTION_VECTOR_INFO *)vpx_calloc(unit_width * unit_height, in motion_vector_info_init()
1023 unit_width * unit_height * sizeof(MOTION_VECTOR_INFO)); in motion_vector_info_init()
1056 const int unit_height = get_num_unit_16x16(cpi->frame_info.frame_height); in fp_motion_vector_info_init() local
1058 (MOTION_VECTOR_INFO *)vpx_calloc(unit_width * unit_height, in fp_motion_vector_info_init()
1066 const int unit_height = get_num_unit_16x16(frame_height); in fp_motion_vector_info_reset() local
1068 for (i = 0; i < unit_width * unit_height; ++i) { in fp_motion_vector_info_reset()
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/encoder/
H A Dvp9_encoder.h983 const int unit_height = get_num_unit_4x4(cpi->frame_info.frame_height); in partition_info_init() local
985 (PARTITION_INFO *)vpx_calloc(unit_width * unit_height, in partition_info_init()
988 unit_width * unit_height * sizeof(PARTITION_INFO)); in partition_info_init()
1011 const int unit_height = get_num_unit_4x4(cpi->frame_info.frame_height); in motion_vector_info_init() local
1013 (MOTION_VECTOR_INFO *)vpx_calloc(unit_width * unit_height, in motion_vector_info_init()
1016 unit_width * unit_height * sizeof(MOTION_VECTOR_INFO)); in motion_vector_info_init()
1049 const int unit_height = get_num_unit_16x16(cpi->frame_info.frame_height); in fp_motion_vector_info_init() local
1051 (MOTION_VECTOR_INFO *)vpx_calloc(unit_width * unit_height, in fp_motion_vector_info_init()
1059 const int unit_height = get_num_unit_16x16(frame_height); in fp_motion_vector_info_reset() local
1061 for (i = 0; i < unit_width * unit_height; ++i) { in fp_motion_vector_info_reset()
/dports/misc/mnn/MNN-1.2.0/source/backend/metal/
H A DMetalConvolutionWinograd.metal20 int unit_height;
34 if (pos.x < cst.unit_width && pos.y < cst.unit_height) {
118 int src_height = UP_DIV(cst.unit_width * cst.unit_height, 4);
165 if (pos.x < cst.unit_width && pos.y < cst.unit_height) {
209 int src_height = UP_DIV(cst.unit_width * cst.unit_height, 4);
241 if (pos.x < cst.unit_width && pos.y < cst.unit_height) {
242 int dst_w = UP_DIV(cst.unit_width * cst.unit_height, 4);
326 if (pos.x < cst.unit_width && pos.y < cst.unit_height) {
327 int dst_w = UP_DIV(cst.unit_width * cst.unit_height, 4);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h890 const int unit_height = get_num_unit_4x4(cpi->frame_info.frame_height); in partition_info_init() local
892 (PARTITION_INFO *)vpx_calloc(unit_width * unit_height, in partition_info_init()
895 unit_width * unit_height * sizeof(PARTITION_INFO)); in partition_info_init()
911 const int unit_height = get_num_unit_4x4(cpi->frame_info.frame_height); in motion_vector_info_init() local
913 (MOTION_VECTOR_INFO *)vpx_calloc(unit_width * unit_height, in motion_vector_info_init()
916 unit_width * unit_height * sizeof(MOTION_VECTOR_INFO)); in motion_vector_info_init()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dtokenize.c224 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_tokenize_sb_vartx() local
226 for (int blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_tokenize_sb_vartx()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dtokenize.c228 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_tokenize_sb_vartx() local
230 for (int blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_tokenize_sb_vartx()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dtokenize.c224 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_tokenize_sb_vartx() local
226 for (int blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_tokenize_sb_vartx()
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dtokenize.c226 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_tokenize_sb_vartx() local
228 for (int blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_tokenize_sb_vartx()
/dports/games/gnome-mahjongg/gnome-mahjongg-3.38.3/src/
H A Dgame-view.vala213 var unit_height = unit_width * theme_aspect;
217 tile_height = (int) (unit_height * 2);
225 y_offset = (int) (height - game.map.height * unit_height) / 2;
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpmeasuretool.c562 gdouble unit_height; in gimp_measure_tool_dialog_update() local
596 unit_height = gimp_pixels_to_units (pixel_height, shell->unit, yres); in gimp_measure_tool_dialog_update()
639 unit_width, unit_height); in gimp_measure_tool_dialog_update()
711 g_snprintf (buf, sizeof (buf), format, unit_height); in gimp_measure_tool_dialog_update()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Dtokenize.c235 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_tokenize_sb_vartx() local
237 for (blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_tokenize_sb_vartx()
H A Dencodemb.c383 const int unit_height = AOMMIN(mu_blocks_high + r, max_blocks_high); in av1_foreach_transformed_block_in_plane() local
387 for (blk_row = r; blk_row < unit_height; blk_row += txh_unit) { in av1_foreach_transformed_block_in_plane()
522 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_encode_sb() local
524 for (blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_encode_sb()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dblockd.c159 const int unit_height = AOMMIN(mu_blocks_high + r, max_blocks_high); in av1_foreach_transformed_block_in_plane() local
163 for (blk_row = r; blk_row < unit_height; blk_row += txh_unit) { in av1_foreach_transformed_block_in_plane()
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/
H A Dtokenize.c235 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_tokenize_sb_vartx() local
237 for (blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_tokenize_sb_vartx()
H A Dencodemb.c383 const int unit_height = AOMMIN(mu_blocks_high + r, max_blocks_high); in av1_foreach_transformed_block_in_plane() local
387 for (blk_row = r; blk_row < unit_height; blk_row += txh_unit) { in av1_foreach_transformed_block_in_plane()
522 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_encode_sb() local
524 for (blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_encode_sb()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/
H A Dtokenize.c235 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_tokenize_sb_vartx() local
237 for (blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_tokenize_sb_vartx()
H A Dencodemb.c383 const int unit_height = AOMMIN(mu_blocks_high + r, max_blocks_high); in av1_foreach_transformed_block_in_plane() local
387 for (blk_row = r; blk_row < unit_height; blk_row += txh_unit) { in av1_foreach_transformed_block_in_plane()
522 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_encode_sb() local
524 for (blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_encode_sb()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/encoder/
H A Dtokenize.c235 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_tokenize_sb_vartx() local
237 for (blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_tokenize_sb_vartx()
H A Dencodemb.c383 const int unit_height = AOMMIN(mu_blocks_high + r, max_blocks_high); in av1_foreach_transformed_block_in_plane() local
387 for (blk_row = r; blk_row < unit_height; blk_row += txh_unit) { in av1_foreach_transformed_block_in_plane()
522 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_encode_sb() local
524 for (blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_encode_sb()
/dports/multimedia/libgav1/libgav1-0.17.0/src/post_filter/
H A Dcdef.cc138 const int unit_height = Align(block_height, 8 >> subsampling_y); in PrepareCdefBlock() local
240 } while (++y < kCdefBorder + unit_height - block_height); in PrepareCdefBlock()
251 } while (++y < kCdefBorder + unit_height - block_height); in PrepareCdefBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/post_filter/
H A Dcdef.cc137 const int unit_height = Align(block_height, 8 >> subsampling_y); in PrepareCdefBlock() local
239 } while (++y < kCdefBorder + unit_height - block_height); in PrepareCdefBlock()
250 } while (++y < kCdefBorder + unit_height - block_height); in PrepareCdefBlock()

1234