fbarchard@google.com ca8f826ba3 Luma fetch 4 pixels
BUG=267
TEST=Luma*
R=ryanpetrie@google.com

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

git-svn-id: http://libyuv.googlecode.com/svn/trunk@831 16f28f9a-4ce2-e073-06de-1de4eb20be90
2013-10-28 22:53:22 +00:00
..
compare_common.cc remove empty last line 2013-04-24 19:08:17 +00:00
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 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.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 Move convert_to_argb and MJPGToARGB to isolated files. Move ValidateJPeg to its own file. Allows jpeg to be not linked in for more applications. 2013-04-11 16:34:24 +00:00
convert_to_argb.cc Move convert_to_argb and MJPGToARGB to isolated files. Move ValidateJPeg to its own file. Allows jpeg to be not linked in for more applications. 2013-04-11 16:34:24 +00:00
convert_to_i420.cc isolate jpeg to convert_jpeg and call from convert_to_i420 2013-04-09 23:00:56 +00:00
convert.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
cpu_id.cc set EBX as output register 2013-10-22 00:55:44 +00:00
format_conversion.cc More ifdefs to build all libyuv and not get link errors on missing assembly 2013-08-13 21:54:23 +00:00
mjpeg_decoder.cc Remove duplicate function 2013-04-11 20:37:10 +00:00
mjpeg_validate.cc Move convert_to_argb and MJPGToARGB to isolated files. Move ValidateJPeg to its own file. Allows jpeg to be not linked in for more applications. 2013-04-11 16:34:24 +00:00
planar_functions.cc Full metal BCS 2013-10-28 17:10:49 +00:00
rotate_argb.cc Disable assembly for rotate and scale 2013-08-14 18:45:16 +00:00
rotate_mips.cc Change YUV_DISABLE_ASM to LIBYUV_DISABLE_NEON, LIBYUV_DISABLE_MIPS, LIBYUV_DISABLE_X86 2013-02-27 00:20:29 +00:00
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 Disable assembly for rotate and scale 2013-08-14 18:45:16 +00:00
row_any.cc Bayer GG specialized version for Sobel 2013-10-25 07:39:43 +00:00
row_common.cc Full metal BCS 2013-10-28 17:10:49 +00:00
row_mips.cc Adapt row interpolator to do YUV as well as ARGB without extrude so it can be used in I420Scale. 2013-05-30 23:42:27 +00:00
row_neon.cc Bayer GG specialized version for Sobel 2013-10-25 07:39:43 +00:00
row_posix.cc Luma fetch 4 pixels 2013-10-28 22:53:22 +00:00
row_win.cc Luma fetch 4 pixels 2013-10-28 22:53:22 +00:00
row_x86.asm Unattenuate AVX2 2013-02-20 22:18:36 +00:00
scale_argb_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
scale_argb.cc Add space around each nacl macro for clang compatibility with -Wreserved-user-defined-literal 2013-10-24 20:12:36 +00:00
scale_common.cc Port InterpolateRows to AVX2 2013-09-03 07:18:21 +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 replace static const with static to avoid internal compiler error with gcc 2013-08-02 17:48:24 +00:00
scale.cc Change unittests to pass when size is 1 tall. 2013-10-14 19:36:26 +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 Do not allows the other elfs to run on the chimney stack 2012-12-13 18:44:41 +00:00