Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/common/src/
Dmb_access.cpp191 int16 *mv, pmv_x, pmv_y; in GetMotionVectorPredictor() local
379 pmv_y = pmv_A_y; in GetMotionVectorPredictor()
386 pmv_y = pmv_A_y; in GetMotionVectorPredictor()
391 pmv_y = pmv_B_y; in GetMotionVectorPredictor()
396 pmv_y = pmv_C_y; in GetMotionVectorPredictor()
402 pmv_y = AVC_MEDIAN(pmv_A_y, pmv_B_y, pmv_C_y); in GetMotionVectorPredictor()
415 pmv_y = pmv_B_y; in GetMotionVectorPredictor()
421 pmv_y = pmv_A_y; in GetMotionVectorPredictor()
431 pmv_y = pmv_A_y; in GetMotionVectorPredictor()
437 pmv_y = pmv_C_y; in GetMotionVectorPredictor()
[all …]