comparison h263data.h @ 498:0b4450c15067 libavcodec

dc scale simplification/optimization
author michaelni
date Tue, 18 Jun 2002 00:46:02 +0000
parents 583dcee270d2
children b32afefe7d33
comparison
equal deleted inserted replaced
497:5b33d11bd1fb 498:0b4450c15067
200 { 176, 144 }, 200 { 176, 144 },
201 { 352, 288 }, 201 { 352, 288 },
202 { 704, 576 }, 202 { 704, 576 },
203 { 1408, 1152 }, 203 { 1408, 1152 },
204 }; 204 };
205
206 static UINT8 h263_aic_dc_scale_table[32]={
207 // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
208 0, 2, 4, 6, 8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62
209 };
210