Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(431)

Issue 2595333002: Libyuv MIPS DSPR2 optimizations. (Closed)

Created:
4 years ago by branimir.vasic
Modified:
3 years, 11 months ago
Reviewers:
fbarchard1
Target Ref:
refs/heads/master
Project:
libyuv
Visibility:
Public.

Description

Libyuv MIPS DSPR2 optimizations. Optimized functions: I444ToARGBRow_DSPR2 I422ToARGB4444Row_DSPR2 I422ToARGB1555Row_DSPR2 NV12ToARGBRow_DSPR2 BGRAToUVRow_DSPR2 BGRAToYRow_DSPR2 ABGRToUVRow_DSPR2 ARGBToYRow_DSPR2 ABGRToYRow_DSPR2 RGBAToUVRow_DSPR2 RGBAToYRow_DSPR2 ARGBToUVRow_DSPR2 RGB24ToARGBRow_DSPR2 RAWToARGBRow_DSPR2 RGB565ToARGBRow_DSPR2 ARGB1555ToARGBRow_DSPR2 ARGB4444ToARGBRow_DSPR2 ScaleAddRow_DSPR2 Bug-fixes in functions: ScaleRowDown2_DSPR2 ScaleRowDown4_DSPR2 BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1642 lines, -175 lines) Patch
M include/libyuv/row.h View 8 chunks +121 lines, -0 lines 0 comments Download
M include/libyuv/scale_row.h View 2 chunks +4 lines, -0 lines 0 comments Download
M source/convert.cc View 7 chunks +80 lines, -0 lines 0 comments Download
M source/convert_argb.cc View 8 chunks +64 lines, -0 lines 0 comments Download
M source/convert_from.cc View 2 chunks +16 lines, -0 lines 0 comments Download
M source/convert_from_argb.cc View 7 chunks +97 lines, -0 lines 0 comments Download
M source/row_any.cc View 4 chunks +48 lines, -0 lines 0 comments Download
M source/row_mips.cc View 1 chunk +1146 lines, -167 lines 0 comments Download
M source/scale.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M source/scale_any.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M source/scale_mips.cc View 5 chunks +55 lines, -8 lines 0 comments Download

Messages

Total messages: 3 (2 generated)
fbarchard1
3 years, 11 months ago (2017-01-11 20:19:07 UTC) #3
On 2016/12/22 13:08:36, branimir.vasic wrote:
> mailto:branimir.vasic@imgtec.com changed reviewers:
> + mailto:fbarchard@google.com

lgtm but I've rebased it and run clang-format on a clone of this CL.
landed.  please run the unittests on dspr2 when you have a chance.

Powered by Google App Engine
This is Rietveld 408576698