Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

h.264 AIC

math-bessel
초급자
1,003 조회수
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.


0 포인트
5 응답
math-bessel
초급자
1,003 조회수
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".
0 포인트
Vladimir_Dudnik
1,003 조회수

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

0 포인트
math-bessel
초급자
1,003 조회수
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?
0 포인트
Vladimir_Dudnik
1,003 조회수

Yes, we plan to add such functions in IPP 6.0 beta (not plan of record though)

Regards,
Vladimir

0 포인트
math-bessel
초급자
1,003 조회수
Ok. But i have a wish - for optimization it is better to divide edge low-pass filtration and 8x8 luma prediction stages.
0 포인트
응답