Files
palemoon27/gfx/2d/convolverLS3.cpp
T
roytam1 f29aba536a import changes from `dev' branch of rmottola/Arctic-Fox:
- Bug 1085783 (Part 1) - Snap both the fill and dest rects using UserToDeviceSnapped() when pixel snapping images. r=roc (97c8ea37a9)
- Bug 1085783 (Part 2) - Add a test for rounding behavior when high-quality downscaling. r=roc (2851c696c4)
- Bug 1218851. Fix comments related to nsIPresShell::RenderDocument and flags RENDER_DOCUMENT_RELATIVE and RENDER_IGNORE_VIEWPORT_SCROLLING. r=roc (897eb061a2)
- Bug 1223255 - Use Animation::AnimationTimeToTimeStamp instead of timeline->ToTimeStamp. r=bbirtles (b05fc6c868)
- Bug 1216030 - Part 1: Remove CanAnimate_HasGeometricProperty. r=dbaron (8f8f380828)
- Bug 1216030 - Part 2: Remove gfxPlatform::OffMainThreadCompositingEnabled from CanAnimatePropertyOnCompositor. r=dbaron (983f626f3d)
- Bug 1216030 - Part 3: Move AreAsyncAnimationsEnabled check outside animation properties loop. r=dbaron (273b21d3a9)
- Bug 1216030 - Part 4: Move IsCompositorAnimationDisabledForFrame outside animation properties loop. r=dbaron (4f5ba30f2d)
- Bug 1216030 - Part 5: Add KeyframeEffectReadOnly::CanAnimateTransformOnCompositor. r=bbirtles (a87ab8f397)
- Bug 1216030 - Part 6: Add KeyframeEffectReadOnly::IsGeometricProperty. r=bbirtles (9dbb1c9fe0)
- Bug 1216030 - Part 7: Add nsIFrame::RefusedAsyncAnimation. r=dbaron (9b0582e9e7)
- Bug 1216030 - Part 8: Add KeyframeEffectReadOnly::GetAnimationFrame. r=bbirtles (3915b03b48)
- Bug 1216030 - Part 9: We don't need to call CanPerformOnCompositorThread in RequestRestyle. (fe46feecdb)
- Bug 1216030 - Part 8.5: Animation::CanThrottle() should check that all animation properties are running on compositor. r=bbirtles (dbee36ccc7)
- Bug 1216030 - Part 10: Remove CanAnimate_AllowPartial flag. r=bbirtles (eb30ac714f)
- Bug 1216030 - Part 11: Add KeyframeEffect::CanAnimatePropertyOnCompositor. r=bbirtles (f71cb641ec)
- Bug 1216030 - Part 12: Pass nsIFrame to CanPerformOnCompositorThread to avoid redundant process for getting nsIFrame. r=dbaron (c9dbe043ad)
- Bug 1216030 - Part 13: Remove existsProperty check from CanPerformOnCompositorThread. r=dbaron (e3dde151af)
- Bug 1216030 - Part 14: Add KeyframeEffectReadOnly::GetPresContext and KeyframeEffectReadonly::GetRenderedDocument. r=bbirtles (7edbf430e9)
- Bug 1216030 - Part 15: Add KeyframeEffectReadOnly::GetCollection. r=bbirtles (2652435de5)
- Bug 1216030 - Part 16: Move CanThrottleAnimation and CanThrottleTransformChanges from AnimationCollection into KeyframeEffectReadOnly::CanThrottle. r=bbirtles (d890691ebb)
- Bug 1216030 - Part 17: Do not calculate unthrottle interval for transform animation every time. r=bbirtles (c7a3767422)
- Bug 1216030 - Part 18: Remove IsCurrent() check in assertion in CanThrottle. r=bbirtles (6de694634a)
- Bug 1181976 - Rename WillChangeBudgetWarning in dom/dom.properties to reflect string change. r=flod (abc159ebba)
- Bug 1191412 - Fix logic and text for the WillChange warning. r=roc (f2900114f1)
- Bug 1180899 - Do not clobber frame metrics on the root layer added during a previous paint if there is no other frame metrics for the root scroll frame. r=tn (30f2dcf21b)
- Bug 1208673 - Do HitTest with skipping non-leaf preserve-3d transform items. r=roc (a042872d32)
- Bug 947062 - Layerize background images with animated background-position if possible. r=mattwoodrow (075dedff4a)
- Bug 1172310. Don't add viewport frame bounds to the layer event regions because they are never the result of hit testing. r=roc (1ecdd06c0d)
- Bug 1213582. Don't flatten away opacity:0 containers. r=mattwoodrow (d1f9c205e1)
- Bug 1213582. Skip display items in ProcessDisplayItems if we only need items for event regions, and this item isn't one and doesn't have descendants. r=mattwoodrow (3511595652)
- Bug 1183085 - Correct the name for nsDisplayItem; r=roc (fb1a59294f)
- Bug 1183085 - Update description for nsDisplayList methods; r=roc (39eafdb099)
- Bug 1216851 - Don't include event regions when deciding if we can flatten opacity. r=roc (fc518688a4)
- Bug 1215412 - Apply perspective origin after transform origin. r=jwatt (a30f0351a3)
- Bug 1152263 - Ensure Matrix4x4::ProjectRectBounds being functional for Rect with zero width/height. r=mattwoodrow (5ca3086e04)
- Bug 1217012 - Use doubles when untransforming points since we need the extra precision. r=kip (81acd626e8)
- Bug 1042536 - Allow ImageLayer optimization to be used for some clipped background images. r=mstange (b9b89b2d25)
- Bug 1221677 - "[css-grid] Put the 'subgrid' support behind a pref, disabled by default". r=mats (400e9d865a)
- Bug 1150042 - Make nsLayoutUtils::DrawSingleUnscaledImage use CSSIntSize instead of unitless nsIntSize. r=dholbert (393062cd87)
- Bug 1173305 - Convert BasicTableLayoutStrategy to work with logical coordinates. r=dholbert (e133cad49a)
- namespace comment (6fc3ad3f4a)
- Bug 1220621. When removing a <col>, only create an anonymous colframe to replace it if one is really needed. r=dbaron (e29d8a7248)
- Bug 1178250 - Don't call ConsiderChildOverflow until the child has been placed in the right location when reflowing a vertical-rl table. r=dholbert (1327793032)
- Bug 1186998 - Align overflowing table-cell content to content-box. r=dholbert (d2356a20c0)
- Bug 1213465 - Combine DrawResults correctly in nsTablePainter. r=tn (61e725a4ad)
- minor (0df6057957)
- bits of Bug 1163227: Part5 (6a99380110)
- minor (59f78b2265)
- Bug 1206982 - getUserMedia s/PermissionDeniedError/SecurityError/. r=jesup (782b3536a2)
- Bug 1218799: Shutdown MediaManager engines from the MediaManager thread r=jib (351bba0486)
- Bug 1186708 - Fix debug-only assert (crash) on advanced browserWindow constraint. r=jesup (86fcfa999d)
- Bug 1170958 - Remove ProcessedMediaStream::ForwardTrackEnabled. r=roc,jesup (4663d7a46c)
- Bug 1223916 - Prohibit direct method calls at the parser level in self-hosted code. (r=till) (1489fbb2f3)
- Bug 1219057 - Do not show "Unable to print stack trace" for exception thrown while compiling top-level script. r=jandem (df74029ee8)
- Bug 1186973 - Evaluate assertEqBytecode: Print length as numbers. r=h4writer (57f9e68d53)
- Bug 1218636 - IonMonkey: MIPS64: Add support into shell. r=lth (dc4de53cf5)
- Bug 1192329 - Change JS shell to default to the standard version of JS (not 1.7+) 1/2; r=jorendorff (e40087f5b8)
- Bug 1192329 - Change JS shell to default to the standard version of JS (not 1.7+) 2/2; r=jorendorff (4d74d1f639)
- Bug 1192329 - Fix broken asm tests by explicitly setting js version; r=jorendorff (adf502c8db)
- Bug 1108603 - Evaluate ensure that the global is configured such that we can always clone singletons. r=jonco (8a888042dd)
- Bug 1184393 - Rename some js shell test variables for better readability; r=sfink (06e2293f34)
- Bug 1213104 - Pass the ProgressBar directly, since we are no longer using results; r=sfink (16b4af8c3e)
- Bug 1212756 - Fix jstests --debug option r=terrence (89caa65dc5)
- Bug 1213365 - Share environment control code between js and jit test harnesses; r=sfink (274c4f2d2e)
- Bug 1206987 - Only disable the GPF dialog during testing; r=sfink (a507b1b591)
- Bug 1212349 - Encapsulate the shell's per-runtime state r=jandem (4ec884973d)
- Bug 1215063 - Implement a simple module loader for the shell r=shu r=froydnj (a916f0ee03)
- Bug 1214051 - Reject NaN as a sampling probability, and test the floating point value range harder. r=jimb (842e822471)
- Bug 1225176 - Don't call wrap() in JitActivation constructor, it can GC and crash. r=fitzgen (d989a2b157)
- Bug 1218643 - remove support for deprecated asm.js heap length. r=luke (6ad156f10d)
- Bug 1224280 - Fix asm.js console warning when disabled by debugger and parsing off-thread. r=luke (7bf76d0a1f)
- Bug 1221660 - Part 1: Stop populating ParseNode::pn_offset most of the time. r=Waldo. (24d013fe30)
- Bug 1221660 - Part 2: Move pn_offset into a branch of the ParseNode::pn_u union. Add a subclass of ParseNode for PNK_CASE nodes. Merge PNK_DEFAULT with PNK_CASE. r=Waldo. (12514bc644)
- Bug 1200609 - Odin: Update comments and code mentioning interrupting via mprotect (r=benj) (a60ec9d0d0)
- Bug 1218644 - OdinMonkey: MIPS64: Add support for Loongson3. r=lth (57a1865d1d)
- Bug 1225392 part 1. Expose JSAPI for getting %IteratorPrototype%. r=efaust (816e68dddd)
- Bug 1225392 part 2. WebIDL autogenerated iterators should chain up to %IteratorPrototype%. r=qdot (834fc71f90)
- No bug. Reword a comment slightly because it confused me. r=woof!, DONTBUILD (c2c41d535a)
- Bug 1147752 - Keep typedefs consistent. r=jgilbert (605d63c0e4)
- Bug 1207672 - Add support for APPLE_framebuffer_multisample r=snorp (0f4ef4420d)
- Bug 1207205 - Remove fGetActiveUniformName. r=jrmuizel (9d1c97f194)
- Bug 1208513 - Add support for GL_APPLE_sync r=jgilbert (6d70401d89)
- Bug 1222175 - initialize base of ScaledFontDWrite before its members; r=Bas (120c5fa334)
- Bug 1217941 - remove <iomanip> from ScaleFactors2D.h; r=jrmuizel (e5a08d95e2)
- Bug 1222569 - fix initialization order in SourceSurfaceD2D1; r=Bas (484084f551)
- Bug 1208661 - Implement SourceSurfaceDual::GetDataSurface() for debugging purposes. r=BenWa (de255f344a)
- Bug 1185011: Add 'override' annotations to DataSourceSurface subclasses in SourceSurfaceRawData.h, to fix clang -Winconsistent-missing-override build warnings/errors. rs=ehsan (dc3ff4fa07)
- Bug 1222298 - GFX: 2D: Make convolverLS3 more like upstream. r=seth (06e555709d)
- Bug 1157065- GFX: 2D: Implement AlphaBoxBlur in LS3 MMI. r=jrmuizel (ca818df231)
- Bug 1220673 - Make DrawTargetCG::Mask() MOZ_CRASH (a649db3d99)
- Bug 1221616: Use ID2D1CommandList instead of a bitmap for temporary D2D drawing. r=jrmuizel (9785977521)
- Bug 1220624: Make MaskSurface properly take into account the possibilities of partial uploads. r=jrmuizel (9dd3d65880)
- Bug 1222569 - remove unused variable from DrawTargetD2D1.cpp; r=Bas (e6c5aa717b)
2023-01-09 08:34:11 +08:00

834 lines
33 KiB
C++

// Copyright (c) 2014-2015 The Chromium Authors. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions and the following disclaimer in
// the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google, Inc. nor the names of its contributors
// may be used to endorse or promote products derived from this
// software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
// COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
// INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
// BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
// OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
// AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
// SUCH DAMAGE.
#include "convolver.h"
#include <algorithm>
#include "skia/SkTypes.h"
#if defined(_MIPS_ARCH_LOONGSON3A)
#include "MMIHelpers.h"
namespace skia {
// Convolves horizontally along a single row. The row data is given in
// |src_data| and continues for the num_values() of the filter.
void ConvolveHorizontally_LS3(const unsigned char* src_data,
const ConvolutionFilter1D& filter,
unsigned char* out_row) {
int num_values = filter.num_values();
int tmp, filter_offset, filter_length;
double zero, mask[4], shuf_50, shuf_fa;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
"xor %[zero], %[zero], %[zero] \n\t"
// |mask| will be used to decimate all extra filter coefficients that are
// loaded by SIMD when |filter_length| is not divisible by 4.
// mask[0] is not used in following algorithm.
"li %[tmp], 1 \n\t"
"dsll32 %[tmp], 0x10 \n\t"
"daddiu %[tmp], -1 \n\t"
"dmtc1 %[tmp], %[mask3] \n\t"
"dsrl %[tmp], 0x10 \n\t"
"mtc1 %[tmp], %[mask2] \n\t"
"dsrl %[tmp], 0x10 \n\t"
"mtc1 %[tmp], %[mask1] \n\t"
"ori %[tmp], $0, 0x50 \n\t"
"mtc1 %[tmp], %[shuf_50] \n\t"
"ori %[tmp], $0, 0xfa \n\t"
"mtc1 %[tmp], %[shuf_fa] \n\t"
".set pop \n\t"
:[zero]"=f"(zero), [mask1]"=f"(mask[1]),
[mask2]"=f"(mask[2]), [mask3]"=f"(mask[3]),
[shuf_50]"=f"(shuf_50), [shuf_fa]"=f"(shuf_fa),
[tmp]"=&r"(tmp)
);
// Output one pixel each iteration, calculating all channels (RGBA) together.
for (int out_x = 0; out_x < num_values; out_x++) {
const ConvolutionFilter1D::Fixed* filter_values =
filter.FilterForValue(out_x, &filter_offset, &filter_length);
double accumh, accuml;
// Compute the first pixel in this row that the filter affects. It will
// touch |filter_length| pixels (4 bytes each) after this.
const void *row_to_filter =
reinterpret_cast<const void*>(&src_data[filter_offset << 2]);
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
_mm_xor(accum, accum, accum)
".set pop \n\t"
:[accumh]"=f"(accumh), [accuml]"=f"(accuml)
);
// We will load and accumulate with four coefficients per iteration.
for (int filter_x = 0; filter_x < filter_length >> 2; filter_x++) {
double src16h, src16l, mul_hih, mul_hil, mul_loh, mul_lol;
double coeffh, coeffl, src8h, src8l, th, tl, coeff16h, coeff16l;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
// Load 4 coefficients => duplicate 1st and 2nd of them for all channels.
// [16] xx xx xx xx c3 c2 c1 c0
"ldc1 %[coeffl], (%[fval]) \n\t"
"xor %[coeffh], %[coeffh], %[coeffh] \n\t"
// [16] xx xx xx xx c1 c1 c0 c0
_mm_pshuflh(coeff16, coeff, shuf_50)
// [16] c1 c1 c1 c1 c0 c0 c0 c0
_mm_punpcklhw(coeff16, coeff16, coeff16)
// Load four pixels => unpack the first two pixels to 16 bits =>
// multiply with coefficients => accumulate the convolution result.
// [8] a3 b3 g3 r3 a2 b2 g2 r2 a1 b1 g1 r1 a0 b0 g0 r0
"gsldlc1 %[src8h], 0xf(%[rtf]) \n\t"
"gsldrc1 %[src8h], 0x8(%[rtf]) \n\t"
"gsldlc1 %[src8l], 0x7(%[rtf]) \n\t"
"gsldrc1 %[src8l], 0x0(%[rtf]) \n\t"
// [16] a1 b1 g1 r1 a0 b0 g0 r0
_mm_punpcklbh(src16, src8, zero)
_mm_pmulhh(mul_hi, src16, coeff16)
_mm_pmullh(mul_lo, src16, coeff16)
// [32] a0*c0 b0*c0 g0*c0 r0*c0
_mm_punpcklhw(t, mul_lo, mul_hi)
_mm_paddw(accum, accum, t)
// [32] a1*c1 b1*c1 g1*c1 r1*c1
_mm_punpckhhw(t, mul_lo, mul_hi)
_mm_paddw(accum, accum, t)
// Duplicate 3rd and 4th coefficients for all channels =>
// unpack the 3rd and 4th pixels to 16 bits => multiply with coefficients
// => accumulate the convolution results.
// [16] xx xx xx xx c3 c3 c2 c2
_mm_pshuflh(coeff16, coeff, shuf_fa)
// [16] c3 c3 c3 c3 c2 c2 c2 c2
_mm_punpcklhw(coeff16, coeff16, coeff16)
// [16] a3 g3 b3 r3 a2 g2 b2 r2
_mm_punpckhbh(src16, src8, zero)
_mm_pmulhh(mul_hi, src16, coeff16)
_mm_pmullh(mul_lo, src16, coeff16)
// [32] a2*c2 b2*c2 g2*c2 r2*c2
_mm_punpcklhw(t, mul_lo, mul_hi)
_mm_paddw(accum, accum, t)
// [32] a3*c3 b3*c3 g3*c3 r3*c3
_mm_punpckhhw(t, mul_lo, mul_hi)
_mm_paddw(accum, accum, t)
".set pop \n\t"
:[th]"=&f"(th), [tl]"=&f"(tl),
[src8h]"=&f"(src8h), [src8l]"=&f"(src8l),
[accumh]"+f"(accumh), [accuml]"+f"(accuml),
[src16h]"=&f"(src16h), [src16l]"=&f"(src16l),
[coeffh]"=&f"(coeffh), [coeffl]"=&f"(coeffl),
[coeff16h]"=&f"(coeff16h), [coeff16l]"=&f"(coeff16l),
[mul_hih]"=&f"(mul_hih), [mul_hil]"=&f"(mul_hil),
[mul_loh]"=&f"(mul_loh), [mul_lol]"=&f"(mul_lol)
:[zeroh]"f"(zero), [zerol]"f"(zero),
[shuf_50]"f"(shuf_50), [shuf_fa]"f"(shuf_fa),
[fval]"r"(filter_values), [rtf]"r"(row_to_filter)
);
// Advance the pixel and coefficients pointers.
row_to_filter += 16;
filter_values += 4;
}
// When |filter_length| is not divisible by 4, we need to decimate some of
// the filter coefficient that was loaded incorrectly to zero; Other than
// that the algorithm is same with above, except that the 4th pixel will be
// always absent.
int r = filter_length & 3;
if (r) {
double coeffh, coeffl, th, tl, coeff16h, coeff16l;
double src8h, src8l, src16h, src16l, mul_hih, mul_hil, mul_loh, mul_lol;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
"ldc1 %[coeffl], (%[fval]) \n\t"
"xor %[coeffh], %[coeffh], %[coeffh] \n\t"
// Mask out extra filter taps.
"and %[coeffl], %[coeffl], %[mask] \n\t"
_mm_pshuflh(coeff16, coeff, shuf_50)
_mm_punpcklhw(coeff16, coeff16, coeff16)
"gsldlc1 %[src8h], 0xf(%[rtf]) \n\t"
"gsldrc1 %[src8h], 0x8(%[rtf]) \n\t"
"gsldlc1 %[src8l], 0x7(%[rtf]) \n\t"
"gsldrc1 %[src8l], 0x0(%[rtf]) \n\t"
_mm_punpcklbh(src16, src8, zero)
_mm_pmulhh(mul_hi, src16, coeff16)
_mm_pmullh(mul_lo, src16, coeff16)
_mm_punpcklhw(t, mul_lo, mul_hi)
_mm_paddw(accum, accum, t)
_mm_punpckhhw(t, mul_lo, mul_hi)
_mm_paddw(accum, accum, t)
_mm_punpckhbh(src16, src8, zero)
_mm_pshuflh(coeff16, coeff, shuf_fa)
_mm_punpcklhw(coeff16, coeff16, coeff16)
_mm_pmulhh(mul_hi, src16, coeff16)
_mm_pmullh(mul_lo, src16, coeff16)
_mm_punpcklhw(t, mul_lo, mul_hi)
_mm_paddw(accum, accum, t)
".set pop \n\t"
:[th]"=&f"(th), [tl]"=&f"(tl),
[src8h]"=&f"(src8h), [src8l]"=&f"(src8l),
[accumh]"+f"(accumh), [accuml]"+f"(accuml),
[src16h]"=&f"(src16h), [src16l]"=&f"(src16l),
[coeffh]"=&f"(coeffh), [coeffl]"=&f"(coeffl),
[coeff16h]"=&f"(coeff16h), [coeff16l]"=&f"(coeff16l),
[mul_hih]"=&f"(mul_hih), [mul_hil]"=&f"(mul_hil),
[mul_loh]"=&f"(mul_loh), [mul_lol]"=&f"(mul_lol)
:[fval]"r"(filter_values), [rtf]"r"(row_to_filter),
[zeroh]"f"(zero), [zerol]"f"(zero), [mask]"f"(mask[r]),
[shuf_50]"f"(shuf_50), [shuf_fa]"f"(shuf_fa)
);
}
double t, sra;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
"ori %[tmp], $0, %[sk_sra] \n\t"
"mtc1 %[tmp], %[sra] \n\t"
// Shift right for fixed point implementation.
_mm_psraw(accum, accum, sra)
// Packing 32 bits |accum| to 16 bits per channel (signed saturation).
_mm_packsswh(accum, accum, zero, t)
// Packing 16 bits |accum| to 8 bits per channel (unsigned saturation).
_mm_packushb(accum, accum, zero, t)
// Store the pixel value of 32 bits.
"swc1 %[accuml], (%[out_row]) \n\t"
".set pop \n\t"
:[sra]"=&f"(sra), [t]"=&f"(t), [tmp]"=&r"(tmp),
[accumh]"+f"(accumh), [accuml]"+f"(accuml)
:[sk_sra]"i"(ConvolutionFilter1D::kShiftBits),
[out_row]"r"(out_row), [zeroh]"f"(zero), [zerol]"f"(zero)
:"memory"
);
out_row += 4;
}
}
// Convolves horizontally along four rows. The row data is given in
// |src_data| and continues for the num_values() of the filter.
// The algorithm is almost same as |ConvolveHorizontally_LS3|. Please
// refer to that function for detailed comments.
void ConvolveHorizontally4_LS3(const unsigned char* src_data[4],
const ConvolutionFilter1D& filter,
unsigned char* out_row[4]) {
int num_values = filter.num_values();
int tmp, filter_offset, filter_length;
double zero, mask[4], shuf_50, shuf_fa;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
"xor %[zero], %[zero], %[zero] \n\t"
// |mask| will be used to decimate all extra filter coefficients that are
// loaded by SIMD when |filter_length| is not divisible by 4.
// mask[0] is not used in following algorithm.
"li %[tmp], 1 \n\t"
"dsll32 %[tmp], 0x10 \n\t"
"daddiu %[tmp], -1 \n\t"
"dmtc1 %[tmp], %[mask3] \n\t"
"dsrl %[tmp], 0x10 \n\t"
"mtc1 %[tmp], %[mask2] \n\t"
"dsrl %[tmp], 0x10 \n\t"
"mtc1 %[tmp], %[mask1] \n\t"
"ori %[tmp], $0, 0x50 \n\t"
"mtc1 %[tmp], %[shuf_50] \n\t"
"ori %[tmp], $0, 0xfa \n\t"
"mtc1 %[tmp], %[shuf_fa] \n\t"
".set pop \n\t"
:[zero]"=f"(zero), [mask1]"=f"(mask[1]),
[mask2]"=f"(mask[2]), [mask3]"=f"(mask[3]),
[shuf_50]"=f"(shuf_50), [shuf_fa]"=f"(shuf_fa),
[tmp]"=&r"(tmp)
);
// Output one pixel each iteration, calculating all channels (RGBA) together.
for (int out_x = 0; out_x < num_values; out_x++) {
const ConvolutionFilter1D::Fixed* filter_values =
filter.FilterForValue(out_x, &filter_offset, &filter_length);
double accum0h, accum0l, accum1h, accum1l;
double accum2h, accum2l, accum3h, accum3l;
// four pixels in a column per iteration.
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
_mm_xor(accum0, accum0, accum0)
_mm_xor(accum1, accum1, accum1)
_mm_xor(accum2, accum2, accum2)
_mm_xor(accum3, accum3, accum3)
".set pop \n\t"
:[accum0h]"=f"(accum0h), [accum0l]"=f"(accum0l),
[accum1h]"=f"(accum1h), [accum1l]"=f"(accum1l),
[accum2h]"=f"(accum2h), [accum2l]"=f"(accum2l),
[accum3h]"=f"(accum3h), [accum3l]"=f"(accum3l)
);
int start = (filter_offset<<2);
// We will load and accumulate with four coefficients per iteration.
for (int filter_x = 0; filter_x < (filter_length >> 2); filter_x++) {
double src8h, src8l, src16h, src16l;
double mul_hih, mul_hil, mul_loh, mul_lol, th, tl;
double coeffh, coeffl, coeff16loh, coeff16lol, coeff16hih, coeff16hil;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
// [16] xx xx xx xx c3 c2 c1 c0
"ldc1 %[coeffl], (%[fval]) \n\t"
"xor %[coeffh], %[coeffh], %[coeffh] \n\t"
// [16] xx xx xx xx c1 c1 c0 c0
_mm_pshuflh(coeff16lo, coeff, shuf_50)
// [16] c1 c1 c1 c1 c0 c0 c0 c0
_mm_punpcklhw(coeff16lo, coeff16lo, coeff16lo)
// [16] xx xx xx xx c3 c3 c2 c2
_mm_pshuflh(coeff16hi, coeff, shuf_fa)
// [16] c3 c3 c3 c3 c2 c2 c2 c2
_mm_punpcklhw(coeff16hi, coeff16hi, coeff16hi)
".set pop \n\t"
:[coeffh]"=&f"(coeffh), [coeffl]"=&f"(coeffl),
[coeff16loh]"=&f"(coeff16loh), [coeff16lol]"=&f"(coeff16lol),
[coeff16hih]"=&f"(coeff16hih), [coeff16hil]"=&f"(coeff16hil)
:[fval]"r"(filter_values), [shuf_50]"f"(shuf_50), [shuf_fa]"f"(shuf_fa)
);
#define ITERATION(_src, _accumh, _accuml) \
asm volatile ( \
".set push \n\t" \
".set arch=loongson3a \n\t" \
"gsldlc1 %[src8h], 0xf(%[src]) \n\t" \
"gsldrc1 %[src8h], 0x8(%[src]) \n\t" \
"gsldlc1 %[src8l], 0x7(%[src]) \n\t" \
"gsldrc1 %[src8l], 0x0(%[src]) \n\t" \
_mm_punpcklbh(src16, src8, zero) \
_mm_pmulhh(mul_hi, src16, coeff16lo) \
_mm_pmullh(mul_lo, src16, coeff16lo) \
_mm_punpcklhw(t, mul_lo, mul_hi) \
_mm_paddw(accum, accum, t) \
_mm_punpckhhw(t, mul_lo, mul_hi) \
_mm_paddw(accum, accum, t) \
_mm_punpckhbh(src16, src8, zero) \
_mm_pmulhh(mul_hi, src16, coeff16hi) \
_mm_pmullh(mul_lo, src16, coeff16hi) \
_mm_punpcklhw(t, mul_lo, mul_hi) \
_mm_paddw(accum, accum, t) \
_mm_punpckhhw(t, mul_lo, mul_hi) \
_mm_paddw(accum, accum, t) \
".set pop \n\t" \
:[th]"=&f"(th), [tl]"=&f"(tl), \
[src8h]"=&f"(src8h), [src8l]"=&f"(src8l), \
[src16h]"=&f"(src16h), [src16l]"=&f"(src16l), \
[mul_hih]"=&f"(mul_hih), [mul_hil]"=&f"(mul_hil), \
[mul_loh]"=&f"(mul_loh), [mul_lol]"=&f"(mul_lol), \
[accumh]"+f"(_accumh), [accuml]"+f"(_accuml) \
:[zeroh]"f"(zero), [zerol]"f"(zero), [src]"r"(_src), \
[coeff16loh]"f"(coeff16loh), [coeff16lol]"f"(coeff16lol), \
[coeff16hih]"f"(coeff16hih), [coeff16hil]"f"(coeff16hil) \
);
ITERATION(src_data[0] + start, accum0h, accum0l);
ITERATION(src_data[1] + start, accum1h, accum1l);
ITERATION(src_data[2] + start, accum2h, accum2l);
ITERATION(src_data[3] + start, accum3h, accum3l);
start += 16;
filter_values += 4;
}
int r = filter_length & 3;
if (r) {
double src8h, src8l, src16h, src16l;
double mul_hih, mul_hil, mul_loh, mul_lol, th, tl;
double coeffh, coeffl, coeff16loh, coeff16lol, coeff16hih, coeff16hil;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
"ldc1 %[coeffl], (%[fval]) \n\t"
"xor %[coeffh], %[coeffh], %[coeffh] \n\t"
// Mask out extra filter taps.
"and %[coeffl], %[coeffl], %[mask] \n\t"
_mm_pshuflh(coeff16lo, coeff, shuf_50)
/* c1 c1 c1 c1 c0 c0 c0 c0 */
_mm_punpcklhw(coeff16lo, coeff16lo, coeff16lo)
_mm_pshuflh(coeff16hi, coeff, shuf_fa)
_mm_punpcklhw(coeff16hi, coeff16hi, coeff16hi)
".set pop \n\t"
:[coeffh]"=&f"(coeffh), [coeffl]"=&f"(coeffl),
[coeff16loh]"=&f"(coeff16loh), [coeff16lol]"=&f"(coeff16lol),
[coeff16hih]"=&f"(coeff16hih), [coeff16hil]"=&f"(coeff16hil)
:[fval]"r"(filter_values), [mask]"f"(mask[r]),
[shuf_50]"f"(shuf_50), [shuf_fa]"f"(shuf_fa)
);
ITERATION(src_data[0] + start, accum0h, accum0l);
ITERATION(src_data[1] + start, accum1h, accum1l);
ITERATION(src_data[2] + start, accum2h, accum2l);
ITERATION(src_data[3] + start, accum3h, accum3l);
}
double t, sra;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
"ori %[tmp], $0, %[sk_sra] \n\t"
"mtc1 %[tmp], %[sra] \n\t"
_mm_psraw(accum0, accum0, sra)
_mm_packsswh(accum0, accum0, zero, t)
_mm_packushb(accum0, accum0, zero, t)
_mm_psraw(accum1, accum1, sra)
_mm_packsswh(accum1, accum1, zero, t)
_mm_packushb(accum1, accum1, zero, t)
_mm_psraw(accum2, accum2, sra)
_mm_packsswh(accum2, accum2, zero, t)
_mm_packushb(accum2, accum2, zero, t)
_mm_psraw(accum3, accum3, sra)
_mm_packsswh(accum3, accum3, zero, t)
_mm_packushb(accum3, accum3, zero, t)
"swc1 %[accum0l], (%[out_row0]) \n\t"
"swc1 %[accum1l], (%[out_row1]) \n\t"
"swc1 %[accum2l], (%[out_row2]) \n\t"
"swc1 %[accum3l], (%[out_row3]) \n\t"
".set pop \n\t"
:[accum0h]"+f"(accum0h), [accum0l]"+f"(accum0l),
[accum1h]"+f"(accum1h), [accum1l]"+f"(accum1l),
[accum2h]"+f"(accum2h), [accum2l]"+f"(accum2l),
[accum3h]"+f"(accum3h), [accum3l]"+f"(accum3l),
[sra]"=&f"(sra), [t]"=&f"(t), [tmp]"=&r"(tmp)
:[zeroh]"f"(zero), [zerol]"f"(zero),
[out_row0]"r"(out_row[0]), [out_row1]"r"(out_row[1]),
[out_row2]"r"(out_row[2]), [out_row3]"r"(out_row[3]),
[sk_sra]"i"(ConvolutionFilter1D::kShiftBits)
:"memory"
);
out_row[0] += 4;
out_row[1] += 4;
out_row[2] += 4;
out_row[3] += 4;
}
}
// Does vertical convolution to produce one output row. The filter values and
// length are given in the first two parameters. These are applied to each
// of the rows pointed to in the |source_data_rows| array, with each row
// being |pixel_width| wide.
//
// The output must have room for |pixel_width * 4| bytes.
template<bool has_alpha>
void ConvolveVertically_LS3_impl(const ConvolutionFilter1D::Fixed* filter_values,
int filter_length,
unsigned char* const* source_data_rows,
int pixel_width,
unsigned char* out_row) {
uint64_t tmp;
int width = pixel_width & ~3;
double zero, sra, coeff16h, coeff16l;
double accum0h, accum0l, accum1h, accum1l;
double accum2h, accum2l, accum3h, accum3l;
const void *src;
int out_x;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
"xor %[zero], %[zero], %[zero] \n\t"
"ori %[tmp], $0, %[sk_sra] \n\t"
"mtc1 %[tmp], %[sra] \n\t"
".set pop \n\t"
:[zero]"=f"(zero), [sra]"=f"(sra), [tmp]"=&r"(tmp)
:[sk_sra]"i"(ConvolutionFilter1D::kShiftBits)
);
// Output four pixels per iteration (16 bytes).
for (out_x = 0; out_x < width; out_x += 4) {
// Accumulated result for each pixel. 32 bits per RGBA channel.
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
_mm_xor(accum0, accum0, accum0)
_mm_xor(accum1, accum1, accum1)
_mm_xor(accum2, accum2, accum2)
_mm_xor(accum3, accum3, accum3)
".set pop \n\t"
:[accum0h]"=f"(accum0h), [accum0l]"=f"(accum0l),
[accum1h]"=f"(accum1h), [accum1l]"=f"(accum1l),
[accum2h]"=f"(accum2h), [accum2l]"=f"(accum2l),
[accum3h]"=f"(accum3h), [accum3l]"=f"(accum3l)
);
// Convolve with one filter coefficient per iteration.
for (int filter_y = 0; filter_y < filter_length; filter_y++) {
double src8h, src8l, src16h, src16l;
double mul_hih, mul_hil, mul_loh, mul_lol, th, tl;
src = reinterpret_cast<const void*>(
&source_data_rows[filter_y][out_x << 2]);
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
// Duplicate the filter coefficient 8 times.
// [16] cj cj cj cj cj cj cj cj
"mtc1 %[fval], %[coeff16l] \n\t"
"pshufh %[coeff16l], %[coeff16l], %[zerol] \n\t"
"mov.d %[coeff16h], %[coeff16l] \n\t"
// Load four pixels (16 bytes) together.
// [8] a3 b3 g3 r3 a2 b2 g2 r2 a1 b1 g1 r1 a0 b0 g0 r0
"gsldlc1 %[src8h], 0xf(%[src]) \n\t"
"gsldrc1 %[src8h], 0x8(%[src]) \n\t"
"gsldlc1 %[src8l], 0x7(%[src]) \n\t"
"gsldrc1 %[src8l], 0x0(%[src]) \n\t"
// Unpack 1st and 2nd pixels from 8 bits to 16 bits for each channels =>
// multiply with current coefficient => accumulate the result.
// [16] a1 b1 g1 r1 a0 b0 g0 r0
_mm_punpcklbh(src16, src8, zero)
_mm_pmulhh(mul_hi, src16, coeff16)
_mm_pmullh(mul_lo, src16, coeff16)
// [32] a0 b0 g0 r0
_mm_punpcklhw(t, mul_lo, mul_hi)
_mm_paddw(accum0, accum0, t)
// [32] a1 b1 g1 r1
_mm_punpckhhw(t, mul_lo, mul_hi)
_mm_paddw(accum1, accum1, t)
// Unpack 3rd and 4th pixels from 8 bits to 16 bits for each channels =>
// multiply with current coefficient => accumulate the result.
// [16] a3 b3 g3 r3 a2 b2 g2 r2
_mm_punpckhbh(src16, src8, zero)
_mm_pmulhh(mul_hi, src16, coeff16)
_mm_pmullh(mul_lo, src16, coeff16)
".set pop \n\t"
:[th]"=&f"(th), [tl]"=&f"(tl),
[src8h]"=&f"(src8h), [src8l]"=&f"(src8l),
[src16h]"=&f"(src16h), [src16l]"=&f"(src16l),
[mul_hih]"=&f"(mul_hih), [mul_hil]"=&f"(mul_hil),
[mul_loh]"=&f"(mul_loh), [mul_lol]"=&f"(mul_lol),
[accum0h]"+f"(accum0h), [accum0l]"+f"(accum0l),
[accum1h]"+f"(accum1h), [accum1l]"+f"(accum1l),
[coeff16h]"=&f"(coeff16h), [coeff16l]"=&f"(coeff16l)
:[zeroh]"f"(zero), [zerol]"f"(zero),
[fval]"r"(filter_values[filter_y]),
[src]"r"(src)
);
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
// [32] a2 b2 g2 r2
_mm_punpcklhw(t, mul_lo, mul_hi)
_mm_paddw(accum2, accum2, t)
// [32] a3 b3 g3 r3
_mm_punpckhhw(t, mul_lo, mul_hi)
_mm_paddw(accum3, accum3, t)
".set pop \n\t"
:[th]"=&f"(th), [tl]"=&f"(tl),
[mul_hih]"+f"(mul_hih), [mul_hil]"+f"(mul_hil),
[mul_loh]"+f"(mul_loh), [mul_lol]"+f"(mul_lol),
[accum2h]"+f"(accum2h), [accum2l]"+f"(accum2l),
[accum3h]"+f"(accum3h), [accum3l]"+f"(accum3l)
);
}
double t;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
// Shift right for fixed point implementation.
_mm_psraw(accum0, accum0, sra)
_mm_psraw(accum1, accum1, sra)
_mm_psraw(accum2, accum2, sra)
_mm_psraw(accum3, accum3, sra)
// Packing 32 bits |accum| to 16 bits per channel (signed saturation).
// [16] a1 b1 g1 r1 a0 b0 g0 r0
_mm_packsswh(accum0, accum0, accum1, t)
// [16] a3 b3 g3 r3 a2 b2 g2 r2
_mm_packsswh(accum2, accum2, accum3, t)
// Packing 16 bits |accum| to 8 bits per channel (unsigned saturation).
// [8] a3 b3 g3 r3 a2 b2 g2 r2 a1 b1 g1 r1 a0 b0 g0 r0
_mm_packushb(accum0, accum0, accum2, t)
".set pop \n\t"
:[accum0h]"+f"(accum0h), [accum0l]"+f"(accum0l),
[accum1h]"+f"(accum1h), [accum1l]"+f"(accum1l),
[accum2h]"+f"(accum2h), [accum2l]"+f"(accum2l),
[accum3h]"+f"(accum3h), [accum3l]"+f"(accum3l),
[t]"=&f"(t)
:[sra]"f"(sra)
);
if (has_alpha) {
double ah, al, bh, bl, srl8, srl16, sll24;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
"li %[tmp], 8 \n\t"
"mtc1 %[tmp], %[srl8] \n\t"
"li %[tmp], 16 \n\t"
"mtc1 %[tmp], %[srl16] \n\t"
"li %[tmp], 24 \n\t"
"mtc1 %[tmp], %[sll24] \n\t"
// Compute the max(ri, gi, bi) for each pixel.
// [8] xx a3 b3 g3 xx a2 b2 g2 xx a1 b1 g1 xx a0 b0 g0
_mm_psraw(a, accum0, srl8)
// [8] xx xx xx max3 xx xx xx max2 xx xx xx max1 xx xx xx max0
_mm_pmaxub(b, a, accum0) // Max of r and g.
// [8] xx xx a3 b3 xx xx a2 b2 xx xx a1 b1 xx xx a0 b0
_mm_psrlw(a, accum0, srl16)
// [8] xx xx xx max3 xx xx xx max2 xx xx xx max1 xx xx xx max0
_mm_pmaxub(b, a, b) // Max of r and g and b.
// [8] max3 00 00 00 max2 00 00 00 max1 00 00 00 max0 00 00 00
_mm_psllw(b, b, sll24)
// Make sure the value of alpha channel is always larger than maximum
// value of color channels.
_mm_pmaxub(accum0, b, accum0)
".set pop \n\t"
:[accum0h]"+f"(accum0h), [accum0l]"+f"(accum0l),
[tmp]"=&r"(tmp), [ah]"=&f"(ah), [al]"=&f"(al),
[bh]"=&f"(bh), [bl]"=&f"(bl), [srl8]"=&f"(srl8),
[srl16]"=&f"(srl16), [sll24]"=&f"(sll24)
);
} else {
double maskh, maskl;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
// Set value of alpha channels to 0xFF.
"li %[tmp], 0xff000000 \n\t"
"mtc1 %[tmp], %[maskl] \n\t"
"punpcklwd %[maskl], %[maskl], %[maskl] \n\t"
"mov.d %[maskh], %[maskl] \n\t"
_mm_or(accum0, accum0, mask)
".set pop \n\t"
:[maskh]"=&f"(maskh), [maskl]"=&f"(maskl),
[accum0h]"+f"(accum0h), [accum0l]"+f"(accum0l),
[tmp]"=&r"(tmp)
);
}
// Store the convolution result (16 bytes) and advance the pixel pointers.
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
"gssdlc1 %[accum0h], 0xf(%[out_row]) \n\t"
"gssdrc1 %[accum0h], 0x8(%[out_row]) \n\t"
"gssdlc1 %[accum0l], 0x7(%[out_row]) \n\t"
"gssdrc1 %[accum0l], 0x0(%[out_row]) \n\t"
".set pop \n\t"
::[accum0h]"f"(accum0h), [accum0l]"f"(accum0l),
[out_row]"r"(out_row)
:"memory"
);
out_row += 16;
}
// When the width of the output is not divisible by 4, We need to save one
// pixel (4 bytes) each time. And also the fourth pixel is always absent.
if (pixel_width & 3) {
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
_mm_xor(accum0, accum0, accum0)
_mm_xor(accum1, accum1, accum1)
_mm_xor(accum2, accum2, accum2)
".set pop \n\t"
:[accum0h]"=&f"(accum0h), [accum0l]"=&f"(accum0l),
[accum1h]"=&f"(accum1h), [accum1l]"=&f"(accum1l),
[accum2h]"=&f"(accum2h), [accum2l]"=&f"(accum2l)
);
for (int filter_y = 0; filter_y < filter_length; ++filter_y) {
double src8h, src8l, src16h, src16l;
double th, tl, mul_hih, mul_hil, mul_loh, mul_lol;
src = reinterpret_cast<const void*>(
&source_data_rows[filter_y][out_x<<2]);
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
"mtc1 %[fval], %[coeff16l] \n\t"
"pshufh %[coeff16l], %[coeff16l], %[zerol] \n\t"
"mov.d %[coeff16h], %[coeff16l] \n\t"
// [8] a3 b3 g3 r3 a2 b2 g2 r2 a1 b1 g1 r1 a0 b0 g0 r0
"gsldlc1 %[src8h], 0xf(%[src]) \n\t"
"gsldrc1 %[src8h], 0x8(%[src]) \n\t"
"gsldlc1 %[src8l], 0x7(%[src]) \n\t"
"gsldrc1 %[src8l], 0x0(%[src]) \n\t"
// [16] a1 b1 g1 r1 a0 b0 g0 r0
_mm_punpcklbh(src16, src8, zero)
_mm_pmulhh(mul_hi, src16, coeff16)
_mm_pmullh(mul_lo, src16, coeff16)
// [32] a0 b0 g0 r0
_mm_punpcklhw(t, mul_lo, mul_hi)
_mm_paddw(accum0, accum0, t)
// [32] a1 b1 g1 r1
_mm_punpckhhw(t, mul_lo, mul_hi)
_mm_paddw(accum1, accum1, t)
// [16] a3 b3 g3 r3 a2 b2 g2 r2
_mm_punpckhbh(src16, src8, zero)
_mm_pmulhh(mul_hi, src16, coeff16)
_mm_pmullh(mul_lo, src16, coeff16)
// [32] a2 b2 g2 r2
_mm_punpcklhw(t, mul_lo, mul_hi)
_mm_paddw(accum2, accum2, t)
".set pop \n\t"
:[th]"=&f"(th), [tl]"=&f"(tl),
[src8h]"=&f"(src8h), [src8l]"=&f"(src8l),
[src16h]"=&f"(src16h), [src16l]"=&f"(src16l),
[mul_hih]"=&f"(mul_hih), [mul_hil]"=&f"(mul_hil),
[mul_loh]"=&f"(mul_loh), [mul_lol]"=&f"(mul_lol),
[accum0h]"+f"(accum0h), [accum0l]"+f"(accum0l),
[accum1h]"+f"(accum1h), [accum1l]"+f"(accum1l),
[accum2h]"+f"(accum2h), [accum2l]"+f"(accum2l),
[coeff16h]"=&f"(coeff16h), [coeff16l]"=&f"(coeff16l)
:[zeroh]"f"(zero), [zerol]"f"(zero),
[fval]"r"(filter_values[filter_y]),
[src]"r"(src)
);
}
double t;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
_mm_psraw(accum0, accum0, sra)
_mm_psraw(accum1, accum1, sra)
_mm_psraw(accum2, accum2, sra)
// [16] a1 b1 g1 r1 a0 b0 g0 r0
_mm_packsswh(accum0, accum0, accum1, t)
// [16] a3 b3 g3 r3 a2 b2 g2 r2
_mm_packsswh(accum2, accum2, zero, t)
// [8] a3 b3 g3 r3 a2 b2 g2 r2 a1 b1 g1 r1 a0 b0 g0 r0
_mm_packushb(accum0, accum0, accum2, t)
".set pop \n\t"
:[accum0h]"+f"(accum0h), [accum0l]"+f"(accum0l),
[accum1h]"+f"(accum1h), [accum1l]"+f"(accum1l),
[accum2h]"+f"(accum2h), [accum2l]"+f"(accum2l),
[t]"=&f"(t)
:[zeroh]"f"(zero), [zerol]"f"(zero), [sra]"f"(sra)
);
if (has_alpha) {
double ah, al, bh, bl, srl8, srl16, sll24;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
"li %[tmp], 8 \n\t"
"mtc1 %[tmp], %[srl8] \n\t"
"li %[tmp], 16 \n\t"
"mtc1 %[tmp], %[srl16] \n\t"
"li %[tmp], 24 \n\t"
"mtc1 %[tmp], %[sll24] \n\t"
// [8] xx a3 b3 g3 xx a2 b2 g2 xx a1 b1 g1 xx a0 b0 g0
_mm_psrlw(a, accum0, srl8)
// [8] xx xx xx max3 xx xx xx max2 xx xx xx max1 xx xx xx max0
_mm_pmaxub(b, a, accum0) // Max of r and g.
// [8] xx xx a3 b3 xx xx a2 b2 xx xx a1 b1 xx xx a0 b0
_mm_psrlw(a, accum0, srl16)
// [8] xx xx xx max3 xx xx xx max2 xx xx xx max1 xx xx xx max0
_mm_pmaxub(b, a, b) // Max of r and g and b.
// [8] max3 00 00 00 max2 00 00 00 max1 00 00 00 max0 00 00 00
_mm_psllw(b, b, sll24)
_mm_pmaxub(accum0, b, accum0)
".set pop \n\t"
:[ah]"=&f"(ah), [al]"=&f"(al), [bh]"=&f"(bh), [bl]"=&f"(bl),
[accum0h]"+f"(accum0h), [accum0l]"+f"(accum0l), [tmp]"=&r"(tmp),
[srl8]"=&f"(srl8), [srl16]"=&f"(srl16), [sll24]"=&f"(sll24)
);
} else {
double maskh, maskl;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
// Set value of alpha channels to 0xFF.
"li %[tmp], 0xff000000 \n\t"
"mtc1 %[tmp], %[maskl] \n\t"
"punpcklwd %[maskl], %[maskl], %[maskl] \n\t"
"mov.d %[maskh], %[maskl] \n\t"
_mm_or(accum0, accum0, mask)
".set pop \n\t"
:[maskh]"=&f"(maskh), [maskl]"=&f"(maskl),
[accum0h]"+f"(accum0h), [accum0l]"+f"(accum0l),
[tmp]"=&r"(tmp)
);
}
double s4, s64;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
"li %[tmp], 4 \n\t"
"mtc1 %[tmp], %[s4] \n\t"
"li %[tmp], 64 \n\t"
"mtc1 %[tmp], %[s64] \n\t"
".set pop \n\t"
:[s4]"=f"(s4), [s64]"=f"(s64),
[tmp]"=&r"(tmp)
);
for (int out_x = width; out_x < pixel_width; out_x++) {
double t;
asm volatile (
".set push \n\t"
".set arch=loongson3a \n\t"
"swc1 %[accum0l], (%[out_row]) \n\t"
_mm_psrlq(accum0, accum0, s4, s64, t)
".set pop \n\t"
:[t]"=&f"(t),
[accum0h]"+f"(accum0h), [accum0l]"+f"(accum0l)
:[out_row]"r"(out_row), [s4]"f"(s4), [s64]"f"(s64)
:"memory"
);
out_row += 4;
}
}
}
void ConvolveVertically_LS3(const ConvolutionFilter1D::Fixed* filter_values,
int filter_length,
unsigned char* const* source_data_rows,
int pixel_width,
unsigned char* out_row, bool has_alpha) {
if (has_alpha) {
ConvolveVertically_LS3_impl<true>(filter_values, filter_length,
source_data_rows, pixel_width, out_row);
} else {
ConvolveVertically_LS3_impl<false>(filter_values, filter_length,
source_data_rows, pixel_width, out_row);
}
}
} // namespace skia
#endif /* _MIPS_ARCH_LOONGSON3A */