summaryrefslogtreecommitdiffstats
path: root/media/base/yuv_row_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Change #ifdef _DEBUG test to #ifndef NDEBUG test.tfarina@chromium.org2011-01-101-2/+2
* Fix an error reported by the clang assembler.thakis@chromium.org2010-09-211-4/+4
* remove text direct in 64 bit because these are proper inline within a C funct...fbarchard@chromium.org2010-08-121-3/+0
* declare text segment for gcc assemblyfbarchard@chromium.org2010-08-111-24/+9
* allow yuv scaling fpic code to be used on linux, as well as Macfbarchard@chromium.org2010-08-061-7/+16
* Revert 49990 - xthakis@chromium.org2010-06-161-12/+0
* xthakis@chromium.org2010-06-161-0/+12
* Filter YUV scaling at half size and below with center of pixelfbarchard@chromium.org2010-04-161-5/+19
* fix arm warningsfbarchard@chromium.org2010-04-151-36/+36
* Make C, MMX and SSE2 all output the same resultsfbarchard@chromium.org2010-04-151-424/+123
* Changed horizontal scaler to start with 0 instead of 0.5.sergeyu@chromium.org2010-04-131-3/+3
* Optimized version of bilinear video scaler. It is about 2 times faster than S...sergeyu@chromium.org2010-04-091-0/+1219