2011-11-19 01:39:57 +00:00
..
compare.cc Change WIN32 to _M_IX86 and use YUV_DISABLE_ASM consistently 2011-11-17 22:13:17 +00:00
conversion_tables.h cleanup yuv for consistency. stride, return int, negative heights, inplace conversions, lower case names, filter enum, uint, planarfunction updates, remove common.h, remove common/ folder, cpuid header public, move headers into libyuv/, add libyuv.h, fixed header guards, remove internal timing from scale, tweaks for llvm build, videocommon simplified 2011-10-14 17:50:12 +00:00
convert.cc Order includes. 2011-11-11 00:54:34 +00:00
cpu_id.cc Order includes. 2011-11-11 00:54:34 +00:00
format_conversion.cc Change WIN32 to _M_IX86 and use YUV_DISABLE_ASM consistently 2011-11-17 22:13:17 +00:00
planar_functions.cc YUVToARGB, YUVToBGRA,YUVToABGR optimized. 2011-11-19 01:39:57 +00:00
rotate_neon.cc Change WIN32 to _M_IX86 and use YUV_DISABLE_ASM consistently 2011-11-17 22:13:17 +00:00
rotate_priv.h fix internal compiler error on mac by removing const from vectors 2011-11-11 21:57:06 +00:00
rotate.cc Change WIN32 to _M_IX86 and use YUV_DISABLE_ASM consistently 2011-11-17 22:13:17 +00:00
row_common.cc remove row table, make C use math that mimics SIMD for exactness. Also 2x faster than old code which mimiced old SIMD via tables. 9000 ms instead of 20000 ms 2011-11-18 21:03:54 +00:00
row_neon.cc YUVToARGB, YUVToBGRA,YUVToABGR optimized. 2011-11-19 01:39:57 +00:00
row_posix.cc remove row table, make C use math that mimics SIMD for exactness. Also 2x faster than old code which mimiced old SIMD via tables. 9000 ms instead of 20000 ms 2011-11-18 21:03:54 +00:00
row_win.cc remove row table, make C use math that mimics SIMD for exactness. Also 2x faster than old code which mimiced old SIMD via tables. 9000 ms instead of 20000 ms 2011-11-18 21:03:54 +00:00
row.h YUVToARGB, YUVToBGRA,YUVToABGR optimized. 2011-11-19 01:39:57 +00:00
scale.cc Change WIN32 to _M_IX86 and use YUV_DISABLE_ASM consistently 2011-11-17 22:13:17 +00:00
video_common.cc cleanup yuv for consistency. stride, return int, negative heights, inplace conversions, lower case names, filter enum, uint, planarfunction updates, remove common.h, remove common/ folder, cpuid header public, move headers into libyuv/, add libyuv.h, fixed header guards, remove internal timing from scale, tweaks for llvm build, videocommon simplified 2011-10-14 17:50:12 +00:00
video_common.h ARGB to and from I420 ported to x64 2011-11-07 21:58:52 +00:00