Searched refs:ScaleAddCols1_C (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dscale.cc688 static void ScaleAddCols1_C(int dst_width, int boxheight, int x, int dx, function
756 (dx & 0xffff) ? ScaleAddCols2_C: ScaleAddCols1_C;
/external/chromium_org/third_party/libyuv/source/
H A Dscale.cc688 static void ScaleAddCols1_C(int dst_width, int boxheight, int x, int dx, function
756 (dx & 0xffff) ? ScaleAddCols2_C: ScaleAddCols1_C;
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c3404 static void ScaleAddCols1_C(int dst_width, int boxheight, int dx, function
3475 ScaleAddCols = ScaleAddCols1_C;
/external/libyuv/files/source/
H A Dscale.cc2599 static void ScaleAddCols1_C(int dst_width, int boxheight, int x, int dx, function
2655 ScaleAddCols = ScaleAddCols1_C;

Completed in 49 milliseconds