comparison vp56data.c @ 5821:51918cb97f6f libavcodec

add support for VP6 with huffman encoded blocks closes issue 104
author aurel
date Sun, 14 Oct 2007 22:30:59 +0000
parents 314be1cfdcb0
children 524cb7f5ad2b
comparison
equal deleted inserted replaced
5820:ffac546a3861 5821:51918cb97f6f
60 { 4, 8}, 60 { 4, 8},
61 { 2, 9}, {-2}, {-3}, 61 { 2, 9}, {-2}, {-3},
62 { 2,10}, {-4}, {-5}, 62 { 2,10}, {-4}, {-5},
63 }; 63 };
64 64
65 const uint8_t vp56_coeff_bias[] = { 5, 7, 11, 19, 35, 67 }; 65 const uint8_t vp56_coeff_bias[] = { 0, 1, 2, 3, 4, 5, 7, 11, 19, 35, 67 };
66 const uint8_t vp56_coeff_bit_length[] = { 0, 1, 2, 3, 4, 10 }; 66 const uint8_t vp56_coeff_bit_length[] = { 0, 1, 2, 3, 4, 10 };