Searched refs:ALIGN_DOWNTO_8 (Results 1 – 1 of 1) sorted by relevance
221 #define ALIGN_DOWNTO_8(x) (((x) >> 3) << 3) macro807 u16HSize = ALIGN_DOWNTO_8(u16OriHSize); in MVOP_CalculateHSize()