- Timestamp:
-
Jan 4, 2012, 8:13:54 PM (13 years ago)
- Author:
-
ksuehring
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
initial
|
v1
|
|
1 | 1 | In addition to the NULL pointer patch which was provided to fix ticket #256, it may be also good to change the getPULeft and getPUAbove function arguments within the DBF_DQP macro as below (see SLICEBOUNDARY_PATCH macro, which is to be applied to functions TComLoopFilter::xEdgeFilterLuma and TComLoopFilter::xEdgeFilterChroma). This makes the usage of getPULeft and getPUAbove functions similar as in functions TComLoopFilter::xGetBoundaryStrengthSingle and TComLoopFilter::xSetLoopfilterParam. |
2 | 2 | |
| 3 | {{{ |
3 | 4 | #if DBF_DQP |
4 | 5 | iQP_Q = pcCU->getQP( uiBsAbsIdx ); |
… |
… |
|
43 | 44 | iQP = (iQP_P + iQP_Q + 1) >> 1; |
44 | 45 | #endif |
| 46 | }}} |
| This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant - Chaitanya S. Ghone(Reporter, Subscriber)
- David Flynn(Subscriber, Participant)
- Frank Bossen(Subscriber)
- Geert Van der Auwera(Participant)
- jct-vc@…(Subscriber)
- karl.sharman@…(Always)
- Karsten Suehring(Subscriber, Participant, Always)
|