comparison h263data.h @ 1708:dea5b2946999 libavcodec

interlaced motion estimation interlaced mpeg2 encoding P & B frames rate distored interlaced mb decission alternate scantable support 4mv encoding fixes (thats also why the regression tests change) passing height to most dsp functions interlaced mpeg4 encoding (no direct mode MBs yet) various related cleanups disabled old motion estimaton algorithms (log, full, ...) they will either be fixed or removed
author michael
date Tue, 30 Dec 2003 16:07:57 +0000
parents 95b7ac3344df
children ba8ecddf5598
comparison
equal deleted inserted replaced
1707:027545a2fdbe 1708:dea5b2946999
59 MB_TYPE_L1 | MB_TYPE_CBP | MB_TYPE_QUANT | MB_TYPE_16x16, 59 MB_TYPE_L1 | MB_TYPE_CBP | MB_TYPE_QUANT | MB_TYPE_16x16,
60 MB_TYPE_L0L1 | MB_TYPE_16x16, 60 MB_TYPE_L0L1 | MB_TYPE_16x16,
61 MB_TYPE_L0L1 | MB_TYPE_CBP | MB_TYPE_16x16, 61 MB_TYPE_L0L1 | MB_TYPE_CBP | MB_TYPE_16x16,
62 MB_TYPE_L0L1 | MB_TYPE_CBP | MB_TYPE_QUANT | MB_TYPE_16x16, 62 MB_TYPE_L0L1 | MB_TYPE_CBP | MB_TYPE_QUANT | MB_TYPE_16x16,
63 0, //stuffing 63 0, //stuffing
64 MB_TYPE_INTRA | MB_TYPE_CBP, 64 MB_TYPE_INTRA4x4 | MB_TYPE_CBP,
65 MB_TYPE_INTRA | MB_TYPE_CBP | MB_TYPE_QUANT, 65 MB_TYPE_INTRA4x4 | MB_TYPE_CBP | MB_TYPE_QUANT,
66 }; 66 };
67 67
68 const uint8_t cbpc_b_tab[4][2] = { 68 const uint8_t cbpc_b_tab[4][2] = {
69 {0, 1}, 69 {0, 1},
70 {2, 2}, 70 {2, 2},