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

DV Decoder Sample

michaeldvornikov
Beginner
598 Views
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 Kudos
2 Replies
Intel_C_Intel
Employee
598 Views
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 Kudos
carlr
Beginner
599 Views
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 Kudos
Reply