Searched refs:offset_dx (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp1811 int offset_dx, offset_dy; local
1818 offset_dx = (dx + 7) >> 3;
1825 index = offset_dx + (offset_dy << 1) + ((blkwidth << 1) & 0x7);

Completed in 27 milliseconds