1. f2f9dbb FixedDiv function in C and benchmark by fbarchard@google.com · 11 years ago
  2. ff0db0e change tile size for convert util and unittest to 32x32 which would lend itself to AVX2 or VP9 by fbarchard@google.com · 11 years ago
  3. ae67c90 Randomize function for filling a buffer with random values. by fbarchard@google.com · 11 years ago
  4. 76f8606 Additional scale resolutions tested BUG=none TEST=*Scale* R=mikhal@webrtc.org by fbarchard@google.com · 11 years ago
  5. dee86a1 Add comment about return value from scaling unittest internal function - TestFilter. by fbarchard@google.com · 11 years ago
  6. b911428 Adapt row interpolator to do YUV as well as ARGB without extrude so it can be used in I420Scale. by fbarchard@google.com · 11 years ago
  7. 927eb2c scale argb clip by fbarchard@google.com · 11 years ago
  8. 48085a2 Lint fix for scale by fbarchard@google.com · 11 years ago
  9. ef888b7 ARGBScale accept negative width for scaling to indicate mirror horizontally. by fbarchard@google.com · 11 years ago
  10. 461767d Bilinear upsample by fbarchard@google.com · 11 years ago
  11. 54f0b67 Scale up use pextrw to speed up a little by fbarchard@google.com · 11 years ago
  12. 98a1fbf Scale up columns 2 pixels at a time by fbarchard@google.com · 11 years ago
  13. d843100 movbe remove - not useful so far. by fbarchard@google.com · 11 years ago
  14. 25120f2 Add a unittest for scaling from VGA to whatever. by fbarchard@google.com · 11 years ago
  15. 7d25fe2 bilinear scaling allow higher error for differences in SSSE3 7 bit math vs C/SSE2 15 bit math, when extreme scale factors are used. by fbarchard@google.com · 11 years ago
  16. cde5870 Replace two spaces with one after . by fbarchard@google.com · 11 years ago
  17. 70b4928 SSE2 bilinear fix for posix. by fbarchard@google.com · 12 years ago
  18. 326a521 unittest to scale to 1280x720 from whatever current LIBYUV_WIDTH and LIBYUV_HEIGHT are by fbarchard@google.com · 12 years ago
  19. d1cb453 Unittest each scaling filter separately for benchmarking purposes. by fbarchard@google.com · 12 years ago
  20. 2580ccf Scale benchmark just the OPT and run C version once. by fbarchard@google.com · 12 years ago
  21. 3e46444 Mirror source to continuous destination with Neon by fbarchard@google.com · 12 years ago
  22. 3bb60b3 Use width variable for all tests by fbarchard@google.com · 12 years ago
  23. 64ce0ab Move Neon source to its own files. by fbarchard@google.com · 12 years ago
  24. 7781d94 Disable V210 unittest that fails valgrind, and some warning fixes for android. by fbarchard@google.com · 12 years ago
  25. b8f820a make const int into int by fbarchard@google.com · 12 years ago
  26. 26d088e Unittest fix 80 column limit by fbarchard@google.com · 12 years ago
  27. de6eca3 Change unittest to default to 1 iteration of each test. Can be change manually to 1000 for benchmarking purposes. by fbarchard@google.com · 12 years ago
  28. b0c9797 Update Copyright notice to follow new chromium conventions. by fbarchard@google.com · 12 years ago
  29. 68f0d3d NV12ToARGB for linux appears to have a bug in the assembly so this disables the asm for posix. It still works on Windows. Unittests updated to show the amount of pixel difference. by fbarchard@google.com · 12 years ago
  30. d51c342 Rotate ARGB using a scale function that reads with step, combining to form 16 bytes at a time. by fbarchard@google.com · 12 years ago
  31. d9eb63f UNDER_ALLOCATED_HACK for scale that detects odd width and odd height were miscalculated and adjusts scaler for it. by fbarchard@google.com · 12 years ago
  32. ca4749d Scale Even sizes by fbarchard@google.com · 12 years ago
  33. 2e786a7 Filter Rows in C fix by fbarchard@google.com · 12 years ago
  34. 4e6c1fd scale_argb module for point and bilinear scaling of ARGB by fbarchard@google.com · 12 years ago