comparison i386/dsputil_mmx_qns.h @ 5833:dfd34e7f243f libavcodec

Explain why there are no multiple inclusion guards in these header files.
author diego
date Wed, 17 Oct 2007 22:29:13 +0000
parents a2b978ef3973
children 33896780c612
comparison
equal deleted inserted replaced
5832:aebcb17098dc 5833:dfd34e7f243f
19 * 19 *
20 * You should have received a copy of the GNU Lesser General Public 20 * You should have received a copy of the GNU Lesser General Public
21 * License along with FFmpeg; if not, write to the Free Software 21 * License along with FFmpeg; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 */ 23 */
24
25 /* This header intentionally has no multiple inclusion guards. It is meant to
26 * be included multiple times and generates different code depending on the
27 * value of certain #defines. */
24 28
25 #define MAX_ABS (512 >> (SCALE_OFFSET>0 ? SCALE_OFFSET : 0)) 29 #define MAX_ABS (512 >> (SCALE_OFFSET>0 ? SCALE_OFFSET : 0))
26 30
27 static int DEF(try_8x8basis)(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale) 31 static int DEF(try_8x8basis)(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale)
28 { 32 {