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
664 scaletbl[0] = 65536 / (MIN1(minboxwidth) * boxheight);
665 scaletbl[1] = 65536 / (MIN1(minboxwidth + 1) * boxheight);
669 boxwidth = MIN1((x >> 16) - ix);
681 scaletbl[0] = 65536 / (MIN1(minboxwidth) * boxheight);
682 scaletbl[1] = 65536 / (MIN1(minboxwidth + 1) * boxheight);
686 boxwidth = MIN1((x >> 16) - ix);
704 int boxwidth = MIN1(dx >> 16);
716 int boxwidth = MIN1(dx >> 16);
788 boxheight = MIN1((
[all...]
/external/libyuv/files/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...]

Completed in 230 milliseconds