Lines Matching defs:list
40 int n, int height, int y_offset, int list)
42 int raw_my = sl->mv_cache[list][scan8[n]][1];
65 // Error resilience puts the current picture in the ref list.
102 int ref, list;
166 for (list = sl->list_count - 1; list >= 0; list--)
167 for (ref = 0; ref < 48 && nrefs[list]; ref++) {
168 int row = refs[list][ref];
170 H264Ref *ref_pic = &sl->ref_list[list][ref];
176 nrefs[list]--;
208 int delta, int list,
216 const int mx = sl->mv_cache[list][scan8[n]][0] + src_x_offset * 8;
217 int my = sl->mv_cache[list][scan8[n]][1] + src_y_offset * 8;
457 int list = list1 ? 1 : 0;
458 int refn = sl->ref_cache[list][scan8[n]];
459 H264Ref *ref = &sl->ref_list[list][refn];
460 mc_dir_part(h, sl, ref, n, square, height, delta, list,
466 sl->pwt.luma_weight[refn][list][0],
467 sl->pwt.luma_weight[refn][list][1]);
472 sl->pwt.chroma_weight[refn][list][0][0],
473 sl->pwt.chroma_weight[refn][list][0][1]);
476 sl->pwt.chroma_weight[refn][list][1][0],
477 sl->pwt.chroma_weight[refn][list][1][1]);
484 int list, int pixel_shift,
489 const int refn = sl->ref_cache[list][scan8[0]];
491 const int mx = (sl->mv_cache[list][scan8[0]][0] >> 2) + 16 * sl->mb_x + 8;
492 const int my = (sl->mv_cache[list][scan8[0]][1] >> 2) + 16 * sl->mb_y;
493 uint8_t **src = sl->ref_list[list][refn].data;