Opened 12 years ago

Closed 11 years ago

#305 closed defect (fixed)

Figure 6, RA configuration: wrong encoding order

Reported by: Stefan Radicke Owned by: bbross
Priority: minor Milestone:
Component: Encoder Description Version:
Keywords: Cc: ED5, (G1102), d1, bbross, jct-vc@…

Description

According to the figure, the frames are encoded in the following order:
0 5 3 6 2 7 4 8 1

But the encoder software actually uses this order:
0 4 3 5 2 7 6 8 1

Here is a sample encoder output:
POC 0 TId: 0 ( I-SLICE, QP 32 ) ...
POC 8 TId: 0 ( B-SLICE, QP 33 ) ...
POC 4 TId: 0 ( B-SLICE, QP 34 ) ...
POC 2 TId: 0 ( B-SLICE, QP 35 ) ...
POC 1 TId: 0 ( b-SLICE, QP 36 ) ...
POC 3 TId: 0 ( b-SLICE, QP 36 ) ...
POC 6 TId: 0 ( B-SLICE, QP 35 ) ...
POC 5 TId: 0 ( b-SLICE, QP 36 ) ...
POC 7 TId: 0 ( b-SLICE, QP 36 ) ...
POC 12 TId: 0 ( B-SLICE, QP 34 ) ...
POC 10 TId: 0 ( B-SLICE, QP 35 ) ...
POC 9 TId: 0 ( b-SLICE, QP 36 ) ...
POC 11 TId: 0 ( b-SLICE, QP 36 ) ...
POC 14 TId: 0 ( B-SLICE, QP 35 ) ...
POC 13 TId: 0 ( b-SLICE, QP 36 ) ...
POC 15 TId: 0 ( b-SLICE, QP 36 ) ...

This also corresponds to the comments in encoder_randomaccess.cfg.

Change History (2)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc bbross jct-vc@… added

comment:2 Changed 11 years ago by kenmccann

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

Fixed in JCTVC-L1002

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

  • Benjamin Bross(Owner, Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Ken McCann(Participant)