Opened 10 years ago

Closed 10 years ago

#1211 closed defect (invalid)

HEVC parallel

Reported by: jimmy Owned by: jimmy
Priority: minor Milestone: HM-12.1
Component: HM Version: HM-12.0
Keywords: parallel Cc: fbossen, ksuehring, davidf, jct-vc@…, jct-vc@…

Description

Dear

I am a PH.D of Tongji university of China. Now I am researching the Parallelism of HEVC in TOKUSHIMA university.

You know that the parallel base the HM-12.0 test model is very low.So this is my interest point.

But now i met a problem. In the HM-12.0 test model, the function --- Void TEncCu::xCompressCU( TComDataCU*& rpcBestCU, TComDataCU*& rpcTempCU, UInt uiDepth, PartSize eParentPartSize ), is a recursive call, which is to compress a CU block recursively with enabling sub-LCU-level delta QP. I don't know how to make this function a non-recursive function.

If you give me some advise , i will thank you very much.

Best wish

jimmy

Change History (2)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc jct-vc@… added

comment:2 Changed 10 years ago by davidf

  • Resolution set to invalid
  • Status changed from new to closed

Modifying the HM to enable parallel computation is not a trivial task. Delta QP is not one of the first problems i would consider. Instead, i would disable/ignore it (it does not form part of the common test conditions) and reconsider it later when the more significant issues are resolved.

Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • David Flynn(Subscriber, Participant)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • jimmy(Reporter, Owner)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)