| .. |
|
compare.cc
|
add a comparison function
|
2011-11-10 20:13:42 +00:00 |
|
conversion_tables.h
|
cleanup yuv for consistency. stride, return int, negative heights, inplace conversions, lower case names, filter enum, uint, planarfunction updates, remove common.h, remove common/ folder, cpuid header public, move headers into libyuv/, add libyuv.h, fixed header guards, remove internal timing from scale, tweaks for llvm build, videocommon simplified
|
2011-10-14 17:50:12 +00:00 |
|
convert.cc
|
ARGB to and from I420 ported to x64
|
2011-11-07 21:58:52 +00:00 |
|
cpu_id.cc
|
Fix for InitCpuFlags for android.
|
2011-11-08 00:12:33 +00:00 |
|
format_conversion.cc
|
bayer off by one on width
|
2011-11-08 19:35:52 +00:00 |
|
planar_functions.cc
|
remove align16 macro
|
2011-11-10 20:28:35 +00:00 |
|
rotate_neon.cc
|
Change add + shift syntax for arm assembly.
|
2011-11-03 23:33:01 +00:00 |
|
rotate_priv.h
|
I420 and NV12 rotate functions.
|
2011-10-19 17:52:15 +00:00 |
|
rotate.cc
|
Move neon rotate code from straight assembly to inline.
|
2011-11-03 22:41:59 +00:00 |
|
row_common.cc
|
move code from table to common
|
2011-11-10 20:13:57 +00:00 |
|
row_posix.cc
|
row functions for windows use ssse3 for yuv to rgb. mac use sse3 for rgb to yuv
|
2011-11-10 18:26:20 +00:00 |
|
row_table.cc
|
move code from table to common
|
2011-11-10 20:13:57 +00:00 |
|
row_win.cc
|
remove _ from simd in row
|
2011-11-10 20:48:35 +00:00 |
|
row.h
|
row functions for windows use ssse3 for yuv to rgb. mac use sse3 for rgb to yuv
|
2011-11-10 18:26:20 +00:00 |
|
scale.cc
|
Avoid using Q4-Q7 registers for NEON.
|
2011-11-03 00:54:50 +00:00 |
|
video_common.cc
|
cleanup yuv for consistency. stride, return int, negative heights, inplace conversions, lower case names, filter enum, uint, planarfunction updates, remove common.h, remove common/ folder, cpuid header public, move headers into libyuv/, add libyuv.h, fixed header guards, remove internal timing from scale, tweaks for llvm build, videocommon simplified
|
2011-10-14 17:50:12 +00:00 |
|
video_common.h
|
ARGB to and from I420 ported to x64
|
2011-11-07 21:58:52 +00:00 |