summaryrefslogtreecommitdiffstats
path: root/media/base/yuv_convert.cc
Commit message (Expand)AuthorAgeFilesLines
* Vertical Scaler better pipelined for Atomfbarchard@chromium.org2010-04-231-73/+93
* Revert 45265 - Speed up vertical filtering using v = a+(ba)*x formulafbarchard@chromium.org2010-04-221-40/+37
* Speed up vertical filtering using v = a+(b-a)*x formulafbarchard@chromium.org2010-04-211-37/+40
* Filter YUV scaling at half size and below with center of pixelfbarchard@chromium.org2010-04-161-0/+3
* fix arm warningsfbarchard@chromium.org2010-04-151-7/+4
* Make C, MMX and SSE2 all output the same resultsfbarchard@chromium.org2010-04-151-78/+102
* fixed compilation problem with disabled SSEsergeyu@chromium.org2010-04-151-1/+1
* Incorrect chroma on the right border fixed.sergeyu@chromium.org2010-04-141-13/+12
* YUV scale clamp horizontal pixels when filteringfbarchard@chromium.org2010-04-141-11/+22
* include emmintrin for chrome linux to use mmx _m64 types.fbarchard@chromium.org2010-04-131-10/+9
* Vertical filtering conditional on fraction/scale factorfbarchard@chromium.org2010-04-131-32/+69
* Fixed build problem with disabled SSE.sergeyu@chromium.org2010-04-111-2/+2
* Optimized version of bilinear video scaler. It is about 2 times faster than S...sergeyu@chromium.org2010-04-091-33/+122
* mmx for linux yuv convert function.fbarchard@chromium.org2009-09-011-1/+1
* Scale function cleaned up white spaces and removed comments that are no longe...fbarchard@chromium.org2009-07-061-86/+29
* YUV with clipping.fbarchard@chromium.org2009-05-181-45/+123
* YUV scaling and conversion refactored into low levels per platform that do a ...fbarchard@chromium.org2009-05-131-534/+3
* Lands http://codereview.chromium.org/99349 for Ryan.sky@chromium.org2009-05-041-1/+5
* YUV to RGB with arbitrary scaling.fbarchard@chromium.org2009-04-211-29/+30
* Add YV16 convertfbarchard@chromium.org2009-04-061-12/+52
* TBR=hclamfbarchard@chromium.org2009-03-241-8/+8
* This reordering of instructions and use of movzx improved performance on pent...fbarchard@chromium.org2009-03-241-37/+21
* MMX optimized YUV conversion in GCC and Visual C.fbarchard@chromium.org2009-03-231-57/+517
* Revert tree bustage cause by r11904.hclam@chromium.org2009-03-171-1/+0
* andrew's patchhclam@chromium.org2009-03-171-0/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* DCHECK affects performance in release build.fbarchard@chromium.org2009-03-071-0/+7
* YUV conversion code.fbarchard@chromium.org2009-03-061-0/+182