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]; in svq3_fetch_diagonal_mv()
366 return s->ref_cache[list][i - 8 - 1]; in svq3_fetch_diagonal_mv()
382 const int top_ref = s->ref_cache[list][index8 - 8]; in svq3_pred_motion()
383 const int left_ref = s->ref_cache[list][index8 - 1]; in svq3_pred_motion()
780 memset(&s->ref_cache[m][scan8[0] - 1 * 8], in svq3_decode_mb()
786 s->ref_cache[m][scan8[0] + 4 - 1 * 8] = in svq3_decode_mb()
790 s->ref_cache[m][scan8[0] + 4 - 1 * 8] = PART_NOT_AVAILABLE; in svq3_decode_mb()
794 s->ref_cache[m][scan8[0] - 1 - 1 * 8] = in svq3_decode_mb()
797 s->ref_cache[m][scan8[0] - 1 - 1 * 8] = PART_NOT_AVAILABLE; in svq3_decode_mb()
799 memset(&s->ref_cache[m][scan8[0] - 1 * 8 - 1], in svq3_decode_mb()
1517 s->ref_cache[m][scan8[0] + 8 * i + j] = 1; in svq3_decode_frame()
1519 s->ref_cache[m][scan8[0] + 8 * i + j] = PART_NOT_AVAILABLE; in svq3_decode_frame()