- Timestamp:
-
Jan 17, 2013, 1:08:38 PM (12 years ago)
- Author:
-
conrad.ho
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
initial
|
v1
|
|
1 | | NOTE about getPredictorPtr(): Below condition of ''ucFiltIdx'' is nothing to do with strong_intra_smoothing_enable_flag. |
| 1 | Dear webmaster, |
| 2 | Please close this issue (not a defect). |
2 | 3 | |
3 | | Int diff = min<Int>(abs((Int) uiDirMode - HOR_IDX), abs((Int)uiDirMode - VER_IDX)); |
4 | | UChar ucFiltIdx = diff > m_aucIntraFilter[log2BlkSize - 2] ? 1 : 0; |
| 4 | HM checked the spec 8.4.4.2.3 ''biIntFlag'' condition and doing the strong-intra-smooth filtering first; and checke 8.4.4.2.3 ''filterFlag'' condition later, to withdraw the previous strong-intra-smooth filtering or not. |
5 | 5 | |
6 | | ... |
7 | | |
8 | | if ( ucFiltIdx ) |
9 | | { |
10 | | piSrc += (2 * width + 1) * (2 * height + 1); |
11 | | } |
12 | | |
13 | | |
| 6 | Conclusion: HM may be less efficient, but it is correct in this issue. |
| This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant - Conrad Ho(Reporter, Participant)
- David Flynn(Subscriber)
- Frank Bossen(Subscriber, Participant)
- jct-vc@…(Subscriber)
- karl.sharman@…(Always)
- Karsten Suehring(Subscriber, Always)
|