Revision e62a55b9 libavcodec/dsputil.c
libavcodec/dsputil.c | ||
---|---|---|
87 | 87 |
}; |
88 | 88 |
|
89 | 89 |
/* not permutated inverse zigzag_direct + 1 for MMX quantizer */ |
90 |
DECLARE_ALIGNED_8(uint16_t, inv_zigzag_direct16)[64];
|
|
90 |
DECLARE_ALIGNED_16(uint16_t, inv_zigzag_direct16)[64];
|
|
91 | 91 |
|
92 | 92 |
const uint8_t ff_alternate_horizontal_scan[64] = { |
93 | 93 |
0, 1, 2, 3, 8, 9, 16, 17, |
Also available in: Unified diff