| commit | c30934bcd55a0cc5b2b6ccd0861469aa80681a3a | [log] [tgz] |
|---|---|---|
| author | Debargha Mukherjee <debargha@google.com> | Tue Apr 25 01:23:51 2017 -0700 |
| committer | Debargha Mukherjee <debargha@google.com> | Tue Apr 25 01:23:51 2017 -0700 |
| tree | de2dbd8d644dcc324c58a029db0c92adfa87aa79 | |
| parent | c3bcf3be11ac17d7ab692d4f9879d2361026e5bf [diff] [blame] |
Change type of rd variable Silences some warnings. Change-Id: I8e90368a973c1fc4a88a1bb92b779aa68981dbb5
diff --git a/av1/encoder/rdopt.c b/av1/encoder/rdopt.c index 52c54d8..bda9cff 100644 --- a/av1/encoder/rdopt.c +++ b/av1/encoder/rdopt.c
@@ -7657,7 +7657,7 @@ int rate; uint64_t sse; int64_t dist; - int rd0; + int64_t rd0; SEG_MASK_TYPE cur_mask_type; int64_t best_rd = INT64_MAX; SEG_MASK_TYPE best_mask_type = 0;