Lines Matching defs:list
357 int i, int list, int part_width)
359 const int topright_ref = s->ref_cache[list][i - 8 + part_width];
362 *C = s->mv_cache[list][i - 8 + part_width];
365 *C = s->mv_cache[list][i - 8 - 1];
366 return s->ref_cache[list][i - 8 - 1];
378 int part_width, int list,
382 const int top_ref = s->ref_cache[list][index8 - 8];
383 const int left_ref = s->ref_cache[list][index8 - 1];
384 const int16_t *const A = s->mv_cache[list][index8 - 1];
385 const int16_t *const B = s->mv_cache[list][index8 - 8];
397 diagonal_ref = svq3_fetch_diagonal_mv(s, &C, index8, list, part_width);