Opened 14 years ago Closed 14 years ago #119 closed defect (fixed)A bug in chroma deblocking
Description
When CU size is 8, m_aapucBS[iDir][0][uiBsAbsIdx] for some values of uiBsAbsIdx are accessed before being calculated. Attachments (2)Change History (7)Changed 14 years ago by andreyncomment:1 Changed 14 years ago by andreyn
The fix makes a separate decision on chroma filtering for each part of the chroma block border (down to 2 chroma pixels in length). Before, the decision was made for the edge of 8 chroma pixels in lengths. Therefore, for CUs of size 8, the algorithm was looking into m_aapucBS[iDir][0][uiBsAbsIdx] for the uiBsAbsIdx, for which the values have not been calculated yet. comment:2 Changed 14 years ago by fbossen
Fixed in r434 comment:3 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:4 Changed 13 years ago by davidf
comment:5 Changed 13 years ago by davidf
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
|
Bugfix. (To activate, set #define BUGFIX_119 1)