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

Issue 2626123003: Libyuv MIPS DSPR2 optimizations. (Closed)

Created:
3 years, 11 months ago by fbarchard1
Modified:
3 years, 11 months ago
Reviewers:
branimir.vasic
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= Committed: https://chromium.googlesource.com/libyuv/libyuv/+/000d2fa91a487a2430be8ace333f199c51467b5b

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1855 lines, -353 lines) Patch
M include/libyuv/row.h View 8 chunks +157 lines, -0 lines 0 comments Download
M include/libyuv/scale_row.h View 3 chunks +8 lines, -3 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_common.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M source/row_mips.cc View 3 chunks +1071 lines, -121 lines 0 comments Download
M source/row_win.cc View 1 chunk +1 line, -1 line 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 +53 lines, -8 lines 0 comments Download
M unit_test/convert_test.cc View 6 chunks +235 lines, -210 lines 0 comments Download
M util/psnr_main.cc View 1 chunk +8 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (2 generated)
fbarchard1
cloned from https://codereview.chromium.org/2595333002/ and ran clang-format on all code.
3 years, 11 months ago (2017-01-11 20:12:15 UTC) #2
fbarchard1
3 years, 11 months ago (2017-01-11 20:19:19 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
000d2fa91a487a2430be8ace333f199c51467b5b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698