X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=demo.cpp;h=a42556651d00588accacc44343bb19cc60da3255;hp=cd9fe9fb9dfb2e29e694d6bf82153b9e157821a2;hb=0934db945c8fde98315c6a4099dde2dfa423c0e7;hpb=b61cd4cf5535ecfd76d5c923ea7421a8282bf98b diff --git a/demo.cpp b/demo.cpp index cd9fe9f..a425566 100644 --- a/demo.cpp +++ b/demo.cpp @@ -180,6 +180,8 @@ int main(int argc, char **argv) init_movit(".", MOVIT_DEBUG_ON); printf("GPU texture subpixel precision: about %.1f bits\n", log2(1.0f / movit_texel_subpixel_precision)); + printf("Wrongly rounded x+0.48 or x+0.52 values: %d/510\n", + movit_num_wrongly_rounded); unsigned img_w, img_h; unsigned char *src_img = load_image(argc > 1 ? argv[1] : "blg_wheels_woman_1.jpg", &img_w, &img_h);