Opened 14 years ago

Closed 14 years ago

#36 closed defect (fixed)

Encoder-crash when no 8x8 CU case with RQT=1

Reported by: wjhan Owned by: fbossen
Priority: critical Milestone:
Component: HM Version:
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

If we configure the framework structure not having 8x8 CU with RQT=1, the encoder seems to be crashed. For example,

-s 16 -h 2 (ok)
-s 16 -h 1 (crash)
-s 32 -h 3 (ok)
-s 32 -h 2 (crash)
-s 64 -h 4 (ok)
-s 64 -h 3 (crash)

Turning off RQT seems to be ok.

Attachments (1)

issue36-fix.zip (30.1 KB) - added by Heiner Kirchhoffer 14 years ago.
bug fix under define HHI_RQT_FIX

Download all attachments as: .zip

Change History (9)

comment:1 Changed 14 years ago by fbossen

  • Owner set to fbossen
  • Status changed from new to accepted

comment:2 Changed 14 years ago by fbossen

Temporary fix in r136 where problematic configurations are rejected by encoder

comment:3 Changed 14 years ago by fbossen

  • Priority changed from minor to critical

Changed 14 years ago by Heiner Kirchhoffer

bug fix under define HHI_RQT_FIX

comment:4 Changed 14 years ago by anonymous

The define HHI_RQT_FIX enabled in the attached files fix the bug.

comment:5 Changed 14 years ago by fbossen

  • Resolution set to fixed
  • Status changed from accepted to closed

Fixed in r147

comment:6 Changed 12 years ago by davidf

  • Component set to HM

Updating component after adding WD (Text) tickets

comment:7 Changed 12 years ago by davidf

  • Cc fbossen ksuehring davidf added

comment:8 Changed 12 years ago by davidf

  • Cc jct-vc@… added
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(Owner, Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)
  • Woo-Jin Han(Reporter)