MB_MBAFF         2135 libavcodec/h264_cabac.c                         unsigned rc = sl->ref_count[list] << MB_MBAFF(sl);
MB_MBAFF         2222 libavcodec/h264_cabac.c                     unsigned rc = sl->ref_count[list] << MB_MBAFF(sl);
MB_MBAFF         2251 libavcodec/h264_cabac.c                             unsigned rc = sl->ref_count[list] << MB_MBAFF(sl);
MB_MBAFF         2287 libavcodec/h264_cabac.c                             unsigned rc = sl->ref_count[list] << MB_MBAFF(sl);
MB_MBAFF          882 libavcodec/h264_cavlc.c             int ref_count = IS_REF0(mb_type) ? 1 : sl->ref_count[list] << MB_MBAFF(sl);
MB_MBAFF          962 libavcodec/h264_cavlc.c                         unsigned rc = sl->ref_count[list] << MB_MBAFF(sl);
MB_MBAFF          993 libavcodec/h264_cavlc.c                             unsigned rc = sl->ref_count[list] << MB_MBAFF(sl);
MB_MBAFF         1031 libavcodec/h264_cavlc.c                             unsigned rc = sl->ref_count[list] << MB_MBAFF(sl);
MB_MBAFF          175 libavcodec/h264_mb.c                 row <<= MB_MBAFF(sl);
MB_MBAFF          523 libavcodec/h264_mb.c             if (!MB_MBAFF(sl))
MB_MBAFF          526 libavcodec/h264_mb.c             top_idx = MB_MBAFF(sl) ? 0 : 1;
MB_MBAFF          575 libavcodec/h264_slice.c             if (!MB_MBAFF(sl)) {
MB_MBAFF          610 libavcodec/h264_slice.c         } else if (MB_MBAFF(sl)) {
MB_MBAFF         2234 libavcodec/h264_slice.c             const int *ref2frm = &h->ref2frm[h->slice_table[top_xy] & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? 20 : 2)];
MB_MBAFF         2249 libavcodec/h264_slice.c                 const int *ref2frm = &h->ref2frm[h->slice_table[left_xy[LTOP]] & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? 20 : 2)];
MB_MBAFF         2282 libavcodec/h264_slice.c         const int *ref2frm = &h->ref2frm[sl->slice_num & (MAX_SLICES - 1)][list][(MB_MBAFF(sl) ? 20 : 2)];