Home
last modified time | relevance | path

Searched refs:pmv_C_x (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()
298 pmv_C_x = *mv++; in GetMotionVectorPredictor()
310 pmv_C_x = *mv++; in GetMotionVectorPredictor()
321 pmv_C_x = *mv++; in GetMotionVectorPredictor()
333 pmv_C_x = *mv++; in GetMotionVectorPredictor()
343 pmv_C_x = *mv++; in GetMotionVectorPredictor()
354 pmv_C_x = *mv++; in GetMotionVectorPredictor()
365 pmv_C_x = *mv++; in GetMotionVectorPredictor()
395 pmv_x = pmv_C_x; in GetMotionVectorPredictor()
[all …]