fbarchard@google.com a62a97f142 Change branch notation to clang compatible b dot cc
BUG=357
TESTED=local ios a64 build
R=yunqingwang@google.com

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

git-svn-id: http://libyuv.googlecode.com/svn/trunk@1084 16f28f9a-4ce2-e073-06de-1de4eb20be90
2014-09-15 22:45:32 +00:00
..
compare_common.cc compare_common visual c port 2014-01-09 19:11:09 +00:00
compare_neon.cc Change branch notation to clang compatible b dot cc 2014-09-15 22:45:32 +00:00
compare_posix.cc
compare_win.cc
compare.cc AArch64:add SumSquareError_NEON armv8 assembly version 2014-08-13 06:10:02 +00:00
convert_argb.cc Port conversion functions to c. 2014-07-08 18:44:57 +00:00
convert_from_argb.cc ARGBToNV12 fix for memory leak on row_u_mem. 2014-08-21 22:40:22 +00:00
convert_from.cc Port conversion functions to c. 2014-07-08 18:44:57 +00:00
convert_jpeg.cc libyuv::MJPGToI420() and libyuv::MJPGToARGB() return failure if callback to JPeg fails. 2014-01-28 03:08:59 +00:00
convert_to_argb.cc Conversion functions ported to C89 / Visual C. 2014-01-13 18:32:37 +00:00
convert_to_i420.cc Conversion functions ported to C89 / Visual C. 2014-01-13 18:32:37 +00:00
convert.cc Row AArch64 Neon implementation - Part 6 2014-08-29 08:12:51 +00:00
cpu_id.cc Mingw xgetbv use gcc assembly not visual c. 2014-08-18 23:45:59 +00:00
format_conversion.cc Row AArch64 Neon implementation - Part 5 2014-08-21 10:07:11 +00:00
mjpeg_decoder.cc fix a lint warning about a space needed after && in ifdef 2014-08-18 23:22:20 +00:00
mjpeg_validate.cc
planar_functions.cc check copy has different address. If same, skip the copy to avoid valgrind error. 2014-06-11 00:16:59 +00:00
rotate_argb.cc Rotate functions ported to C. This completes all rotate functionality under c89, for overall 71% complete port. 2014-01-13 18:31:35 +00:00
rotate_mips.cc only enable mips assembly for old 32 bit abi. new 32 bit abi and 64 bit bit able remove t4 to t7 and add a4 to a7 2014-06-24 23:40:52 +00:00
rotate_neon64.cc Change branch notation to clang compatible b dot cc 2014-09-15 22:45:32 +00:00
rotate_neon.cc Change ifdefs for arm 32 and 64 bit so there will only be 32 bit in legacy mode. 2014-09-15 22:05:01 +00:00
rotate.cc add TransposeWx8_NEON's aarch64 implementation 2014-09-12 08:11:20 +00:00
row_any.cc Row AArch64 Neon implementation - Part 6 2014-08-29 08:12:51 +00:00
row_common.cc YUV scaling with 16 bit planes 2014-05-20 19:22:30 +00:00
row_mips.cc disable mips assembly for __mips_isa_rev 6 2014-08-27 18:14:58 +00:00
row_neon64.cc Change branch notation to clang compatible b dot cc 2014-09-15 22:45:32 +00:00
row_neon.cc Change ifdefs for arm 32 and 64 bit so there will only be 32 bit in legacy mode. 2014-09-15 22:05:01 +00:00
row_posix.cc
row_win.cc ifdef headers to avoid intrinsics if built with gcc 64 bit on windows. 2014-08-21 22:44:49 +00:00
row_x86.asm
scale_argb.cc Warning fix for implicite cast in scaling from int64 to int. 2014-03-18 22:23:15 +00:00
scale_common.cc YUV scaling with 16 bit planes 2014-05-20 19:22:30 +00:00
scale_mips.cc only enable mips assembly for old 32 bit abi. new 32 bit abi and 64 bit bit able remove t4 to t7 and add a4 to a7 2014-06-24 23:40:52 +00:00
scale_neon64.cc Change branch notation to clang compatible b dot cc 2014-09-15 22:45:32 +00:00
scale_neon.cc Change ifdefs for arm 32 and 64 bit so there will only be 32 bit in legacy mode. 2014-09-15 22:05:01 +00:00
scale_posix.cc
scale_win.cc
scale.cc YUV scaling with 16 bit planes 2014-05-20 19:22:30 +00:00
video_common.cc
x86inc.asm