Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/common/src/
Dmb_access.cpp193 int avail_a, avail_b, avail_c; in GetMotionVectorPredictor() local
291 avail_c = (C >> ((block_y << 2) + new_block_x)) & 0x1; in GetMotionVectorPredictor()
293 if (avail_c) in GetMotionVectorPredictor()
305 avail_c = video->mbAvailB; in GetMotionVectorPredictor()
306 if (avail_c) in GetMotionVectorPredictor()
316 avail_c = video->mbAvailC; in GetMotionVectorPredictor()
317 if (avail_c) in GetMotionVectorPredictor()
326 if (avail_c == 0) in GetMotionVectorPredictor()
330 avail_c = 1; in GetMotionVectorPredictor()
338 avail_c = video->mbAvailA; in GetMotionVectorPredictor()
[all …]