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

/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Dpred_inter.cpp1986 int offset_dx, offset_dy; local
1992 offset_dx = (dx + 7) >> 3;
1997 if ((x_pos >= 0 && x_pos + blkwidth + offset_dx <= picwidth) && (y_pos >= 0 && y_pos + blkheight + offset_dy <= picheight))
2003 CreatePad(ref, picwidth, picheight, x_pos, y_pos, &temp[0][0], blkwidth + offset_dx, blkheight + offset_dy);
2008 index = offset_dx + (offset_dy << 1) + ((blkwidth << 1) & 0x7);
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp1815 int offset_dx, offset_dy; local
1822 offset_dx = (dx + 7) >> 3;
1829 index = offset_dx + (offset_dy << 1) + ((blkwidth << 1) & 0x7);

Completed in 92 milliseconds