Home
last modified time | relevance | path

Searched refs:curr_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
280 curr_offset = (outpitch - blkwidth) >> 2; in eHorzInterp1MC()
354 p_cur += curr_offset; /* move to the next line */ in eHorzInterp1MC()
426 p_cur += curr_offset; /* move to the next line */ in eHorzInterp1MC()
488 p_cur += curr_offset; /* move to the next line */ in eHorzInterp1MC()
549 p_cur += curr_offset; /* move to the next line */ in eHorzInterp1MC()
564 int result, result2, curr_offset, ref_offset; in eHorzInterp2MC() local
568 curr_offset = (outpitch - blkwidth) >> 2; in eHorzInterp2MC()
649 p_cur += curr_offset; /* move to the next line */ in eHorzInterp2MC()
709 p_cur += curr_offset; /* move to the next line */ in eHorzInterp2MC()
[all …]