Lines Matching defs:left_ref
102 const int left_ref = sl->ref_cache[list][index8 - 1];
119 match_count = (diagonal_ref == ref) + (top_ref == ref) + (left_ref == ref);
125 if (left_ref == ref) {
138 left_ref != PART_NOT_AVAILABLE) {
149 top_ref, B[0], B[1], diagonal_ref, C[0], C[1], left_ref,
177 const int left_ref = sl->ref_cache[list][scan8[8] - 1];
181 left_ref, A[0], A[1], sl->mb_x, sl->mb_y, n, list);
183 if (left_ref == ref) {
206 const int left_ref = sl->ref_cache[list][scan8[0] - 1];
210 left_ref, A[0], A[1], sl->mb_x, sl->mb_y, n, list);
212 if (left_ref == ref) {
263 int top_ref, left_ref, diagonal_ref, match_count, mx, my;
275 left_ref = ref[4 * sl->left_mb_xy[LTOP] + 1 + (sl->left_block[0] & ~1)];
277 FIX_MV_MBAFF(sl->left_type[LTOP], left_ref, A, 0);
278 if (!(left_ref | AV_RN32A(A)))
281 left_ref = LIST_NOT_USED;
301 top_ref, left_ref, sl->mb_x, sl->mb_y);
326 match_count = !diagonal_ref + !top_ref + !left_ref;
332 if (!left_ref) {