commit | e4749f3a5a6a6041ef2894162edce5115b307db0 | [log] [tgz] |
---|---|---|
author | Matthieu Delahaye <matthieu@multicorewareinc.com> | Tue Mar 04 11:05:49 2014 -0600 |
committer | Matthieu Delahaye <matthieu@multicorewareinc.com> | Tue Mar 11 10:22:51 2014 -0500 |
tree | 289cb611651fe96fb37adb15beccb11b405de06a | |
parent | d41722ce05351cebd6ff498d762f74a4aea6b1be [diff] [blame] |
RS: Add VP9 LoopFilter Intrinsic Change-Id: Ia49e56c7e21fee1601a0418bd105ef6429c336ca
diff --git a/rsDefines.h b/rsDefines.h index fbc63cd..e25cf71 100644 --- a/rsDefines.h +++ b/rsDefines.h
@@ -365,7 +365,8 @@ 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 {