Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dmb_access.cpp197 int pmv_A_x, pmv_B_x, pmv_C_x = 0, pmv_A_y, pmv_B_y, pmv_C_y = 0; in GetMotionVectorPredictor() local
248 pmv_A_x = pmv_A_y = pmv_B_x = pmv_B_y = pmv_C_x = pmv_C_y = 0; in GetMotionVectorPredictor()
256 pmv_A_y = *mv; in GetMotionVectorPredictor()
266 pmv_A_y = *mv; in GetMotionVectorPredictor()
380 pmv_y = pmv_A_y; in GetMotionVectorPredictor()
387 pmv_y = pmv_A_y; in GetMotionVectorPredictor()
403 pmv_y = AVC_MEDIAN(pmv_A_y, pmv_B_y, pmv_C_y); in GetMotionVectorPredictor()
422 pmv_y = pmv_A_y; in GetMotionVectorPredictor()
432 pmv_y = pmv_A_y; in GetMotionVectorPredictor()