Searched refs:MIN1 (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.cc635 #define MIN1(x) ((x) < 1 ? 1 : (x)) macro
663 scaletbl[0] = 65536 / (MIN1(minboxwidth) * boxheight);
664 scaletbl[1] = 65536 / (MIN1(minboxwidth + 1) * boxheight);
668 boxwidth = MIN1((x >> 16) - ix);
680 scaletbl[0] = 65536 / (MIN1(minboxwidth) * boxheight);
681 scaletbl[1] = 65536 / (MIN1(minboxwidth + 1) * boxheight);
685 boxwidth = MIN1((x >> 16) - ix);
703 int boxwidth = MIN1(dx >> 16);
715 int boxwidth = MIN1(dx >> 16);
787 boxheight = MIN1((
[all...]
/external/libyuv/files/source/
H A Dscale.cc736 #define MIN1(x) ((x) < 1 ? 1 : (x)) macro
768 scaletbl[0] = 65536 / (MIN1(minboxwidth) * boxheight);
769 scaletbl[1] = 65536 / (MIN1(minboxwidth + 1) * boxheight);
773 boxwidth = MIN1((x >> 16) - ix);
790 scaletbl[0] = 65536 / (MIN1(minboxwidth) * boxheight);
791 scaletbl[1] = 65536 / (MIN1(minboxwidth + 1) * boxheight);
795 boxwidth = MIN1((x >> 16) - ix);
822 int boxwidth = MIN1(dx >> 16);
838 int boxwidth = MIN1(dx >> 16);
930 boxheight = MIN1((
[all...]

Completed in 144 milliseconds