|
From: Yu-Sian <ma...@gm...> - 2012-03-04 13:06:45
|
Hi, I try to use multi-thread increasing decoding performance. Also, I think if I create some threads to pick up inter frame macro blocks decoding, it will have no dependence on decoding sequence in the same frame. So I do this on BL macroblock. I modify file "Slice_data_B_svc.c" and assign function "Decode_B_BL()" to some threads. Then make sure all threads finishing their tasks before exit its' frame. But the result shows it refer wrong frames during decoding. Do I make any mistake on this or you have any suggestion? Thanks much! |