Home
last modified time | relevance | path

Searched refs:MB_MBAFF (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_cavlc.c877 int ref_count = IS_REF0(mb_type) ? 1 : sl->ref_count[list] << MB_MBAFF(sl); in ff_h264_decode_mb_cavlc()
957 unsigned rc = sl->ref_count[list] << MB_MBAFF(sl); in ff_h264_decode_mb_cavlc()
988 unsigned rc = sl->ref_count[list] << MB_MBAFF(sl); in ff_h264_decode_mb_cavlc()
1026 unsigned rc = sl->ref_count[list] << MB_MBAFF(sl); in ff_h264_decode_mb_cavlc()
Dh264dec.h72 #define MB_MBAFF(h) (h)->mb_mbaff macro
81 #define MB_MBAFF(h) 0 macro
Dh264_mb.c175 row <<= MB_MBAFF(sl); in await_references()
523 if (!MB_MBAFF(sl)) in xchg_mb_border()
526 top_idx = MB_MBAFF(sl) ? 0 : 1; in xchg_mb_border()
Dh264_cabac.c2135 unsigned rc = sl->ref_count[list] << MB_MBAFF(sl); in ff_h264_decode_mb_cabac()
2222 unsigned rc = sl->ref_count[list] << MB_MBAFF(sl); in ff_h264_decode_mb_cabac()
2251 unsigned rc = sl->ref_count[list] << MB_MBAFF(sl); in ff_h264_decode_mb_cabac()
2287 unsigned rc = sl->ref_count[list] << MB_MBAFF(sl); in ff_h264_decode_mb_cabac()
Dh264_slice.c584 if (!MB_MBAFF(sl)) { in backup_mb_border()
619 } else if (MB_MBAFF(sl)) { in backup_mb_border()
2249 …t *ref2frm = &h->ref2frm[h->slice_table[top_xy] & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? 20 : 2)]; in fill_filter_caches_inter()
2264 …frm = &h->ref2frm[h->slice_table[left_xy[LTOP]] & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? 20 : 2)]; 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()