Mercurial > libavutil.hg
comparison integer.c @ 426:d9390a931aef libavutil
Allow compilation of test programs when TEST is defined.
author | diego |
---|---|
date | Tue, 08 Jan 2008 22:54:49 +0000 |
parents | f9a4c04ebb0e |
children | e7192ff1857d |
comparison
equal
deleted
inserted
replaced
425:344948d71978 | 426:d9390a931aef |
---|---|
154 out = (out<<16) + a.v[i]; | 154 out = (out<<16) + a.v[i]; |
155 } | 155 } |
156 return out; | 156 return out; |
157 } | 157 } |
158 | 158 |
159 #if 0 | 159 #ifdef TEST |
160 #undef NDEBUG | 160 #undef NDEBUG |
161 #include <assert.h> | 161 #include <assert.h> |
162 | 162 |
163 const uint8_t ff_log2_tab[256]={ | 163 const uint8_t ff_log2_tab[256]={ |
164 0,0,1,1,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, | 164 0,0,1,1,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, |