2012-04-03 00:49:16 +00:00
..
compare.cc With an asm() away lint, this cleans up most remaining issues. 2012-03-29 02:19:26 +00:00
convert_from.cc I420ToARGB without row buffer faster and unlimited in size. Uses SSSE3 unaligned for multiples of 8 and C for remainder 2012-03-30 18:10:50 +00:00
convert.cc Lint cleanup for Neon and Visual C inline. 2012-03-29 23:19:34 +00:00
convertfrom.cc copyrow for neon but not thumb for cros 2012-02-24 10:58:45 +00:00
cpu_id.cc With an asm() away lint, this cleans up most remaining issues. 2012-03-29 02:19:26 +00:00
format_conversion.cc Lint cleanup for Neon and Visual C inline. 2012-03-29 23:19:34 +00:00
mjpeg_decoder.cc JPEG use new/delete instead of scoped pointer 2012-03-27 21:28:05 +00:00
planar_functions.cc Alpha blend 2 sources and store to a destination. Useful for A under B blending. 2012-04-03 00:49:16 +00:00
rotate_neon.cc With an asm() away lint, this cleans up most remaining issues. 2012-03-29 02:19:26 +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 Lint cleanup for Neon and Visual C inline. 2012-03-29 23:19:34 +00:00
row_common.cc Alpha blend 2 sources and store to a destination. Useful for A under B blending. 2012-04-03 00:49:16 +00:00
row_neon.cc With an asm() away lint, this cleans up most remaining issues. 2012-03-29 02:19:26 +00:00
row_posix.cc Alpha blend 2 sources and store to a destination. Useful for A under B blending. 2012-04-03 00:49:16 +00:00
row_win.cc Alpha blend 2 sources and store to a destination. Useful for A under B blending. 2012-04-03 00:49:16 +00:00
row.h Alpha blend 2 sources and store to a destination. Useful for A under B blending. 2012-04-03 00:49:16 +00:00
scale.cc Lint cleanup for Neon and Visual C inline. 2012-03-29 23:19:34 +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