Lines Matching defs:diagonal_ref
106 int diagonal_ref, match_count;
118 diagonal_ref = fetch_diagonal_mv(h, sl, &C, index8, list, part_width);
119 match_count = (diagonal_ref == ref) + (top_ref == ref) + (left_ref == ref);
137 diagonal_ref == PART_NOT_AVAILABLE &&
149 top_ref, B[0], B[1], diagonal_ref, C[0], C[1], left_ref,
219 int diagonal_ref;
221 diagonal_ref = fetch_diagonal_mv(h, sl, &C, scan8[4], list, 2);
224 diagonal_ref, C[0], C[1], sl->mb_x, sl->mb_y, n, list);
226 if (diagonal_ref == ref) {
263 int top_ref, left_ref, diagonal_ref, match_count, mx, my;
304 diagonal_ref = ref[4 * sl->topright_mb_xy + 2];
306 FIX_MV_MBAFF(sl->topright_type, diagonal_ref, C, 2);
308 diagonal_ref = LIST_NOT_USED;
312 diagonal_ref = ref[4 * sl->topleft_mb_xy + 1 +
316 FIX_MV_MBAFF(sl->topleft_type, diagonal_ref, C, 2);
318 diagonal_ref = LIST_NOT_USED;
321 diagonal_ref = PART_NOT_AVAILABLE;
326 match_count = !diagonal_ref + !top_ref + !left_ref;