Home
last modified time | relevance | path

Searched refs:ref_offset (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_comp.cpp274 int result, curr_offset, ref_offset; in eHorzInterp1MC() local
282 ref_offset = inpitch - blkwidth; in eHorzInterp1MC()
355 p_ref += ref_offset; /* ref_offset = inpitch-blkwidth; */ in eHorzInterp1MC()
360 p_ref -= (ref_offset + blkwidth); /* input */ in eHorzInterp1MC()
427 p_ref += ref_offset; /* move to the next line */ in eHorzInterp1MC()
489 p_ref += ref_offset; /* ref_offset = inpitch-blkwidth; */ in eHorzInterp1MC()
494 p_ref -= (ref_offset + blkwidth); /* input */ in eHorzInterp1MC()
550 p_ref += ref_offset; in eHorzInterp1MC()
564 int result, result2, curr_offset, ref_offset; in eHorzInterp2MC() local
570 ref_offset = inpitch - blkwidth; in eHorzInterp2MC()
[all …]