Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/common/src/
Dmb_access.cpp196 int pmv_A_x, pmv_B_x, pmv_C_x = 0, pmv_A_y, pmv_B_y, pmv_C_y = 0; in GetMotionVectorPredictor() local
247 pmv_A_x = pmv_A_y = pmv_B_x = pmv_B_y = pmv_C_x = pmv_C_y = 0; in GetMotionVectorPredictor()
255 pmv_A_y = *mv; in GetMotionVectorPredictor()
265 pmv_A_y = *mv; in GetMotionVectorPredictor()
379 pmv_y = pmv_A_y; in GetMotionVectorPredictor()
386 pmv_y = pmv_A_y; in GetMotionVectorPredictor()
402 pmv_y = AVC_MEDIAN(pmv_A_y, pmv_B_y, pmv_C_y); in GetMotionVectorPredictor()
421 pmv_y = pmv_A_y; in GetMotionVectorPredictor()
431 pmv_y = pmv_A_y; in GetMotionVectorPredictor()