Opened 8 years ago
Closed 8 years ago
#26 closed defect (fixed)
#define JVET_B058_HIGH_PRECISION_MOTION_VECTOR_MC 0
Reported by: | zhou | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | HM-16.6-JEM-3.2 |
Component: | JEM | Version: | HM-16.6-JEM-3.0 |
Keywords: | Cc: | ksuehring, XiangLi, jvet@… |
Description
In JEM3.0 when this macro is off the encoder compresses the first I-frame then quits.
Change history (1)
comment:1 Changed 8 years ago by XiangLi
- Milestone set to HM-16.6-JEM-3.2
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
JVET_C0025_AFFINE_FILTER_SIMPLIFICATION needs 1/16-pixel MC filters defined by JVET_B058_HIGH_PRECISION_MOTION_VECTOR_MC
(VCEG_AZ07_MV_ADD_PRECISION_BIT_FOR_STORE=2). When JVET_B058_HIGH_PRECISION_MOTION_VECTOR_MC is off, JVET_C0025_AFFINE_FILTER_SIMPLIFICATION should be also off.
Fixed in r291: A compiling error message is generated to remind people to turn off JVET_C0025_AFFINE_FILTER_SIMPLIFICATION when JVET_B058_HIGH_PRECISION_MOTION_VECTOR_MC is off.