• Home
  • Raw
  • Download

Lines Matching refs:ref2frm

2036         int *ref2frm = h->ref2frm[sl->slice_num & (MAX_SLICES - 1)][j];  in h264_slice_init()  local
2056 ref2frm[0] = in h264_slice_init()
2057 ref2frm[1] = -1; in h264_slice_init()
2059 ref2frm[i + 2] = 4 * id_list[i] + (sl->ref_list[j][i].reference & 3); in h264_slice_init()
2060 ref2frm[18 + 0] = in h264_slice_init()
2061 ref2frm[18 + 1] = -1; in h264_slice_init()
2063 ref2frm[i + 4] = 4 * id_list[(i - 16) >> 1] + in h264_slice_init()
2249 …const int *ref2frm = &h->ref2frm[h->slice_table[top_xy] & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? … in fill_filter_caches_inter() local
2252 ref_cache[1 - 1 * 8] = ref2frm[h->cur_pic.ref_index[list][b8_xy + 0]]; in fill_filter_caches_inter()
2254 ref_cache[3 - 1 * 8] = ref2frm[h->cur_pic.ref_index[list][b8_xy + 1]]; in fill_filter_caches_inter()
2264 …const int *ref2frm = &h->ref2frm[h->slice_table[left_xy[LTOP]] & (MAX_SLICES - 1)][list][(MB_MBAFF… in fill_filter_caches_inter() local
2270 ref_cache[-1 + 8] = ref2frm[h->cur_pic.ref_index[list][b8_xy + 2 * 0]]; in fill_filter_caches_inter()
2272 ref_cache[-1 + 24] = ref2frm[h->cur_pic.ref_index[list][b8_xy + 2 * 1]]; in fill_filter_caches_inter()
2297 … const int *ref2frm = &h->ref2frm[sl->slice_num & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? 20 : 2)]; in fill_filter_caches_inter() local
2298 uint32_t ref01 = (pack16to32(ref2frm[ref[0]], ref2frm[ref[1]]) & 0x00FF00FF) * 0x0101; in fill_filter_caches_inter()
2299 uint32_t ref23 = (pack16to32(ref2frm[ref[2]], ref2frm[ref[3]]) & 0x00FF00FF) * 0x0101; in fill_filter_caches_inter()