Searched refs:ScaleAddCols (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale.cc | 748 void (*ScaleAddCols)(int dst_width, int boxheight, int x, int dx, in ScalePlaneBox() local 793 ScaleAddCols(dst_width, boxheight, x, dx, (uint16*)(row16), dst_ptr); in ScalePlaneBox() 817 void (*ScaleAddCols)(int dst_width, int boxheight, int x, int dx, in ScalePlaneBox_16() local 843 ScaleAddCols(dst_width, boxheight, x, dx, (uint32*)(row32), dst_ptr); in ScalePlaneBox_16()
|
/external/libyuv/files/source/ |
D | scale.cc | 875 void (*ScaleAddCols)(int dst_width, int boxheight, int x, int dx, in ScalePlaneBox() local 936 ScaleAddCols(dst_width, boxheight, x, dx, (uint16*)(row16), dst_ptr); in ScalePlaneBox() 964 void (*ScaleAddCols)(int dst_width, int boxheight, int x, int dx, in ScalePlaneBox_16() local 990 ScaleAddCols(dst_width, boxheight, x, dx, (uint32*)(row32), dst_ptr); in ScalePlaneBox_16()
|