| .. |
|
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
|
Use 64 bit Sum for planar function to remove size limitation
|
2014-01-02 22:57:06 +00:00 |
|
convert_argb.cc
|
Conversions use malloc for row buffers.
|
2013-12-27 02:00:30 +00:00 |
|
convert_from_argb.cc
|
Combines multiple allocs into one call.
|
2013-12-30 21:11:21 +00:00 |
|
convert_from.cc
|
Conversions use malloc for row buffers.
|
2013-12-27 02:00:30 +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
|
Conversions use malloc for row buffers.
|
2013-12-27 02:00:30 +00:00 |
|
cpu_id.cc
|
Conversions use malloc for row buffers.
|
2013-12-27 02:00:30 +00:00 |
|
format_conversion.cc
|
Conversions use malloc for row buffers.
|
2013-12-27 02:00:30 +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
|
sobel use one alloc instead of 3.
|
2013-12-30 18:39:43 +00:00 |
|
rotate_argb.cc
|
lint fixes
|
2013-12-27 02:09:58 +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
|
Conversions use malloc for row buffers.
|
2013-12-27 02:00:30 +00:00 |
|
row_any.cc
|
Bayer GG specialized version for Sobel
|
2013-10-25 07:39:43 +00:00 |
|
row_common.cc
|
FixedDiv1 using a single 64/32 divide. Removes size restriction from slope.
|
2014-01-02 22:32:09 +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
|
FixedDiv1 using a single 64/32 divide. Removes size restriction from slope.
|
2014-01-02 22:32:09 +00:00 |
|
row_win.cc
|
FixedDiv1 using a single 64/32 divide. Removes size restriction from slope.
|
2014-01-02 22:32:09 +00:00 |
|
row_x86.asm
|
yasm ALIGN uppercase
|
2013-12-03 00:51:14 +00:00 |
|
scale_argb.cc
|
gargantuan width support on ARGBScale
|
2014-01-03 01:15:31 +00:00 |
|
scale_common.cc
|
gargantuan width support on ARGBScale
|
2014-01-03 01:15:31 +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
|
FixedDiv1 using a single 64/32 divide. Removes size restriction from slope.
|
2014-01-02 22:32:09 +00:00 |
|
scale_win.cc
|
FixedDiv1 using a single 64/32 divide. Removes size restriction from slope.
|
2014-01-02 22:32:09 +00:00 |
|
scale.cc
|
Use 64 bit fixed point for scaling columns if source is 32k or wider.
|
2014-01-03 00:34:55 +00:00 |
|
video_common.cc
|
Add little endian 555/565 kCMPixelFormat's to alias list
|
2014-01-02 20:31:40 +00:00 |
|
x86inc.asm
|
Do not allows the other elfs to run on the chimney stack
|
2012-12-13 18:44:41 +00:00 |