mikhal@webrtc.org 25ba021148 LibYuv:Adding input checks
(open TODO: Add unit tests)
Review URL: https://webrtc-codereview.appspot.com/698004

git-svn-id: http://libyuv.googlecode.com/svn/trunk@309 16f28f9a-4ce2-e073-06de-1de4eb20be90
2012-07-19 16:38:27 +00:00
..
compare.cc p2align all loops, copy stride to local for scale, and copy last byte in bilinear more efficiently 2012-05-02 00:10:16 +00:00
convert_argb.cc LibYuv:Adding input checks 2012-07-19 16:38:27 +00:00
convert_from.cc LibYuv:Adding input checks 2012-07-19 16:38:27 +00:00
convert.cc LibYuv:Adding input checks 2012-07-19 16:38:27 +00:00
cpu_id.cc followup cleanup for blur and make compilable with /clr 2012-06-12 05:46:49 +00:00
format_conversion.cc I411ToARGB doing 2 UV values with 8 Y values 2012-06-04 23:47:11 +00:00
mjpeg_decoder.cc followup cleanup for blur and make compilable with /clr 2012-06-12 05:46:49 +00:00
planar_functions.cc ARGBGrayTo takes source and destination pointers so caller does not need to make a copy of the image. 2012-07-18 18:54:32 +00:00
rotate_argb.cc Rotate ARGB using a scale function that reads with step, combining to form 16 bytes at a time. 2012-06-26 23:46:25 +00:00
rotate_neon.cc p2align all loops, copy stride to local for scale, and copy last byte in bilinear more efficiently 2012-05-02 00:10:16 +00:00
rotate_priv.h clang on linux prefers no args for rep movsl/stosl. ifdef for C that removes namespace. extern c allows c++ to be used to compile, including with namespace, but C program can link libyuv 2011-12-10 07:45:58 +00:00
rotate.cc Rotate ARGB using a scale function that reads with step, combining to form 16 bytes at a time. 2012-06-26 23:46:25 +00:00
row_common.cc ARGBGrayTo takes source and destination pointers so caller does not need to make a copy of the image. 2012-07-18 18:54:32 +00:00
row_neon.cc I411ToARGB doing 2 UV values with 8 Y values 2012-06-04 23:47:11 +00:00
row_posix.cc ARGBGrayTo takes source and destination pointers so caller does not need to make a copy of the image. 2012-07-18 18:54:32 +00:00
row_win.cc ARGBGrayTo takes source and destination pointers so caller does not need to make a copy of the image. 2012-07-18 18:54:32 +00:00
row.h ARGBGrayTo takes source and destination pointers so caller does not need to make a copy of the image. 2012-07-18 18:54:32 +00:00
scale_argb.cc Internals of scale use ptrdiff_t to allow ARGBInterpolate to use stride between 2 images. 2012-07-16 22:58:35 +00:00
scale.cc Internals of scale use ptrdiff_t to allow ARGBInterpolate to use stride between 2 images. 2012-07-16 22:58:35 +00:00
video_common.cc gcc port of alpha blend and add align to row_win loops 2012-03-07 18:24:51 +00:00