summaryrefslogtreecommitdiff
path: root/rsDefines.h
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2014-03-14 02:27:02 +0000
committerJason Sams <jsams@google.com>2014-03-14 02:27:02 +0000
commit1e2aedbef554a10a16296d3b529327fffcb10e0d (patch)
treeaf124838cd75b5c0b3866941e85bc0cf37070e0b /rsDefines.h
parente4749f3a5a6a6041ef2894162edce5115b307db0 (diff)
downloadrs-1e2aedbef554a10a16296d3b529327fffcb10e0d.tar.gz
Revert "RS: Add VP9 LoopFilter Intrinsic"
This reverts commit e4749f3a5a6a6041ef2894162edce5115b307db0. Change-Id: I45ccdacb1706abd4df7f635c5e64dcb1ee4b876d
Diffstat (limited to 'rsDefines.h')
-rw-r--r--rsDefines.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/rsDefines.h b/rsDefines.h
index e25cf713..fbc63cd0 100644
--- a/rsDefines.h
+++ b/rsDefines.h
@@ -365,8 +365,7 @@ enum RsScriptIntrinsicID {
RS_SCRIPT_INTRINSIC_ID_BLEND = 7,
RS_SCRIPT_INTRINSIC_ID_3DLUT = 8,
RS_SCRIPT_INTRINSIC_ID_HISTOGRAM = 9,
- RS_SCRIPT_INTRINSIC_ID_INTER_PRED= 10,
- RS_SCRIPT_INTRINSIC_ID_LOOP_FILTER = 11
+ RS_SCRIPT_INTRINSIC_ID_INTER_PRED= 10
};
typedef struct {