Home
last modified time | relevance | path

Searched defs:round_width (Results 1 – 6 of 6) sorted by relevance

/dports/math/py-pytorchvideo/pytorchvideo-0.1.3/pytorchvideo/layers/
H A Dutils.py19 def round_width(width, multiplier, min_width=8, divisor=8, ceil=False): function
/dports/games/valyriatear/ValyriaTear-1.1.0/src/engine/video/
H A Dtexture_controller.cpp284 int32_t round_width = vt_utils::RoundUpPow2(load_info.GetWidth()); in _InsertImageInTexSheet() local
/dports/games/allacrost/allacrost-1.0.2/src/engine/video/
H A Dtexture_controller.cpp421 int32 round_width = RoundUpPow2(load_info.width); in _InsertImageInTexSheet() local
/dports/x11/xmotd/xmotd-1.17.3b/libhtmlw/
H A Dinkstore.h1216 U16 round_width; /* INK_PENTIP_ROUND */ member
/dports/textproc/groff/groff-1.22.4/src/devices/grohtml/
H A Dpost-html.cpp5404 int html_printer::round_width(int x) in round_width() function in html_printer
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_dec/libvdpau/
H A Dvdpau_h264.c3807 uint32_t round_width = (this->width + 15) & ~15; in vdpau_decoder_init() local