commit | 64048e720cf940cb0f7f6f9a4ab4f061918a1fd9 | [log] [tgz] |
---|---|---|
author | Matthieu Delahaye <matthieu@multicorewareinc.com> | Tue Mar 04 11:05:49 2014 -0600 |
committer | Matthieu Delahaye <matthieu@multicorewareinc.com> | Tue Mar 18 10:29:28 2014 -0500 |
tree | d585eb3b882ae52ad2e16a8cea255515e36fdeb4 | |
parent | 4719c4a50eabe13753dff34509f35b91cdee6f79 [diff] [blame] |
RS: Add VP9 LoopFilter Intrinsic Change-Id: If1ac77774c74b5513ce7a2db4ef31888a351a9c5
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 {