comparison mpegvideo.h @ 764:d4726182dfd2 libavcodec

optimize block_permute() optimize dct_quantize_c() dont permute s->q_inter/intra_matrix
author michaelni
date Wed, 23 Oct 2002 15:11:07 +0000
parents 7f4cc2f6d642
children c3fc09466f92
comparison
equal deleted inserted replaced
763:339db642859d 764:d4726182dfd2
98 int picture_number; 98 int picture_number;
99 int picture_in_gop_number; 99 int picture_in_gop_number;
100 } ReorderBuffer; 100 } ReorderBuffer;
101 101
102 typedef struct ScanTable{ 102 typedef struct ScanTable{
103 const UINT8 *scantable;
103 UINT8 permutated[64]; 104 UINT8 permutated[64];
104 UINT8 raster_end[64]; 105 UINT8 raster_end[64];
105 } ScanTable; 106 } ScanTable;
106 107
107 typedef struct MpegEncContext { 108 typedef struct MpegEncContext {