Remove duplicated defines.

This commit is contained in:
Ari Koivula 2014-02-27 14:03:33 +02:00
parent b58c5b872a
commit a8237bcb1e

View file

@ -318,10 +318,6 @@ static void search_inter(encoder_control *encoder, uint16_t x_ctb,
} }
#define SUB_SCU_BIT_MASK (64 - 1)
#define SUB_SCU(xy) (xy & SUB_SCU_BIT_MASK)
#define LCU_CU_WIDTH 8
#define LCU_T_CU_WIDTH 9
/** /**
* Copy all non-reference CU data from depth+1 to depth. * Copy all non-reference CU data from depth+1 to depth.