Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6991471 authored by Jason Sams's avatar Jason Sams
Browse files

Update IP and IP2

Change-Id: I5e81ae906a36fc1f6dc8de872398c6aa580238f1
parent e30f16df
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ package com.android.rs.image;

import java.lang.Math;

import android.renderscript.Allocation;

public class BWFilter extends TestBase {
    private ScriptC_bwfilter mScript;
+1 −2
Original line number Diff line number Diff line
@@ -12,8 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#pragma version(1)
#pragma rs java_package_name(com.android.rs.image)
#include "ip.rsh"

uchar alpha = 0x0;

+1 −2
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@
 * limitations under the License.
 */

#pragma version(1)
#pragma rs java_package_name(com.android.rs.image)
#include "ip.rsh"
//#pragma rs_fp_relaxed

static float sr = 0.f;
+1 −2
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@
 * limitations under the License.
 */

#pragma version(1)
#pragma rs java_package_name(com.android.rs.image)
#include "ip.rsh"
#pragma rs_fp_relaxed


+1 −4
Original line number Diff line number Diff line
@@ -14,10 +14,7 @@
 * limitations under the License.
 */

#pragma version(1)
#pragma rs java_package_name(com.android.rs.image)
#pragma rs_fp_relaxed

#include "ip.rsh"

static rs_matrix4x4 Mat;

Loading