Searched refs:xhmin (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | findhalfpel.cpp | 66 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess) in FindHalfPelMB() argument 121 xhmin[0] = 0; in FindHalfPelMB() 140 xhmin[0] = xh; in FindHalfPelMB() 145 …PV_ABS(mot[0].x + xh) + PV_ABS(mot[0].y + yh) < PV_ABS(mot[0].x + xhmin[0]) + PV_ABS(mot[0].y + yh… in FindHalfPelMB() 147 xhmin[0] = xh; in FindHalfPelMB() 160 if (xhmin[0] != 0 || yhmin[0] != 0) in FindHalfPelMB() 169 mot[0].x += xhmin[0]; in FindHalfPelMB() 185 UChar *mode, Int xpos, Int ypos, Int *xhmin, Int *yhmin, UChar *hp_mem) in FindHalfPelBlk() argument 239 xhmin[comp+1] = 0; in FindHalfPelBlk() 254 xhmin[comp+1] = xh; in FindHalfPelBlk() [all …]
|
D | mp4enc_lib.h | 138 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess); 140 UChar *mode, Int xpos, Int ypos, Int *xhmin, Int *yhmin, UChar *hp_mem);
|