Opened 12 years ago

Closed 12 years ago

#540 closed defect (fixed)

Phrase "one of the following conditions is true"

Reported by: bbross Owned by: bbross
Priority: minor Milestone: D7
Component: Text Version: D7 (I1003) d1
Keywords: Cc: bbross, wjhan, jct-vc@…

Description

[Ed. (GJS): Inspect the text as a whole to remove all places where it says "one of the following conditions" when it means "any of the following conditions", as this seems to cause problems in the case where more than one of the conditions is true.]

Change History (5)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 12 years ago by bbross

One exception:

In " Boundary padding process for granularity block"

  • – If one of the following conditions is true, the neighbouring block is marked as "available for ALF".
    • – the neighbouring block and the current block belong to the same slice or slice_loop_filter_across_slices_enabled_flag is equal to 1.
    • – the neighbouring block and the current block belong to the same tile or loop_filter_across_tiles_enabled_flag is equal to 1.

Should be:

  • – If all of the following conditions are true, the neighbouring block is marked as "available for ALF".
    • – the neighbouring block and the current block belong to the same slice or slice_loop_filter_across_slices_enabled_flag is equal to 1.
    • – the neighbouring block and the current block belong to the same tile or loop_filter_across_tiles_enabled_flag is equal to 1.

comment:3 Changed 12 years ago by bbross

Solution:
Replace
"one of the following conditions is true"
by
"any of the following conditions are true"
since this is consistent with "5.10 Text description of logical operations" and AVC

Last edited 12 years ago by bbross (previous) (diff)

comment:4 Changed 12 years ago by bbross

After some discussion on the reflector it was suggest to change the definition in "5.10 Text description of logical operations" by replacing
"any of the following conditions are true"
with
"one or more of the following conditions are true"

comment:5 Changed 12 years ago by bbross

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

Fixed in D7 (I1003) d2

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