Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

DV Decoder Sample

michaeldvornikov
初学者
878 次查看
I see small white dots around bright and contrast parts of the image such as subtitles. I think DV decoding tables are not implemented correctly in the IPP sample.
The tables aredescribedin the Sony DV/DVCAM specification
0 项奖励
2 回复数
Intel_C_Intel
员工
878 次查看
They have forgotten all the 15 bits codes in dvTable2[]. You should be able to get these from huffman.c in the dv-encoder sample.
Anyway, this code is so messy that youd better start from scratch..
0 项奖励
carlr
初学者
879 次查看
The sample provided is more or less unusable, unfortunately. Most of the samples, even if not a robust implementation, provide a good starting point. This is not one of them.
0 项奖励
回复