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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp1700 int pad_width; local
1707 pad_width = 8 + ((x_pos & 7) ? 1 : 0);
1715 else if (x_pos + pad_width > picwidth + 7) start = ref + picwidth + 7 - pad_width;
1740 else if (x_pos + pad_width > picwidth + 7) start = ref + picpitch * (picheight - 1) +
1741 picwidth + 7 - pad_width;
1782 else if (x_pos + pad_width >= picwidth) /* pad right */

Completed in 808 milliseconds