Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dmb_access.cpp192 int16 *mv, pmv_x, pmv_y; in GetMotionVectorPredictor() local
380 pmv_y = pmv_A_y; in GetMotionVectorPredictor()
387 pmv_y = pmv_A_y; in GetMotionVectorPredictor()
392 pmv_y = pmv_B_y; in GetMotionVectorPredictor()
397 pmv_y = pmv_C_y; in GetMotionVectorPredictor()
403 pmv_y = AVC_MEDIAN(pmv_A_y, pmv_B_y, pmv_C_y); in GetMotionVectorPredictor()
416 pmv_y = pmv_B_y; in GetMotionVectorPredictor()
422 pmv_y = pmv_A_y; in GetMotionVectorPredictor()
432 pmv_y = pmv_A_y; in GetMotionVectorPredictor()
438 pmv_y = pmv_C_y; in GetMotionVectorPredictor()
[all …]