From 858e2388d5ea669baa8c2950a320d8ce650e07cc Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Fri, 30 Jun 2017 11:17:24 -0700 Subject: [PATCH] Remove Unused UPDATE_RD_COST macro It stopped being used after 09302f5a7db326908b380e97e94bc7f2c403a2ef Change-Id: Ie7d567c787a4120f8b73378b3a82267249a82e3d --- av1/encoder/encodemb.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/av1/encoder/encodemb.c b/av1/encoder/encodemb.c index 1a6098580..6df156c9f 100644 --- a/av1/encoder/encodemb.c +++ b/av1/encoder/encodemb.c @@ -119,12 +119,6 @@ static const int plane_rd_mult[REF_TYPES][PLANE_TYPES] = { #endif }; -#define UPDATE_RD_COST() \ - { \ - rd_cost0 = RDCOST(rdmult, rate0, error0); \ - rd_cost1 = RDCOST(rdmult, rate1, error1); \ - } - static INLINE unsigned int get_token_bit_costs( unsigned int token_costs[2][COEFF_CONTEXTS][ENTROPY_TOKENS], int skip_eob, int ctx, int token) { -- GitLab