Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_comp.cpp1699 int pad_height; in ePadChroma() local
1706 pad_height = 8 + ((y_pos & 7) ? 1 : 0); in ePadChroma()
1737 else if (y_pos + pad_height >= picheight) /* pad down */ in ePadChroma()
1753 j = y_pos + pad_height - picheight; in ePadChroma()
1767 …else if (y_pos + pad_height > picheight + 7) start = ref + (picheight + 7 - pad_height) * picpitch; in ePadChroma()
1771 j = pad_height; in ePadChroma()
1785 …else if (y_pos + pad_height > picheight + 7) start = ref + (picheight + 7 - pad_height) * picpitch… in ePadChroma()
1789 j = pad_height; in ePadChroma()