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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_lib.h415 \param "picwidth" "Width of the picture."
425 void eLumaMotionComp(uint8 *ref, int picwidth, int picheight,
455 void eChromaMotionComp(uint8 *ref, int picwidth, int picheight,
H A Dmotion_comp.cpp1697 void ePadChroma(uint8 *ref, int picwidth, int picheight, int picpitch, int x_pos, int y_pos) argument
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 */
1784 if (y_pos < -8) start = ref - (picpitch << 3) + picwidth - 1;
1785 else if (y_pos + pad_height > picheight + 7) start = ref + (picheight + 7 - pad_height) * picpitch + picwidth - 1;
1786 else start = ref + y_pos * picpitch + picwidth - 1;
1805 void eChromaMotionComp(uint8 *ref, int picwidth, in argument
[all...]

Completed in 677 milliseconds