Home
last modified time | relevance | path

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

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