- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm watching codes umc_video_encoder especially h264.part... when I see following functions..
template
void H264CoreEncoder
H264EncoderThreadPrivateSlice
Ipp32u uMB,
const H264EncoderFrame
Ipp8s RefField,
Ipp32u ,// block_idx,
Ipp32u uWidth,
Ipp32u uHeight,
Ipp32u uOffset,
H264MotionVector *pBestMV,
H264MotionVector *pPredictedMV,
Ipp32u *puBestSAD
)
{
I found this line...
ippiInterpolateLuma_H264(pRef, pitchPixels*sizeof(PixType),pSPBuffer, 16*sizeof(PixType), psp->spInterpFnx, psp->spInterpFny, size, m_PicParamSet.bit_depth_luma);
can you explain that psp->spInterpFnx and psp->spInterpFny
ofcourse I read ippiman.pdf about ippiInterpolateLuma_H264 but I think need more explanation. please...
If psp->spInterpFnx is 1 and psp->spInterpFny is 1, that means right one, bottom one about original pixel ??? I couldn't understand image in manual...
thanks...
Link Copied

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