comparison rv30data.h @ 8401:9267436cfb6b libavcodec

a table for upcoming RV30 loop filtering
author kostya
date Fri, 19 Dec 2008 06:29:35 +0000
parents c4a4495715dd
children e9d9d946f213
comparison
equal deleted inserted replaced
8400:4877d4c6d8ae 8401:9267436cfb6b
169 2, 1, 0, 8, 5, 3, 6, 4, 7, 169 2, 1, 0, 8, 5, 3, 6, 4, 7,
170 2, 1, 6, 0, 8, 4, 5, 7, 3, 170 2, 1, 6, 0, 8, 4, 5, 7, 3,
171 2, 7, 8, 4, 0, 6, 1, 5, 3, 171 2, 7, 8, 4, 0, 6, 1, 5, 3,
172 2, 8, 3, 0, 7, 4, 1, 6, 5, 172 2, 8, 3, 0, 7, 4, 1, 6, 5,
173 }; 173 };
174
175 /**
176 * Loop filter limits are taken from this table.
177 */
178 static const uint8_t rv30_loop_filt_lim[32] = {
179 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5
180 };
174 #endif /* AVCODEC_RV30DATA_H */ 181 #endif /* AVCODEC_RV30DATA_H */