summaryrefslogtreecommitdiff
path: root/rsDefines.h
diff options
context:
space:
mode:
authorMatthieu Delahaye <matthieu@multicorewareinc.com>2014-03-04 11:05:49 -0600
committerMatthieu Delahaye <matthieu@multicorewareinc.com>2014-03-11 10:22:51 -0500
commite4749f3a5a6a6041ef2894162edce5115b307db0 (patch)
tree289cb611651fe96fb37adb15beccb11b405de06a /rsDefines.h
parentd41722ce05351cebd6ff498d762f74a4aea6b1be (diff)
downloadrs-e4749f3a5a6a6041ef2894162edce5115b307db0.tar.gz
RS: Add VP9 LoopFilter Intrinsic
Change-Id: Ia49e56c7e21fee1601a0418bd105ef6429c336ca
Diffstat (limited to 'rsDefines.h')
-rw-r--r--rsDefines.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rsDefines.h b/rsDefines.h
index fbc63cd0..e25cf713 100644
--- a/rsDefines.h
+++ b/rsDefines.h
@@ -365,7 +365,8 @@ 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_INTER_PRED= 10,
+ RS_SCRIPT_INTRINSIC_ID_LOOP_FILTER = 11
};
typedef struct {