comparison libmpeg2/mpeg2_internal.h @ 2722:b3624c70aba2

MBC->MPEG2_MBC, max image size increased
author arpi
date Mon, 05 Nov 2001 18:12:27 +0000
parents d5a44e828ae4
children b4d0cc1fd14b
comparison
equal deleted inserted replaced
2721:352aa62f648d 2722:b3624c70aba2
216 void mpeg2_allocate_image_buffers(picture_t * picture); 216 void mpeg2_allocate_image_buffers(picture_t * picture);
217 void mpeg2_free_image_buffers (picture_t * picture); 217 void mpeg2_free_image_buffers (picture_t * picture);
218 218
219 219
220 #ifdef MPEG12_POSTPROC 220 #ifdef MPEG12_POSTPROC
221 #define MBC 48 221 #define MPEG2_MBC 120
222 #define MBR 36 222 #define MPEG2_MBR 72
223 extern int quant_store[MBR+1][MBC+1]; // [Review] 223 extern int quant_store[MPEG2_MBR+1][MPEG2_MBC+1]; // [Review]
224 #endif 224 #endif