Commit 3be7de77 authored by romansh's avatar romansh

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

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5071 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cb4bfd72
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment