Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A 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[ in fill_filter_caches_inter() local
2360 const int *ref2frm = &h->ref2frm[h->slice_table[left_xy[LTOP]] & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? 20 : 2)]; fill_filter_caches_inter() local
2393 const int *ref2frm = &h->ref2frm[sl->slice_num & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? 20 : 2)]; fill_filter_caches_inter() local
[all...]
H A Dh264dec.h554 int ref2frm[MAX_SLICES][2][64]; ///< reference to frame number lists, used in the loop filter, the first 2 are for -2,-1 member

Completed in 5 milliseconds