From: jf w <jfw...@gm...> - 2011-03-08 15:12:40
|
Hi all, The performance of opensvcdecoder is very good. But when I decode some video, there are some distortion. So I'm trying to understand the code of opensvcdecoder. However, I encounter some problems. I think the function fill_default_ref_list in Pic_list.c is to construct refPicLXl0 and refPicLXl1. But I don't find the code about the scenario with use_ref_base_pic_flag=1. When use_ref_base_pic_flag =1, the refPicLXl0 and refPicLXl1 should use the reference base picture when it is available. Is the scenario handled by other code? Any suggestion is helpful. -- Thanks, jfwang BUAA |