Searched refs:yhmin (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 122 yhmin[0] = 0; in FindHalfPelMB() 141 yhmin[0] = yh; in FindHalfPelMB() 145 …mot[0].x + xh) + PV_ABS(mot[0].y + yh) < PV_ABS(mot[0].x + xhmin[0]) + PV_ABS(mot[0].y + yhmin[0])) in FindHalfPelMB() 148 yhmin[0] = yh; in FindHalfPelMB() 160 if (xhmin[0] != 0 || yhmin[0] != 0) in FindHalfPelMB() 170 mot[0].y += yhmin[0]; in FindHalfPelMB() 185 UChar *mode, Int xpos, Int ypos, Int *xhmin, Int *yhmin, UChar *hp_mem) in FindHalfPelBlk() argument 240 yhmin[comp+1] = 0; in FindHalfPelBlk() 255 yhmin[comp+1] = yh; 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);
|