|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| java/ | | 03-May-2024 | - | 1,567 | 807 |
| test/ | | 03-May-2024 | - | 3,992 | 2,983 |
| Android.bp | D | 03-May-2024 | 3 KiB | 136 | 119 |
| Blend.cpp | D | 03-May-2024 | 13 KiB | 371 | 325 |
| Blend_advsimd.S | D | 03-May-2024 | 19.7 KiB | 623 | 485 |
| Blend_neon.S | D | 03-May-2024 | 16.3 KiB | 618 | 485 |
| Blur.cpp | D | 03-May-2024 | 18.3 KiB | 546 | 354 |
| Blur_advsimd.S | D | 03-May-2024 | 72.7 KiB | 1,869 | 1,407 |
| Blur_neon.S | D | 03-May-2024 | 67.4 KiB | 1,825 | 1,375 |
| ColorMatrix.cpp | D | 03-May-2024 | 31.2 KiB | 1,067 | 806 |
| ColorMatrix_advsimd.S | D | 03-May-2024 | 47.1 KiB | 1,278 | 1,116 |
| ColorMatrix_neon.S | D | 03-May-2024 | 9.3 KiB | 362 | 299 |
| Convolve3x3.cpp | D | 03-May-2024 | 10.9 KiB | 265 | 179 |
| Convolve5x5.cpp | D | 03-May-2024 | 15.2 KiB | 351 | 269 |
| Convolve_advsimd.S | D | 03-May-2024 | 8.3 KiB | 266 | 139 |
| Convolve_neon.S | D | 03-May-2024 | 7.5 KiB | 288 | 149 |
| Histogram.cpp | D | 03-May-2024 | 10.1 KiB | 300 | 243 |
| JniEntryPoints.cpp | D | 03-May-2024 | 20.6 KiB | 481 | 394 |
| Lut.cpp | D | 03-May-2024 | 2.8 KiB | 83 | 55 |
| Lut3d.cpp | D | 03-May-2024 | 6.8 KiB | 182 | 117 |
| Lut3d_advsimd.S | D | 03-May-2024 | 8.7 KiB | 251 | 156 |
| Lut3d_neon.S | D | 03-May-2024 | 7.7 KiB | 257 | 158 |
| README.txt | D | 03-May-2024 | 393 | 10 | 5 |
| RenderScriptToolkit.cpp | D | 03-May-2024 | 1.3 KiB | 39 | 11 |
| RenderScriptToolkit.h | D | 03-May-2024 | 24.5 KiB | 541 | 98 |
| Resize.cpp | D | 03-May-2024 | 26.1 KiB | 770 | 620 |
| Resize_advsimd.S | D | 03-May-2024 | 30.9 KiB | 755 | 476 |
| Resize_neon.S | D | 03-May-2024 | 31.1 KiB | 800 | 512 |
| TaskProcessor.cpp | D | 03-May-2024 | 8.7 KiB | 222 | 134 |
| TaskProcessor.h | D | 03-May-2024 | 8.9 KiB | 265 | 64 |
| TestTaskProcessor.cpp | D | 03-May-2024 | 4.1 KiB | 106 | 76 |
| Utils.cpp | D | 03-May-2024 | 2.9 KiB | 82 | 53 |
| Utils.h | D | 03-May-2024 | 5.4 KiB | 156 | 93 |
| YuvToRgb.cpp | D | 03-May-2024 | 9.5 KiB | 242 | 145 |
| YuvToRgb_advsimd.S | D | 03-May-2024 | 14 KiB | 378 | 228 |
| YuvToRgb_neon.S | D | 03-May-2024 | 9 KiB | 299 | 185 |
| x86.cpp | D | 03-May-2024 | 51.3 KiB | 1,324 | 1,078 |
README.txt
1This directory will contain the standalone library meant to replace the RenderScript Intrinsics.
2
3The work in this directory is not complete.
4
5To make the review process manageable, a series of smaller CLs will be reviewed and submitted.
6
7While it is initially built with Soong, the end goal is to move this to github once the work
8has been completed. This is a staging area for the reviews.
9
10