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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp2546 MOT **motdata = video->mot; local
2681 p1x = motdata[yin1*nMBPerRow+xin1][vec1].x;
2682 p1y = motdata[yin1*nMBPerRow+xin1][vec1].y;
2693 p2x = motdata[yin2*nMBPerRow+xin2][vec2].x;
2694 p2y = motdata[yin2*nMBPerRow+xin2][vec2].y;
2705 p3x = motdata[yin3*nMBPerRow+xin3][vec3].x;
2706 p3y = motdata[yin3*nMBPerRow+xin3][vec3].y;

Completed in 541 milliseconds