Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dmb_access.cpp224 video->mvd_l0[0][0][0] = 0; in GetMotionVectorPredictor()
225 video->mvd_l0[0][0][1] = 0; in GetMotionVectorPredictor()
447 video->mvd_l0[mbPartIdx][subMbPartIdx][0] = *mv++ - pmv_x; in GetMotionVectorPredictor()
448 video->mvd_l0[mbPartIdx][subMbPartIdx][1] = *mv++ - pmv_y; in GetMotionVectorPredictor()
452 pmv_x += video->mvd_l0[mbPartIdx][subMbPartIdx][0]; in GetMotionVectorPredictor()
453 pmv_y += video->mvd_l0[mbPartIdx][subMbPartIdx][1]; in GetMotionVectorPredictor()
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dslice.cpp348 video->mvd_l0[0][0][0] = 0; in EncodeMB()
349 video->mvd_l0[0][0][1] = 0; in EncodeMB()
360 video->mvd_l0[0][0][0] = 0; in EncodeMB()
361 video->mvd_l0[0][0][1] = 0; in EncodeMB()
364 else if (video->mvd_l0[0][0][0] == 0 && video->mvd_l0[0][0][1] == 0) in EncodeMB()
753 status = se_v(stream, video->mvd_l0[mbPartIdx][0][0]); in mb_pred()
754 status = se_v(stream, video->mvd_l0[mbPartIdx][0][1]); in mb_pred()
845 status = se_v(stream, video->mvd_l0[mbPartIdx][subMbPartIdx][0]); in sub_mb_pred()
846 status = se_v(stream, video->mvd_l0[mbPartIdx][subMbPartIdx][1]); in sub_mb_pred()
/frameworks/av/media/libstagefright/codecs/avc/common/include/
Davcint_common.h686 int mvd_l0[4][4][2]; /* [mbPartIdx][subMbPartIdx][compIdx], se(v) */ member