commit | 6fc3e12b8912458cb4adcfd32e2f53d76b0cc737 | [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 18:09:26 2014 -0500 |
tree | bdc7067e904c39372475ebf541c58abdf0d292e9 | |
parent | 933bdc9b648995ab68da746c6daa2206eec02b0f [diff] [blame] |
RS: Add VP9 LoopFilter Intrinsic Change-Id: I5caa46da2c825a95cc1ed35a1cdbcd6da0ffce88
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 {