Home
last modified time | relevance | path

Searched defs:ref2frm (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_slice.c2132 int *ref2frm = h->ref2frm[sl->slice_num & (MAX_SLICES - 1)][j]; in h264_slice_init() local
2345 …const int *ref2frm = &h->ref2frm[h->slice_table[top_xy] & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? … in fill_filter_caches_inter() local
2360 …const int *ref2frm = &h->ref2frm[h->slice_table[left_xy[LTOP]] & (MAX_SLICES - 1)][list][(MB_MBAFF… in fill_filter_caches_inter() local
2393 … const int *ref2frm = &h->ref2frm[sl->slice_num & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? 20 : 2)]; in fill_filter_caches_inter() local
Dh264dec.h554 …int ref2frm[MAX_SLICES][2][64]; ///< reference to frame number lists, used in the loop filter,… member