- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The "FRAME_INTERPOLATION" definition IS USED BY THE CURRENT ipp SAMPLE
CODE (H264 encoder) to switch the way how the half pel got interpolated.
But I am not clear about the difference if I turn it on or off. My unstanding
is :
(1) When the FRAME_INTERPOLATION turns on, all the half pel on the frame will be interpolated once and saved for motion estimation later;
(2) otherwise, the half pel interpolation is happen on-the-fly per block basis during the sub-pel ME.
Am I right? Thanks and Regards.
(1) When the FRAME_INTERPOLATION turns on, all the half pel on the frame will be interpolated once and saved for motion estimation later;
(2) otherwise, the half pel interpolation is happen on-the-fly per block basis during the sub-pel ME.
Am I right? Thanks and Regards.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day.
Yes you right. This is purely performance optimization, but it significantly increase memory usage for each frame so it left switchable.
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