Lines Matching defs:l1ref0
207 const int8_t *l1ref0, *l1ref1;
346 l1ref0 = &sl->ref_list[1][0].parent->ref_index[0][4 * mb_xy];
350 l1ref0 += 2;
375 ((l1ref0[xy8] == 0 &&
378 (l1ref0[xy8] < 0 &&
406 ((l1ref0[0] == 0 &&
409 (l1ref0[0] < 0 && !l1ref1[0] &&
444 (l1ref0[i8] == 0 ||
445 (l1ref0[i8] < 0 &&
448 const int16_t (*l1mv)[2] = l1ref0[i8] == 0 ? l1mv0 : l1mv1;
494 const int8_t *l1ref0, *l1ref1;
570 l1ref0 = &sl->ref_list[1][0].parent->ref_index[0][4 * mb_xy];
574 l1ref0 += 2;
616 ref0 = l1ref0[x8 + y8 * b8_stride];
651 const int ref0 = l1ref0[0] >= 0 ? map_col_to_list0[0][l1ref0[0] + ref_offset]
654 const int16_t *mv_col = l1ref0[0] >= 0 ? l1mv0[0] : l1mv1[0];
684 ref0 = l1ref0[i8];