| .. |
|
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
|
Reduce blur radius based on width. And Makefile clean remove temp files.
|
2013-11-18 19:18:15 +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
|
use scale for subsampling to handle odd source width to even destination width.
|
2013-12-03 00:27:29 +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
|
Swap x and dx to get slope right.
|
2013-12-06 19:49:56 +00:00 |
|
scale_common.cc
|
Couple fixes for scale common
|
2013-12-06 19:20:40 +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
|
Use xor/mov bx instead of movzx to avoid drmemory bug
|
2013-12-04 03:04:58 +00:00 |
|
scale_win.cc
|
Use xor/mov bx instead of movzx to avoid drmemory bug
|
2013-12-04 03:04:58 +00:00 |
|
scale.cc
|
Function to switch filters to a simplier one based on scale factors.
|
2013-12-05 00:28:12 +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 |