Searched defs:minboxwidth (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c3387 int minboxwidth = (dx >> 16); local
3388 scaletbl[0] = 65536 / (minboxwidth * boxheight);
3389 scaletbl[1] = 65536 / ((minboxwidth + 1) * boxheight);
3391 int *scaleptr = scaletbl - minboxwidth;
/external/libyuv/files/source/
H A Dscale.cc2587 int minboxwidth = (dx >> 16); local
2588 scaletbl[0] = 65536 / (minboxwidth * boxheight);
2589 scaletbl[1] = 65536 / ((minboxwidth + 1) * boxheight);
2590 int *scaleptr = scaletbl - minboxwidth;

Completed in 76 milliseconds