..
compare_common.cc
yasm ALIGN uppercase
2013-12-03 00:51:14 +00:00
compare_neon.cc
yasm ALIGN uppercase
2013-12-03 00:51:14 +00:00
compare_posix.cc
yasm ALIGN uppercase
2013-12-03 00:51:14 +00:00
compare_win.cc
yasm ALIGN uppercase
2013-12-03 00:51:14 +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
yasm ALIGN uppercase
2013-12-03 00:51:14 +00:00
convert_from.cc
I444ToI420 etc use ScalePlane on Y to allow mirroring.
2013-12-04 23:36:06 +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
Fix ConvertToI420() to properly delete temporary array when rotating result. When rotating an image ConvertToI420() allocates a temporary buffer using new[], but then attempts to delete it using delete instead of delete[].This issue is not the root cause of the referenced bug, but it needs to be addressed in order to fix that bug.
2013-11-20 21:18:23 +00:00
convert_to_i420.cc
Fix ConvertToI420() to properly delete temporary array when rotating result. When rotating an image ConvertToI420() allocates a temporary buffer using new[], but then attempts to delete it using delete instead of delete[].This issue is not the root cause of the referenced bug, but it needs to be addressed in order to fix that bug.
2013-11-20 21:18:23 +00:00
convert.cc
I444ToI420 etc use ScalePlane on Y to allow mirroring.
2013-12-04 23:36:06 +00:00
cpu_id.cc
Windows Arm makefile and build fix.
2013-12-03 19:13:53 +00:00
format_conversion.cc
Add __declspec(safebuffers) to functions with arrays on stack that have explicit checks to avoid a redundent compiler stack check.
2013-11-01 21:27:31 +00:00
mjpeg_decoder.cc
Add __declspec(safebuffers) to functions with arrays on stack that have explicit checks to avoid a redundent compiler stack check.
2013-11-01 21:27:31 +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
yuv use scale slope calc
2013-12-07 00:55:23 +00:00
rotate_argb.cc
Add __declspec(safebuffers) to functions with arrays on stack that have explicit checks to avoid a redundent compiler stack check.
2013-11-01 21:27:31 +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
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_any.cc
Bayer GG specialized version for Sobel
2013-10-25 07:39:43 +00:00
row_common.cc
Add __declspec(safebuffers) to functions with arrays on stack that have explicit checks to avoid a redundent compiler stack check.
2013-11-01 21:27:31 +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
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_posix.cc
First pass using bundle_lock / bundle_unlock from binutils update.
2013-12-13 22:40:53 +00:00
row_win.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_x86.asm
yasm ALIGN uppercase
2013-12-03 00:51:14 +00:00
scale_argb.cc
scale down 4
2013-12-09 21:07:37 +00:00
scale_common.cc
Reduce filter to None if 1 pixel wide.
2013-12-09 19:56:16 +00:00
scale_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
scale_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
scale_posix.cc
Switch from xor/mov bx, to movzx ebx, which still passes drmemory and valgrind.
2013-12-08 19:23:41 +00:00
scale_win.cc
Switch from xor/mov bx, to movzx ebx, which still passes drmemory and valgrind.
2013-12-08 19:23:41 +00:00
scale.cc
clamp pointer to max row to avoid stepping off source image.
2013-12-08 21:13:09 +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