Lines Matching defs:top_ref
101 const int top_ref = sl->ref_cache[list][index8 - 8];
119 match_count = (diagonal_ref == ref) + (top_ref == ref) + (left_ref == ref);
128 } else if (top_ref == ref) {
136 if (top_ref == PART_NOT_AVAILABLE &&
149 top_ref, B[0], B[1], diagonal_ref, C[0], C[1], left_ref,
165 const int top_ref = sl->ref_cache[list][scan8[0] - 8];
169 top_ref, B[0], B[1], sl->mb_x, sl->mb_y, n, list);
171 if (top_ref == ref) {
263 int top_ref, left_ref, diagonal_ref, match_count, mx, my;
288 top_ref = ref[4 * sl->top_mb_xy + 2];
290 FIX_MV_MBAFF(sl->top_type, top_ref, B, 1);
291 if (!(top_ref | AV_RN32A(B)))
294 top_ref = LIST_NOT_USED;
301 top_ref, left_ref, sl->mb_x, sl->mb_y);
326 match_count = !diagonal_ref + !top_ref + !left_ref;
335 } else if (!top_ref) {