# HG changeset patch # User romansh # Date 1141016645 0 # Node ID c4b6411b4b53b43faccfc1ecbb114354ca44c9bb # Parent 2679184e8be053f22300c0613ca29f4b9160c3e4 Not that we're that far from being an *initial* implementation, but at least weighting got implemented thanks to Dan. ;-) diff -r 2679184e8be0 -r c4b6411b4b53 dv.c --- a/dv.c Mon Feb 27 04:50:06 2006 +0000 +++ b/dv.c Mon Feb 27 05:04:05 2006 +0000 @@ -805,11 +805,6 @@ } } -/* - * 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)