Home
last modified time | relevance | path

Searched refs:pmv_x (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
379 pmv_x = pmv_A_x; in GetMotionVectorPredictor()
386 pmv_x = pmv_A_x; in GetMotionVectorPredictor()
391 pmv_x = pmv_B_x; in GetMotionVectorPredictor()
396 pmv_x = pmv_C_x; in GetMotionVectorPredictor()
402 pmv_x = AVC_MEDIAN(pmv_A_x, pmv_B_x, pmv_C_x); in GetMotionVectorPredictor()
415 pmv_x = pmv_B_x; in GetMotionVectorPredictor()
421 pmv_x = pmv_A_x; in GetMotionVectorPredictor()
431 pmv_x = pmv_A_x; in GetMotionVectorPredictor()
437 pmv_x = pmv_C_x; in GetMotionVectorPredictor()
[all …]