Lines Matching refs:ref_cache
140 DECLARE_ALIGNED(8, int8_t, ref_cache)[2][5 * 8];
359 const int topright_ref = s->ref_cache[list][i - 8 + part_width];
366 return s->ref_cache[list][i - 8 - 1];
382 const int top_ref = s->ref_cache[list][index8 - 8];
383 const int left_ref = s->ref_cache[list][index8 - 1];
753 /* note ref_cache should contain here:
774 memset(&s->ref_cache[m][scan8[0] - 1 * 8],
780 s->ref_cache[m][scan8[0] + 4 - 1 * 8] =
784 s->ref_cache[m][scan8[0] + 4 - 1 * 8] = PART_NOT_AVAILABLE;
788 s->ref_cache[m][scan8[0] - 1 - 1 * 8] =
791 s->ref_cache[m][scan8[0] - 1 - 1 * 8] = PART_NOT_AVAILABLE;
793 memset(&s->ref_cache[m][scan8[0] - 1 * 8 - 1],
1493 s->ref_cache[m][scan8[0] + 8 * i + j] = 1;
1495 s->ref_cache[m][scan8[0] + 8 * i + j] = PART_NOT_AVAILABLE;