Home
last modified time | relevance | path

Searched refs:aLeftInflation (Results 1 – 24 of 24) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DBlurNEON.cpp40 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
44 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
45 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
48 for (int x = (aSourceWidth + aLeftInflation); in LoadIntegralRowFromRow()
49 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in LoadIntegralRowFromRow()
60 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_NEON()
88 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_NEON()
100 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_NEON()
108 temp[0] = *(sourceRow + (x - aLeftInflation)); in GenerateIntegralImage_NEON()
119 int x = (aSize.width + aLeftInflation); in GenerateIntegralImage_NEON()
[all …]
H A DBlurSSE2.cpp48 int32_t aSourceWidth, int32_t aLeftInflation, in LoadIntegralRowFromRow() argument
52 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
56 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
57 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
60 for (int x = (aSourceWidth + aLeftInflation); in LoadIntegralRowFromRow()
61 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in LoadIntegralRowFromRow()
86 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_SSE2()
116 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_SSE2()
128 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_SSE2()
150 int x = (aSize.width + aLeftInflation); in GenerateIntegralImage_SSE2()
[all …]
H A DBlurLS3.cpp103 int32_t aSourceWidth, int32_t aLeftInflation, in LoadIntegralRowFromRow() argument
107 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
111 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
112 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
115 for (int x = (aSourceWidth + aLeftInflation); in LoadIntegralRowFromRow()
116 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in LoadIntegralRowFromRow()
161 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_LS3()
219 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_LS3()
250 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_LS3()
291 int x = (aSize.width + aLeftInflation); in GenerateIntegralImage_LS3()
[all …]
H A DBlur.cpp716 const uint32_t& aLeftInflation, in GenerateIntegralRow() argument
720 for (uint32_t x = 0; x < aLeftInflation; x++) { in GenerateIntegralRow()
724 for (uint32_t x = aLeftInflation; x < (aSourceWidth + aLeftInflation); in GenerateIntegralRow()
726 uint32_t alphaValues = *(uint32_t*)(aSource + (x - aLeftInflation)); in GenerateIntegralRow()
751 for (uint32_t x = (aSourceWidth + aLeftInflation); in GenerateIntegralRow()
752 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in GenerateIntegralRow()
759 int32_t aLeftInflation, int32_t aRightInflation, int32_t aTopInflation, in GenerateIntegralImage_C() argument
771 aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
775 aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
782 aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DBlurNEON.cpp40 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
44 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
45 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
48 for (int x = (aSourceWidth + aLeftInflation); in LoadIntegralRowFromRow()
49 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in LoadIntegralRowFromRow()
60 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_NEON()
88 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_NEON()
100 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_NEON()
108 temp[0] = *(sourceRow + (x - aLeftInflation)); in GenerateIntegralImage_NEON()
119 int x = (aSize.width + aLeftInflation); in GenerateIntegralImage_NEON()
[all …]
H A DBlurSSE2.cpp48 int32_t aSourceWidth, int32_t aLeftInflation, in LoadIntegralRowFromRow() argument
52 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
56 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
57 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
60 for (int x = (aSourceWidth + aLeftInflation); in LoadIntegralRowFromRow()
61 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in LoadIntegralRowFromRow()
86 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_SSE2()
116 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_SSE2()
128 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_SSE2()
150 int x = (aSize.width + aLeftInflation); in GenerateIntegralImage_SSE2()
[all …]
H A DBlurLS3.cpp103 int32_t aSourceWidth, int32_t aLeftInflation, in LoadIntegralRowFromRow() argument
107 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
111 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
112 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
115 for (int x = (aSourceWidth + aLeftInflation); in LoadIntegralRowFromRow()
116 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in LoadIntegralRowFromRow()
161 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_LS3()
219 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_LS3()
250 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_LS3()
291 int x = (aSize.width + aLeftInflation); in GenerateIntegralImage_LS3()
[all …]
H A DBlur.cpp716 const uint32_t& aLeftInflation, in GenerateIntegralRow() argument
720 for (uint32_t x = 0; x < aLeftInflation; x++) { in GenerateIntegralRow()
724 for (uint32_t x = aLeftInflation; x < (aSourceWidth + aLeftInflation); in GenerateIntegralRow()
726 uint32_t alphaValues = *(uint32_t*)(aSource + (x - aLeftInflation)); in GenerateIntegralRow()
751 for (uint32_t x = (aSourceWidth + aLeftInflation); in GenerateIntegralRow()
752 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in GenerateIntegralRow()
759 int32_t aLeftInflation, int32_t aRightInflation, int32_t aTopInflation, in GenerateIntegralImage_C() argument
771 aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
775 aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
782 aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
[all …]
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DBlurNEON.cpp40 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
44 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
45 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
48 for (int x = (aSourceWidth + aLeftInflation); in LoadIntegralRowFromRow()
49 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in LoadIntegralRowFromRow()
60 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_NEON()
88 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_NEON()
100 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_NEON()
108 temp[0] = *(sourceRow + (x - aLeftInflation)); in GenerateIntegralImage_NEON()
119 int x = (aSize.width + aLeftInflation); in GenerateIntegralImage_NEON()
[all …]
H A DBlurSSE2.cpp48 int32_t aSourceWidth, int32_t aLeftInflation, in LoadIntegralRowFromRow() argument
52 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
56 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
57 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
60 for (int x = (aSourceWidth + aLeftInflation); in LoadIntegralRowFromRow()
61 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in LoadIntegralRowFromRow()
86 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_SSE2()
116 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_SSE2()
128 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_SSE2()
150 int x = (aSize.width + aLeftInflation); in GenerateIntegralImage_SSE2()
[all …]
H A DBlurLS3.cpp103 int32_t aSourceWidth, int32_t aLeftInflation, in LoadIntegralRowFromRow() argument
107 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
111 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
112 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
115 for (int x = (aSourceWidth + aLeftInflation); in LoadIntegralRowFromRow()
116 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in LoadIntegralRowFromRow()
161 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_LS3()
219 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_LS3()
250 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_LS3()
291 int x = (aSize.width + aLeftInflation); in GenerateIntegralImage_LS3()
[all …]
H A DBlur.cpp716 const uint32_t& aLeftInflation, in GenerateIntegralRow() argument
720 for (uint32_t x = 0; x < aLeftInflation; x++) { in GenerateIntegralRow()
724 for (uint32_t x = aLeftInflation; x < (aSourceWidth + aLeftInflation); in GenerateIntegralRow()
726 uint32_t alphaValues = *(uint32_t*)(aSource + (x - aLeftInflation)); in GenerateIntegralRow()
751 for (uint32_t x = (aSourceWidth + aLeftInflation); in GenerateIntegralRow()
752 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in GenerateIntegralRow()
759 int32_t aLeftInflation, int32_t aRightInflation, int32_t aTopInflation, in GenerateIntegralImage_C() argument
771 aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
775 aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
782 aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DBlurNEON.cpp40 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
44 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
45 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
48 for (int x = (aSourceWidth + aLeftInflation); in LoadIntegralRowFromRow()
49 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in LoadIntegralRowFromRow()
60 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_NEON()
88 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_NEON()
100 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_NEON()
108 temp[0] = *(sourceRow + (x - aLeftInflation)); in GenerateIntegralImage_NEON()
119 int x = (aSize.width + aLeftInflation); in GenerateIntegralImage_NEON()
[all …]
H A DBlurSSE2.cpp48 int32_t aSourceWidth, int32_t aLeftInflation, in LoadIntegralRowFromRow() argument
52 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
56 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
57 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
60 for (int x = (aSourceWidth + aLeftInflation); in LoadIntegralRowFromRow()
61 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in LoadIntegralRowFromRow()
86 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_SSE2()
116 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_SSE2()
128 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_SSE2()
150 int x = (aSize.width + aLeftInflation); in GenerateIntegralImage_SSE2()
[all …]
H A DBlurLS3.cpp103 int32_t aSourceWidth, int32_t aLeftInflation, in LoadIntegralRowFromRow() argument
107 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
111 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
112 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
115 for (int x = (aSourceWidth + aLeftInflation); in LoadIntegralRowFromRow()
116 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in LoadIntegralRowFromRow()
161 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_LS3()
219 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_LS3()
250 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_LS3()
291 int x = (aSize.width + aLeftInflation); in GenerateIntegralImage_LS3()
[all …]
H A DBlur.cpp716 const uint32_t& aLeftInflation, in GenerateIntegralRow() argument
720 for (uint32_t x = 0; x < aLeftInflation; x++) { in GenerateIntegralRow()
724 for (uint32_t x = aLeftInflation; x < (aSourceWidth + aLeftInflation); in GenerateIntegralRow()
726 uint32_t alphaValues = *(uint32_t*)(aSource + (x - aLeftInflation)); in GenerateIntegralRow()
751 for (uint32_t x = (aSourceWidth + aLeftInflation); in GenerateIntegralRow()
752 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in GenerateIntegralRow()
759 int32_t aLeftInflation, int32_t aRightInflation, int32_t aTopInflation, in GenerateIntegralImage_C() argument
771 aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
775 aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
782 aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DBlurNEON.cpp40 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
44 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
45 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
48 for (int x = (aSourceWidth + aLeftInflation); in LoadIntegralRowFromRow()
49 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in LoadIntegralRowFromRow()
60 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_NEON()
88 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_NEON()
100 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_NEON()
108 temp[0] = *(sourceRow + (x - aLeftInflation)); in GenerateIntegralImage_NEON()
119 int x = (aSize.width + aLeftInflation); in GenerateIntegralImage_NEON()
[all …]
H A DBlurSSE2.cpp49 int32_t aSourceWidth, int32_t aLeftInflation, in LoadIntegralRowFromRow() argument
53 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
57 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
58 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
61 for (int x = (aSourceWidth + aLeftInflation); in LoadIntegralRowFromRow()
62 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in LoadIntegralRowFromRow()
87 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_SSE2()
117 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_SSE2()
130 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_SSE2()
153 int x = (aSize.width + aLeftInflation); in GenerateIntegralImage_SSE2()
[all …]
H A DBlurLS3.cpp103 int32_t aSourceWidth, int32_t aLeftInflation, in LoadIntegralRowFromRow() argument
107 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
111 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
112 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
115 for (int x = (aSourceWidth + aLeftInflation); in LoadIntegralRowFromRow()
116 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in LoadIntegralRowFromRow()
161 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_LS3()
219 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_LS3()
250 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_LS3()
291 int x = (aSize.width + aLeftInflation); in GenerateIntegralImage_LS3()
[all …]
H A DBlur.cpp705 const uint32_t& aLeftInflation, in GenerateIntegralRow() argument
709 for (uint32_t x = 0; x < aLeftInflation; x++) { in GenerateIntegralRow()
713 for (uint32_t x = aLeftInflation; x < (aSourceWidth + aLeftInflation); in GenerateIntegralRow()
715 uint32_t alphaValues = *(uint32_t*)(aSource + (x - aLeftInflation)); in GenerateIntegralRow()
740 for (uint32_t x = (aSourceWidth + aLeftInflation); in GenerateIntegralRow()
741 x < (aSourceWidth + aLeftInflation + aRightInflation); x++) { in GenerateIntegralRow()
748 int32_t aLeftInflation, int32_t aRightInflation, int32_t aTopInflation, in GenerateIntegralImage_C() argument
760 aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
764 aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
771 aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DBlurNEON.cpp37 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
41 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
42 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
45 …for (int x = (aSourceWidth + aLeftInflation); x < (aSourceWidth + aLeftInflation + aRightInflation… in LoadIntegralRowFromRow()
57 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_NEON()
84 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_NEON()
96 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_NEON()
104 temp[0] = *(sourceRow + (x - aLeftInflation)); in GenerateIntegralImage_NEON()
105 temp[1] = temp[0] + *(sourceRow + (x - aLeftInflation) + 1); in GenerateIntegralImage_NEON()
106 temp[2] = temp[1] + *(sourceRow + (x - aLeftInflation) + 2); in GenerateIntegralImage_NEON()
[all …]
H A DBlurSSE2.cpp45 int32_t aSourceWidth, int32_t aLeftInflation, in LoadIntegralRowFromRow() argument
50 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
54 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
55 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
58 …for (int x = (aSourceWidth + aLeftInflation); x < (aSourceWidth + aLeftInflation + aRightInflation… in LoadIntegralRowFromRow()
80 GenerateIntegralImage_SSE2(int32_t aLeftInflation, int32_t aRightInflation, in GenerateIntegralImage_SSE2() argument
85 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_SSE2()
113 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_SSE2()
122 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_SSE2()
123 uint32_t pixels = *(uint32_t*)(sourceRow + (x - aLeftInflation)); in GenerateIntegralImage_SSE2()
[all …]
H A DBlurLS3.cpp117 int32_t aSourceWidth, int32_t aLeftInflation, in LoadIntegralRowFromRow() argument
122 for (int x = 0; x < aLeftInflation; x++) { in LoadIntegralRowFromRow()
126 for (int x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x++) { in LoadIntegralRowFromRow()
127 currentRowSum += aSource[(x - aLeftInflation)]; in LoadIntegralRowFromRow()
130 …for (int x = (aSourceWidth + aLeftInflation); x < (aSourceWidth + aLeftInflation + aRightInflation… in LoadIntegralRowFromRow()
176 MOZ_ASSERT(!(aLeftInflation & 3)); in GenerateIntegralImage_LS3()
180 IntSize integralImageSize(aSize.width + aLeftInflation + aRightInflation, in GenerateIntegralImage_LS3()
239 for (int x = 0; x < aLeftInflation; x += 4) { in GenerateIntegralImage_LS3()
271 for (int x = aLeftInflation; x < (aSize.width + aLeftInflation); x += 4) { in GenerateIntegralImage_LS3()
272 uint32_t pixels = *(uint32_t*)(sourceRow + (x - aLeftInflation)); in GenerateIntegralImage_LS3()
[all …]
H A DBlur.cpp597 … const uint32_t &aSourceWidth, const uint32_t &aLeftInflation, const uint32_t &aRightInflation) in GenerateIntegralRow() argument
601 for (uint32_t x = 0; x < aLeftInflation; x++) { in GenerateIntegralRow()
605 for (uint32_t x = aLeftInflation; x < (aSourceWidth + aLeftInflation); x += 4) { in GenerateIntegralRow()
606 uint32_t alphaValues = *(uint32_t*)(aSource + (x - aLeftInflation)); in GenerateIntegralRow()
631 …for (uint32_t x = (aSourceWidth + aLeftInflation); x < (aSourceWidth + aLeftInflation + aRightInfl… in GenerateIntegralRow()
638 GenerateIntegralImage_C(int32_t aLeftInflation, int32_t aRightInflation, in GenerateIntegralImage_C() argument
645 IntSize integralImageSize(aSize.width + aLeftInflation + aRightInflation, in GenerateIntegralImage_C()
651 aSize.width, aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
654 aSize.width, aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
659 … aIntegralImage + (y - 1) * stride32bit, aSize.width, aLeftInflation, aRightInflation); in GenerateIntegralImage_C()
[all …]