# HG changeset patch # User cehoyos # Date 1266255458 0 # Node ID 0b2618b091df4330171bb13d57b13755dd80831a # Parent 9a793cb05a85d6e56657887ef78b816e57b013ee Remove outdated comment. Patch by Maxim, max_pole gmx de diff -r 9a793cb05a85 -r 0b2618b091df ivi_common.h --- a/ivi_common.h Mon Feb 15 16:43:45 2010 +0000 +++ b/ivi_common.h Mon Feb 15 17:37:38 2010 +0000 @@ -183,7 +183,6 @@ ((((tile_width) + (mb_size) - 1) / (mb_size)) * (((tile_height) + (mb_size) - 1) / (mb_size))) /** convert unsigned values into signed ones (the sign is in the LSB) */ -/* TODO: find a way to calculate this without the conditional using bit magic */ #define IVI_TOSIGNED(val) (-(((val) >> 1) ^ -((val) & 1))) /** scales motion vector */