Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dmb_access.cpp194 int avail_a, avail_b, avail_c; in GetMotionVectorPredictor() local
292 avail_c = (C >> ((block_y << 2) + new_block_x)) & 0x1; in GetMotionVectorPredictor()
294 if (avail_c) in GetMotionVectorPredictor()
306 avail_c = video->mbAvailB; in GetMotionVectorPredictor()
307 if (avail_c) in GetMotionVectorPredictor()
317 avail_c = video->mbAvailC; in GetMotionVectorPredictor()
318 if (avail_c) in GetMotionVectorPredictor()
327 if (avail_c == 0) in GetMotionVectorPredictor()
331 avail_c = 1; in GetMotionVectorPredictor()
339 avail_c = video->mbAvailA; in GetMotionVectorPredictor()
[all …]