Searched refs:avail_c (Results 1 – 1 of 1) sorted by relevance
193 int avail_a, avail_b, avail_c; in GetMotionVectorPredictor() local291 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 …]