comparison h264.c @ 6753:73de16350531 libavcodec

One const per declaration is enough.
author cehoyos
date Thu, 08 May 2008 14:01:44 +0000
parents b1778cf7f3b1
children df0893f4fd86
comparison
equal deleted inserted replaced
6752:b2daf71037be 6753:73de16350531
5362 ctx += 2; 5362 ctx += 2;
5363 5363
5364 return ctx + 4 * cat; 5364 return ctx + 4 * cat;
5365 } 5365 }
5366 5366
5367 DECLARE_ASM_CONST(1, const uint8_t, last_coeff_flag_offset_8x8[63]) = { 5367 DECLARE_ASM_CONST(1, uint8_t, last_coeff_flag_offset_8x8[63]) = {
5368 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5368 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
5369 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5369 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
5370 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 5370 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4,
5371 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8 5371 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8
5372 }; 5372 };