Opened 5 years ago

Closed 5 years ago

#169 closed defect (fixed)

M0102 ISP breaks non-ISP prediction

Reported by: bheng Owned by:
Priority: minor Milestone:
Component: VTM Version: VTM-3.0
Keywords: Cc: ksuehring, XiangLi, fbossen, jvet@…

Description

In IntraPrediction.cpp, with the ISP changes, there are about 5 instances of

"condition ? consequence : alternative"

statements where both true/false outcomes appear to be the same. Such as:

predMode = useISP ?
getWideAngle( cuSize.width, cuSize.height, dirMode ) :
getWideAngle( cuSize.width, cuSize.height, dirMode );

And these changes will cause issues when the CU size is split because of maximum transform size splitting. For example cuSize.width = 128.

Change history (1)

comment:1 Changed 5 years ago by fbossen

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.