aboutsummaryrefslogtreecommitdiff
path: root/source/scale_common.cc
AgeCommit message (Expand)Author
2014-01-10common functions (c row functions) ported to C89.fbarchard@google.com
2014-01-09Scale mirror bug fix.fbarchard@google.com
2014-01-07Declare parameters that are unused, since C does not let you give a type with...fbarchard@google.com
2014-01-07use LIBYUV_BOOL instead of boolfbarchard@google.com
2014-01-07Switch to c style casts for all source and includes.fbarchard@google.com
2014-01-03Only do 1x1 work around for large sourcefbarchard@google.com
2014-01-03Warning fixes for implicite casts that vs2012 complains about with higher war...fbarchard@google.com
2014-01-03point sample 64 bit column filterfbarchard@google.com
2014-01-03gargantuan width support on ARGBScalefbarchard@google.com
2014-01-03Work around for 1 pixel destinationfbarchard@google.com
2014-01-03Use 64 bit fixed point for scaling columns if source is 32k or wider.fbarchard@google.com
2014-01-02FixedDiv1 using a single 64/32 divide. Removes size restriction from slope.fbarchard@google.com
2013-12-09Reduce filter to None if 1 pixel wide.fbarchard@google.com
2013-12-08Fix for off by one in scale - only source should be src - 0x10001 because des...fbarchard@google.com
2013-12-07yuv use scale slope calcfbarchard@google.com
2013-12-06Couple fixes for scale commonfbarchard@google.com
2013-12-06Compute slope considering filtering, mirror.fbarchard@google.com
2013-12-05Function to switch filters to a simplier one based on scale factors.fbarchard@google.com
2013-12-04I444ToI420 etc use ScalePlane on Y to allow mirroring.fbarchard@google.com
2013-12-02Change do while loops to for loops to allow 0 or 1 widefbarchard@google.com
2013-11-28Move scale row functions to scale_win etcfbarchard@google.com
2013-09-03Port InterpolateRows to AVX2fbarchard@google.com
2013-08-28Scale a plane. Before eating an airplane, remove the scales, then fry and se...fbarchard@google.com
2013-08-27Move vertical scaler to common code.fbarchard@google.com