comparison src/ffmpeg/libavcodec/dsputil.c @ 817:b3b7a4e480b2 trunk

[svn] - make this compile again
author nenolod
date Mon, 12 Mar 2007 13:14:40 -0700
parents 23a5aa2c545c
children 52c45849841e
comparison
equal deleted inserted replaced
816:87b58fcb96c8 817:b3b7a4e480b2
55 22, 30, 7, 15, 23, 31, 38, 46, 55 22, 30, 7, 15, 23, 31, 38, 46,
56 53, 61, 54, 62, 39, 47, 55, 63, 56 53, 61, 54, 62, 39, 47, 55, 63,
57 }; 57 };
58 58
59 /* not permutated inverse zigzag_direct + 1 for MMX quantizer */ 59 /* not permutated inverse zigzag_direct + 1 for MMX quantizer */
60 uint16_t __align8 inv_zigzag_direct16[64]; 60 uint16_t inv_zigzag_direct16[64];
61 61
62 const uint8_t ff_alternate_horizontal_scan[64] = { 62 const uint8_t ff_alternate_horizontal_scan[64] = {
63 0, 1, 2, 3, 8, 9, 16, 17, 63 0, 1, 2, 3, 8, 9, 16, 17,
64 10, 11, 4, 5, 6, 7, 15, 14, 64 10, 11, 4, 5, 6, 7, 15, 14,
65 13, 12, 19, 18, 24, 25, 32, 33, 65 13, 12, 19, 18, 24, 25, 32, 33,