| .. |
|
compare_common.cc
|
Replace two spaces with one after .
|
2013-01-28 00:02:35 +00:00 |
|
compare_neon.cc
|
Replace two spaces with one after .
|
2013-01-28 00:02:35 +00:00 |
|
compare_posix.cc
|
Replace two spaces with one after .
|
2013-01-28 00:02:35 +00:00 |
|
compare_win.cc
|
Replace two spaces with one after .
|
2013-01-28 00:02:35 +00:00 |
|
compare.cc
|
Replace two spaces with one after .
|
2013-01-28 00:02:35 +00:00 |
|
convert_argb.cc
|
Fix lint error in mjpeg and remove unnecessary includes.
|
2013-01-28 05:08:14 +00:00 |
|
convert_from_argb.cc
|
ARGBToI400 and ARGBToI411 using AVX2. YUY2ToI420 and UVYVToI420 use AVX2. CopyPlane use rep movsb for AVX2. CopyPlane2 use rep movsb for AVX2 and CopyPlane if strides match AVX2, which will do a single rep movsb for entire image if stride == width. MergeUV for I420ToNV12.
|
2013-02-11 20:30:41 +00:00 |
|
convert_from.cc
|
ARGBToI400 and ARGBToI411 using AVX2. YUY2ToI420 and UVYVToI420 use AVX2. CopyPlane use rep movsb for AVX2. CopyPlane2 use rep movsb for AVX2 and CopyPlane if strides match AVX2, which will do a single rep movsb for entire image if stride == width. MergeUV for I420ToNV12.
|
2013-02-11 20:30:41 +00:00 |
|
convert.cc
|
ARGBToI400 and ARGBToI411 using AVX2. YUY2ToI420 and UVYVToI420 use AVX2. CopyPlane use rep movsb for AVX2. CopyPlane2 use rep movsb for AVX2 and CopyPlane if strides match AVX2, which will do a single rep movsb for entire image if stride == width. MergeUV for I420ToNV12.
|
2013-02-11 20:30:41 +00:00 |
|
cpu_id.cc
|
Replace two spaces with one after .
|
2013-01-28 00:02:35 +00:00 |
|
format_conversion.cc
|
Replace two spaces with one after .
|
2013-01-28 00:02:35 +00:00 |
|
memcpy_mips.S
|
Replace two spaces with one after .
|
2013-01-28 00:02:35 +00:00 |
|
mjpeg_decoder.cc
|
Fix lint error in mjpeg and remove unnecessary includes.
|
2013-01-28 05:08:14 +00:00 |
|
planar_functions.cc
|
ARGBToI400 and ARGBToI411 using AVX2. YUY2ToI420 and UVYVToI420 use AVX2. CopyPlane use rep movsb for AVX2. CopyPlane2 use rep movsb for AVX2 and CopyPlane if strides match AVX2, which will do a single rep movsb for entire image if stride == width. MergeUV for I420ToNV12.
|
2013-02-11 20:30:41 +00:00 |
|
rotate_argb.cc
|
mips optimized copy for all functions using CopyRows.
|
2013-01-28 19:43:29 +00:00 |
|
rotate_mips.cc
|
Replace two spaces with one after .
|
2013-01-28 00:02:35 +00:00 |
|
rotate_neon.cc
|
Replace two spaces with one after .
|
2013-01-28 00:02:35 +00:00 |
|
rotate.cc
|
mips optimized copy for all functions using CopyRows.
|
2013-01-28 19:43:29 +00:00 |
|
row_any.cc
|
ARGBToI400 and ARGBToI411 using AVX2. YUY2ToI420 and UVYVToI420 use AVX2. CopyPlane use rep movsb for AVX2. CopyPlane2 use rep movsb for AVX2 and CopyPlane if strides match AVX2, which will do a single rep movsb for entire image if stride == width. MergeUV for I420ToNV12.
|
2013-02-11 20:30:41 +00:00 |
|
row_common.cc
|
Fix lint error in mjpeg and remove unnecessary includes.
|
2013-01-28 05:08:14 +00:00 |
|
row_mips.cc
|
Replace two spaces with one after .
|
2013-01-28 00:02:35 +00:00 |
|
row_neon.cc
|
Disable Neon multiply 2 images
|
2013-02-06 05:46:15 +00:00 |
|
row_posix.cc
|
Interpolate for SSE2 with specialization for 1/4, 1/2, 3/4 and 1
|
2013-02-05 22:42:56 +00:00 |
|
row_win.cc
|
ARGBToI400 and ARGBToI411 using AVX2. YUY2ToI420 and UVYVToI420 use AVX2. CopyPlane use rep movsb for AVX2. CopyPlane2 use rep movsb for AVX2 and CopyPlane if strides match AVX2, which will do a single rep movsb for entire image if stride == width. MergeUV for I420ToNV12.
|
2013-02-11 20:30:41 +00:00 |
|
row_x86.asm
|
ARGBToI400 and ARGBToI411 using AVX2. YUY2ToI420 and UVYVToI420 use AVX2. CopyPlane use rep movsb for AVX2. CopyPlane2 use rep movsb for AVX2 and CopyPlane if strides match AVX2, which will do a single rep movsb for entire image if stride == width. MergeUV for I420ToNV12.
|
2013-02-11 20:30:41 +00:00 |
|
scale_argb_neon.cc
|
Replace two spaces with one after .
|
2013-01-28 00:02:35 +00:00 |
|
scale_argb.cc
|
ARGBToI444_SSSE3 port to gcc
|
2013-02-04 18:47:21 +00:00 |
|
scale_mips.cc
|
Replace two spaces with one after .
|
2013-01-28 00:02:35 +00:00 |
|
scale_neon.cc
|
Replace two spaces with one after .
|
2013-01-28 00:02:35 +00:00 |
|
scale.cc
|
Enable bilinear instead of box filter if size of destination is greater than source / 2.
|
2013-02-06 19:01:47 +00:00 |
|
video_common.cc
|
Replace two spaces with one after .
|
2013-01-28 00:02:35 +00:00 |
|
x86inc.asm
|
Do not allows the other elfs to run on the chimney stack
|
2012-12-13 18:44:41 +00:00 |