fbarchard@google.com dbe4814361 Move scale row functions to scale_win etc
BUG=none
TEST=untested
R=tpsiaki@google.com

Review URL: https://webrtc-codereview.appspot.com/4509005

git-svn-id: http://libyuv.googlecode.com/svn/trunk@879 16f28f9a-4ce2-e073-06de-1de4eb20be90
2013-11-28 01:16:15 +00:00
..
compare_common.cc
compare_neon.cc Change vld and vst to specify only elements and size not sign for better arm compiler compatability. 2013-06-10 16:21:57 +00:00
compare_posix.cc Add space around each nacl macro for clang compatibility with -Wreserved-user-defined-literal 2013-10-24 20:12:36 +00:00
compare_win.cc AVX2 hash using vex128 as first step. 2013-09-17 20:34:28 +00:00
compare.cc Coalesce rows by changing width/height and dropping into code instead of recursing. Improve coalesce by setting stride to 0 so it can be used even on odd width images. Reduce unittests to improve time to run emulators. 2013-10-21 19:29:10 +00:00
convert_argb.cc Coalesce rows by changing width/height and dropping into code instead of recursing. Improve coalesce by setting stride to 0 so it can be used even on odd width images. Reduce unittests to improve time to run emulators. 2013-10-21 19:29:10 +00:00
convert_from_argb.cc Add __declspec(safebuffers) to functions with arrays on stack that have explicit checks to avoid a redundent compiler stack check. 2013-11-01 21:27:31 +00:00
convert_from.cc Coalesce rows by changing width/height and dropping into code instead of recursing. Improve coalesce by setting stride to 0 so it can be used even on odd width images. Reduce unittests to improve time to run emulators. 2013-10-21 19:29:10 +00:00
convert_jpeg.cc
convert_to_argb.cc Fix ConvertToI420() to properly delete temporary array when rotating result. When rotating an image ConvertToI420() allocates a temporary buffer using new[], but then attempts to delete it using delete instead of delete[].This issue is not the root cause of the referenced bug, but it needs to be addressed in order to fix that bug. 2013-11-20 21:18:23 +00:00
convert_to_i420.cc Fix ConvertToI420() to properly delete temporary array when rotating result. When rotating an image ConvertToI420() allocates a temporary buffer using new[], but then attempts to delete it using delete instead of delete[].This issue is not the root cause of the referenced bug, but it needs to be addressed in order to fix that bug. 2013-11-20 21:18:23 +00:00
convert.cc Fix row coalescing for NV12 and NV21 to I420. 2013-11-05 02:15:55 +00:00
cpu_id.cc Add __declspec(safebuffers) to functions with arrays on stack that have explicit checks to avoid a redundent compiler stack check. 2013-11-01 21:27:31 +00:00
format_conversion.cc Add __declspec(safebuffers) to functions with arrays on stack that have explicit checks to avoid a redundent compiler stack check. 2013-11-01 21:27:31 +00:00
mjpeg_decoder.cc Add __declspec(safebuffers) to functions with arrays on stack that have explicit checks to avoid a redundent compiler stack check. 2013-11-01 21:27:31 +00:00
mjpeg_validate.cc
planar_functions.cc Reduce blur radius based on width. And Makefile clean remove temp files. 2013-11-18 19:18:15 +00:00
rotate_argb.cc Add __declspec(safebuffers) to functions with arrays on stack that have explicit checks to avoid a redundent compiler stack check. 2013-11-01 21:27:31 +00:00
rotate_mips.cc
rotate_neon.cc replace static const with static to avoid internal compiler error with gcc 2013-08-02 17:48:24 +00:00
rotate.cc Add __declspec(safebuffers) to functions with arrays on stack that have explicit checks to avoid a redundent compiler stack check. 2013-11-01 21:27:31 +00:00
row_any.cc Bayer GG specialized version for Sobel 2013-10-25 07:39:43 +00:00
row_common.cc Add __declspec(safebuffers) to functions with arrays on stack that have explicit checks to avoid a redundent compiler stack check. 2013-11-01 21:27:31 +00:00
row_mips.cc Move scale row functions to scale_win etc 2013-11-28 01:16:15 +00:00
row_neon.cc Bayer GG specialized version for Sobel 2013-10-25 07:39:43 +00:00
row_posix.cc Move scale row functions to scale_win etc 2013-11-28 01:16:15 +00:00
row_win.cc Report of affine to nacl using %k0 2013-11-15 17:42:44 +00:00
row_x86.asm
scale_argb_neon.cc Move scale row functions to scale_win etc 2013-11-28 01:16:15 +00:00
scale_argb.cc Move scale row functions to scale_win etc 2013-11-28 01:16:15 +00:00
scale_common.cc Move scale row functions to scale_win etc 2013-11-28 01:16:15 +00:00
scale_mips.cc replace static const with static to avoid internal compiler error with gcc 2013-08-02 17:48:24 +00:00
scale_neon.cc Move scale row functions to scale_win etc 2013-11-28 01:16:15 +00:00
scale_posix.cc Move scale row functions to scale_win etc 2013-11-28 01:16:15 +00:00
scale_win.cc Move scale row functions to scale_win etc 2013-11-28 01:16:15 +00:00
scale.cc Move scale row functions to scale_win etc 2013-11-28 01:16:15 +00:00
video_common.cc Add OSX fourcc for 32 and 24 bit big endian formats, using by camtwist 2013-05-19 18:32:45 +00:00
x86inc.asm