1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

Not that we're that far from being an *initial* implementation, but

at least weighting got implemented thanks to Dan. ;-)

Originally committed as revision 5071 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Roman Shaposhnik 2006-02-27 05:04:05 +00:00
parent 2e52b44e50
commit e5867e4d50

View File

@ -805,11 +805,6 @@ static inline void dv_guess_qnos(EncBlockInfo* blks, int* qnos)
}
}
/*
* This is a very rough initial implementaion. The performance is
* horrible and the weighting is missing. But it's missing from the
* decoding step also -- so at least we're on the same page with decoder ;-)
*/
static inline void dv_encode_video_segment(DVVideoContext *s,
uint8_t *dif,
const uint16_t *mb_pos_ptr)