| .. |
|
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
|
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
|
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
|
Change name of variable for convert to crop_width/height instead of dst_width/height to clarify that it is used to crop the original before rotation and is not the final destination size.
|
2013-12-16 18:23:04 +00:00 |
|
convert_to_i420.cc
|
Change name of variable for convert to crop_width/height instead of dst_width/height to clarify that it is used to crop the original before rotation and is not the final destination size.
|
2013-12-16 18:23:04 +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
|
format conversion use malloc
|
2013-12-26 23:25:03 +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
|
Use malloc for row buffers in rotate
|
2013-12-26 21:41:11 +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
|
Use malloc for row buffers in rotate
|
2013-12-26 21:41:11 +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
|
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
|
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 |
|
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
|
Use malloc for row buffers in scalers removing size limitations.
|
2013-12-27 01:11:26 +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
|
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 |
|
scale_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 |
|
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
|
Use malloc for row buffers in scalers removing size limitations.
|
2013-12-27 01:11: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 |