summaryrefslogtreecommitdiffstats
path: root/media/base/yuv_row_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Filter YUV scaling at half size and below with center of pixelfbarchard@chromium.org2010-04-161-3/+6
* fix arm warningsfbarchard@chromium.org2010-04-151-110/+114
* Make C, MMX and SSE2 all output the same resultsfbarchard@chromium.org2010-04-151-246/+156
* Fix windows scaling bugfbarchard@chromium.org2010-04-131-4/+2
* Changed horizontal scaler to start with 0 instead of 0.5.sergeyu@chromium.org2010-04-131-1/+1
* Optimized version of bilinear video scaler. It is about 2 times faster than S...sergeyu@chromium.org2010-04-091-9/+114
* Off by one in YUV scale caused an extra read (mostly harmless)fbarchard@chromium.org2009-09-221-7/+1
* mmx for linux yuv convert function.fbarchard@chromium.org2009-09-011-61/+53
* YUV with clipping.fbarchard@chromium.org2009-05-181-76/+251
* YUV scaling and conversion refactored into low levels per platform that do a ...fbarchard@chromium.org2009-05-131-0/+408