Opened 13 years ago Closed 13 years ago #610 closed enhancement (fixed)log2_parallel_merge_level_minus2 configurability
Description
Currently in the SW, the value of the syntax element log2_parallel_merge_level_minus2 is always set to the hard-coded macro LOG2_PARALLEL_MERGE_LEVEL_MINUS2, which is defined as 0. To enable control of the log2_parallel_merge_level_minus2 value in the configuration files, some fix is needed.
The attached patch provides such fix by removing two related macros (i.e., LOG2_PARALLEL_MERGE_LEVEL_MINUS2 and CU_BASED_MRG_CAND_LIST) in the SW and replacing them with a parameter "Log2ParallelMergeLevel" in .cfg files. Note that CU_BASED_MRG_CAND_LIST is implicitly turned on when log2_parallel_merge_level_minus2 > 1. Attachments (1)Change History (4)comment:1 Changed 13 years ago by DefaultCC Plugin
Changed 13 years ago by huiyongcomment:2 Changed 13 years ago by huiyong
comment:3 Changed 13 years ago by fbossen
Fixed in r2503 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
|
Errata: in the last sentence, "log2_parallel_merge_level_minus2 > 1" should be "log2_parallel_merge_level_minus2 > 0".