| commit | 206d22f2c216979cd44981ebfdcc29760d9d9cd6 | [log] [tgz] |
|---|---|---|
| author | Hui Su <huisu@google.com> | Tue Jan 23 14:05:49 2018 -0800 |
| committer | Hui Su <huisu@google.com> | Wed Jan 24 00:12:42 2018 +0000 |
| tree | 70f1de37d79c316179d82d0b920adbdad282148c | |
| parent | 751a2335d97f4582205c0510de3cf26c9794650c [diff] [blame] |
Code cleanup in rdopt.h Change-Id: Iea0e8665cdd5b9bc0fe17930add7068443765ea9
diff --git a/av1/encoder/rdopt.c b/av1/encoder/rdopt.c index d6edcf5..73b71d7 100644 --- a/av1/encoder/rdopt.c +++ b/av1/encoder/rdopt.c
@@ -2171,6 +2171,7 @@ } return 0; } + static int64_t txfm_yrd(const AV1_COMP *const cpi, MACROBLOCK *x, RD_STATS *rd_stats, int64_t ref_best_rd, BLOCK_SIZE bs, TX_TYPE tx_type, TX_SIZE tx_size) {