2014-01-13 18:31:35 +00:00
..
compare_common.cc compare_common visual c port 2014-01-09 19:11:09 +00:00
compare_neon.cc yasm ALIGN uppercase 2013-12-03 00:51:14 +00:00
compare_posix.cc NaCL pepper_33 port of scale and compare using lock/unlock. Remove less useful scaling tests and change default size to a multiple of 16 for better assembly coverage. 2013-12-17 18:27:06 +00:00
compare_win.cc yasm ALIGN uppercase 2013-12-03 00:51:14 +00:00
compare.cc Remainder calc needs to be after blocks are done. Move calc to old location. 2014-01-09 20:29:27 +00:00
convert_argb.cc Switch to c style casts for all source and includes. 2014-01-07 03:03:00 +00:00
convert_from_argb.cc Switch to c style casts for all source and includes. 2014-01-07 03:03:00 +00:00
convert_from.cc Conversions use malloc for row buffers. 2013-12-27 02:00:30 +00:00
convert_jpeg.cc use LIBYUV_BOOL instead of bool 2014-01-07 03:59:31 +00:00
convert_to_argb.cc cast malloc to uint8* 2014-01-07 06:06:01 +00:00
convert_to_i420.cc cast malloc to uint8* 2014-01-07 06:06:01 +00:00
convert.cc Conversions use malloc for row buffers. 2013-12-27 02:00:30 +00:00
cpu_id.cc Port a few functions to C 2014-01-06 22:37:28 +00:00
format_conversion.cc Switch to c style casts for all source and includes. 2014-01-07 03:03:00 +00:00
mjpeg_decoder.cc use LIBYUV_BOOL instead of bool 2014-01-07 03:59:31 +00:00
mjpeg_validate.cc Port a few functions to C 2014-01-06 22:37:28 +00:00
planar_functions.cc Declare parameters that are unused, since C does not let you give a type without name. 2014-01-07 05:42:27 +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 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 Reduce alignment for loops from 16 bytes to 4 bytes. Reduces outer loop overhead without hurting innerloop time. 2013-12-02 15:57:39 +00:00
rotate.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
row_any.cc Bayer GG specialized version for Sobel 2013-10-25 07:39:43 +00:00
row_common.cc common functions (c row functions) ported to C89. 2014-01-10 20:55:39 +00:00
row_mips.cc Reduce alignment for loops from 16 bytes to 4 bytes. Reduces outer loop overhead without hurting innerloop time. 2013-12-02 15:57:39 +00:00
row_neon.cc Neon RGBToUV more accurate coefficients and subsample averaging. Instead of adding 4 pixels and making coefficients 4x smaller, this makes the coefficients 2x small and does a shift, for best accuracy. 2013-12-26 19:17:21 +00:00
row_posix.cc Switch to c style casts for all source and includes. 2014-01-07 03:03:00 +00:00
row_win.cc Switch to c style casts for all source and includes. 2014-01-07 03:03:00 +00:00
row_x86.asm yasm ALIGN uppercase 2013-12-03 00:51:14 +00:00
scale_argb.cc Port scale to C moving variable definitions to top of functions. 2014-01-11 04:59:01 +00:00
scale_common.cc common functions (c row functions) ported to C89. 2014-01-10 20:55:39 +00:00
scale_mips.cc Declare parameters that are unused, since C does not let you give a type without name. 2014-01-07 05:42:27 +00:00
scale_neon.cc Declare parameters that are unused, since C does not let you give a type without name. 2014-01-07 05:42:27 +00:00
scale_posix.cc Declare parameters that are unused, since C does not let you give a type without name. 2014-01-07 05:42:27 +00:00
scale_win.cc Declare parameters that are unused, since C does not let you give a type without name. 2014-01-07 05:42:27 +00:00
scale.cc Port scale to C moving variable definitions to top of functions. 2014-01-11 04:59:01 +00:00
video_common.cc Port a few functions to C 2014-01-06 22:37:28 +00:00
x86inc.asm Do not allows the other elfs to run on the chimney stack 2012-12-13 18:44:41 +00:00