comparison mpegvideo.c @ 755:d17846a6c164 libavcodec

fixing interlaced dct + hq mode
author michaelni
date Fri, 18 Oct 2002 18:32:50 +0000
parents b2767c9d6455
children f2644bb12a43
comparison
equal deleted inserted replaced
754:b2767c9d6455 755:d17846a6c164
2426 d->tex_pb= s->tex_pb; 2426 d->tex_pb= s->tex_pb;
2427 } 2427 }
2428 d->block= s->block; 2428 d->block= s->block;
2429 for(i=0; i<6; i++) 2429 for(i=0; i<6; i++)
2430 d->block_last_index[i]= s->block_last_index[i]; 2430 d->block_last_index[i]= s->block_last_index[i];
2431 d->interlaced_dct= s->interlaced_dct;
2431 } 2432 }
2432 2433
2433 static inline void encode_mb_hq(MpegEncContext *s, MpegEncContext *backup, MpegEncContext *best, int type, 2434 static inline void encode_mb_hq(MpegEncContext *s, MpegEncContext *backup, MpegEncContext *best, int type,
2434 PutBitContext pb[2], PutBitContext pb2[2], PutBitContext tex_pb[2], 2435 PutBitContext pb[2], PutBitContext pb2[2], PutBitContext tex_pb[2],
2435 int *dmin, int *next_block, int motion_x, int motion_y) 2436 int *dmin, int *next_block, int motion_x, int motion_y)