comparison mpegvideo.h @ 768:c3fc09466f92 libavcodec

idct_permutation_type variable, so the permutation type can quickly be identified
author michaelni
date Fri, 25 Oct 2002 13:39:47 +0000
parents d4726182dfd2
children d4cc92144266
comparison
equal deleted inserted replaced
767:c75c3f1bef4b 768:c3fc09466f92
296 ScanTable intra_scantable; 296 ScanTable intra_scantable;
297 ScanTable intra_h_scantable; 297 ScanTable intra_h_scantable;
298 ScanTable intra_v_scantable; 298 ScanTable intra_v_scantable;
299 ScanTable inter_scantable; // if inter == intra then intra should be used to reduce tha cache usage 299 ScanTable inter_scantable; // if inter == intra then intra should be used to reduce tha cache usage
300 UINT8 idct_permutation[64]; 300 UINT8 idct_permutation[64];
301 int idct_permutation_type;
302 #define FF_NO_IDCT_PERM 1
303 #define FF_LIBMPEG2_IDCT_PERM 2
304 #define FF_SIMPLE_IDCT_PERM 3
305 #define FF_TRANSPOSE_IDCT_PERM 4
301 306
302 void *opaque; /* private data for the user */ 307 void *opaque; /* private data for the user */
303 308
304 /* bit rate control */ 309 /* bit rate control */
305 int I_frame_bits; //FIXME used in mpeg12 ... 310 int I_frame_bits; //FIXME used in mpeg12 ...