- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there!
I have some questions about intra-prediction functions.
Function ippiPredictIntra_4x4_H264_8u_C1IR correctly works?
Probably given function contains a mistake under condition of B1 = 1, B2 = 1, B3 = 1, B4 = 0.
I have some questions about intra-prediction functions.
Function ippiPredictIntra_4x4_H264_8u_C1IR correctly works?
Probably given function contains a mistake under condition of B1 = 1, B2 = 1, B3 = 1, B4 = 0.
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
More detaled:
functions ippiPredictIntra_4x4 / ippiPredictIntra_16x16 in the case B1 = 0, B2 = 0, B3 = 0, B4 = 0 does not fill destination block by value "128".
functions ippiPredictIntra_4x4 / ippiPredictIntra_16x16 in the case B1 = 0, B2 = 0, B3 = 0, B4 = 0 does not fill destination block by value "128".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Usually this mean that function was called with wrong parameters, for example, asked to do vertical prediction but there is no upper block. Standard does not specify what to do in that case, so IPP function fills block with value 128.
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have already found the reason of a mistake - wrong mode value. I thought, that for function correct mode value is not required, if the block doesn't have neighbours. I don't use returned values of ipp-functions, therefore have found a mistake not at once.
Thanks for the help.
You plan to add a 8x8 luma intra prediction mode in following versions of ipp library?
Thanks for the help.
You plan to add a 8x8 luma intra prediction mode in following versions of ipp library?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, we plan to add such functions in IPP 6.0 beta (not plan of record though)
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok. But i have a wish - for optimization it is better to divide edge low-pass filtration and 8x8 luma prediction stages.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page