Searched refs:boxheight (Results 1 - 2 of 2) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
H A D | scale.cc | 657 static void ScaleAddCols2_C(int dst_width, int boxheight, int x, int dx, argument 664 scaletbl[0] = 65536 / (MIN1(minboxwidth) * boxheight); 665 scaletbl[1] = 65536 / (MIN1(minboxwidth + 1) * boxheight); 674 static void ScaleAddCols2_16_C(int dst_width, int boxheight, int x, int dx, argument 681 scaletbl[0] = 65536 / (MIN1(minboxwidth) * boxheight); 682 scaletbl[1] = 65536 / (MIN1(minboxwidth + 1) * boxheight); 692 static void ScaleAddCols0_C(int dst_width, int boxheight, int x, int, argument 694 int scaleval = 65536 / boxheight; 702 static void ScaleAddCols1_C(int dst_width, int boxheight, int x, int dx, argument 705 int scaleval = 65536 / (boxwidth * boxheight); 714 ScaleAddCols1_16_C(int dst_width, int boxheight, int x, int dx, const uint32* src_ptr, uint16* dst_ptr) argument 781 int boxheight; local 831 int boxheight; local [all...] |
/external/libyuv/files/source/ |
H A D | scale.cc | 657 static void ScaleAddCols2_C(int dst_width, int boxheight, int x, int dx, argument 663 scaletbl[0] = 65536 / (MIN1(minboxwidth) * boxheight); 664 scaletbl[1] = 65536 / (MIN1(minboxwidth + 1) * boxheight); 674 static void ScaleAddCols2_16_C(int dst_width, int boxheight, int x, int dx, argument 680 scaletbl[0] = 65536 / (MIN1(minboxwidth) * boxheight); 681 scaletbl[1] = 65536 / (MIN1(minboxwidth + 1) * boxheight); 691 static void ScaleAddCols0_C(int dst_width, int boxheight, int x, int, argument 693 int scaleval = 65536 / boxheight; 701 static void ScaleAddCols1_C(int dst_width, int boxheight, int x, int dx, argument 704 int scaleval = 65536 / (boxwidth * boxheight); 713 ScaleAddCols1_16_C(int dst_width, int boxheight, int x, int dx, const uint32* src_ptr, uint16* dst_ptr) argument 780 int boxheight; local 830 int boxheight; local [all...] |
Completed in 188 milliseconds