comparison svq1_cb.h @ 2024:f65d87bfdd5a libavcodec

some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
author michael
date Tue, 18 May 2004 17:09:46 +0000
parents ad1a92c2db48
children ef2149182f1c
comparison
equal deleted inserted replaced
2023:50e92cec1b84 2024:f65d87bfdd5a
767 static const int8_t* const svq1_inter_codebooks[4] = { 767 static const int8_t* const svq1_inter_codebooks[4] = {
768 svq1_inter_codebook_4x2, svq1_inter_codebook_4x4, 768 svq1_inter_codebook_4x2, svq1_inter_codebook_4x4,
769 svq1_inter_codebook_8x4, svq1_inter_codebook_8x8 769 svq1_inter_codebook_8x4, svq1_inter_codebook_8x8
770 }; 770 };
771 771
772 static const int8_t const svq1_inter_codebook_sum[4][16*6] = { 772 static const int8_t svq1_inter_codebook_sum[4][16*6] = {
773 { 773 {
774 -1, 1, -2, 0, 1, -1, -1, -1, -2, -1, 1, -1, -1, 0, -1, -1, 774 -1, 1, -2, 0, 1, -1, -1, -1, -2, -1, 1, -1, -1, 0, -1, -1,
775 0, -1, -1, -1, -1, 0, -1, 0, 0, 0, -3, 1, -1, 0, 1, -1, 775 0, -1, -1, -1, -1, 0, -1, 0, 0, 0, -3, 1, -1, 0, 1, -1,
776 1, -1, 2, 2, 1, 1, 2, 0, 0, 0, -1, 1, 1, 0, 0, 0, 776 1, -1, 2, 2, 1, 1, 2, 0, 0, 0, -1, 1, 1, 0, 0, 0,
777 1, -1, 0, 1, -1, 1, 1, 0, 1, 0, -1, 1, 1, 0, 0, 0, 777 1, -1, 0, 1, -1, 1, 1, 0, 1, 0, -1, 1, 1, 0, 0, 0,
1541 static const int8_t* const svq1_intra_codebooks[4] = { 1541 static const int8_t* const svq1_intra_codebooks[4] = {
1542 svq1_intra_codebook_4x2, svq1_intra_codebook_4x4, 1542 svq1_intra_codebook_4x2, svq1_intra_codebook_4x4,
1543 svq1_intra_codebook_8x4, svq1_intra_codebook_8x8 1543 svq1_intra_codebook_8x4, svq1_intra_codebook_8x8
1544 }; 1544 };
1545 1545
1546 static const int8_t const svq1_intra_codebook_sum[4][16*6] = { 1546 static const int8_t svq1_intra_codebook_sum[4][16*6] = {
1547 { 1547 {
1548 0, 0, 0, -1, -1, -1, -1, -2, 0, -1, -1, 0, -1, 0, 1, 0, 1548 0, 0, 0, -1, -1, -1, -1, -2, 0, -1, -1, 0, -1, 0, 1, 0,
1549 1, 0, -1, 1, 0, 0, -1, 1, -1, 0, 0, 0, -1, 1, 0, 0, 1549 1, 0, -1, 1, 0, 0, -1, 1, -1, 0, 0, 0, -1, 1, 0, 0,
1550 -1, 0, 0, 1, -1, 1, 0, -1, -1, 0, 1, 1, 0, 0, -1, 1, 1550 -1, 0, 0, 1, -1, 1, 0, -1, -1, 0, 1, 1, 0, 0, -1, 1,
1551 0, 1, 0, 0, 1, -1, 0, 0, 0, -1, 1, 0, 1, 0, -2, 1, 1551 0, 1, 0, 0, 1, -1, 0, 0, 0, -1, 1, 0, 1, 0, -2, 1,