Opened 5 years ago

Closed 5 years ago

#201 closed defect (fixed)

VTM encoder not compiling when activating SPLIT_PARALLELISM

Reported by: mkoziri Owned by:
Priority: minor Milestone: VTM-5.0
Component: VTM Version: VTM-4.0rc1
Keywords: Parallelism Cc: mkoziri@…, ksuehring, XiangLi, fbossen, jvet@…

Description

When enabling SPLIT_PARALLELISM by setting in TypeDef.h #define ENABLE_SPLIT_PARALLELISM 1
VTM encoder does not pass through the compiler.
First issue found was in EncCU.cpp line 1096 where xCopressCU is called with few arguments. Supposed that there should be called xCompressCUParaller instead.
Changing to that, compiler stops to InterSearch.cpp line 175, where called function getQTBT() does not exist.

Change history (2)

comment:2 Changed 5 years ago by ksuehring

  • Milestone set to VTM-5.0
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in VTM-5 development

Note: See TracTickets for help on using tickets.