IS_INTERLACED    1338 libavcodec/h264_cabac.c             && MB_FIELD(sl) == !!IS_INTERLACED( h->cur_pic.mb_type[mba_xy] ) )
IS_INTERLACED    1344 libavcodec/h264_cabac.c                 && IS_INTERLACED( h->cur_pic.mb_type[mbb_xy] ) )
IS_INTERLACED    2419 libavcodec/h264_cabac.c         if(IS_INTERLACED(mb_type)){
IS_INTERLACED    1128 libavcodec/h264_cavlc.c         if(IS_INTERLACED(mb_type)){
IS_INTERLACED     219 libavcodec/h264_direct.c                            sl->mb_y + !!IS_INTERLACED(*mb_type));
IS_INTERLACED     287 libavcodec/h264_direct.c     if (IS_INTERLACED(sl->ref_list[1][0].parent->mb_type[mb_xy])) { // AFL/AFR/FR/FL -> AFL/FL
IS_INTERLACED     288 libavcodec/h264_direct.c         if (!IS_INTERLACED(*mb_type)) {                    //     AFR/FR    -> AFL/FL
IS_INTERLACED     299 libavcodec/h264_direct.c         if (IS_INTERLACED(*mb_type)) {                   // AFL       /FL -> AFR/FR
IS_INTERLACED     306 libavcodec/h264_direct.c             if (IS_INTERLACED(mb_type_col[0]) !=
IS_INTERLACED     307 libavcodec/h264_direct.c                 IS_INTERLACED(mb_type_col[1])) {
IS_INTERLACED     358 libavcodec/h264_direct.c     if (IS_INTERLACED(*mb_type) != IS_INTERLACED(mb_type_col[0])) {
IS_INTERLACED     503 libavcodec/h264_direct.c                            sl->mb_y + !!IS_INTERLACED(*mb_type));
IS_INTERLACED     505 libavcodec/h264_direct.c     if (IS_INTERLACED(sl->ref_list[1][0].parent->mb_type[mb_xy])) { // AFL/AFR/FR/FL -> AFL/FL
IS_INTERLACED     506 libavcodec/h264_direct.c         if (!IS_INTERLACED(*mb_type)) {                    //     AFR/FR    -> AFL/FL
IS_INTERLACED     517 libavcodec/h264_direct.c         if (IS_INTERLACED(*mb_type)) {              // AFL       /FL -> AFR/FR
IS_INTERLACED     524 libavcodec/h264_direct.c             if (IS_INTERLACED(mb_type_col[0]) !=
IS_INTERLACED     525 libavcodec/h264_direct.c                 IS_INTERLACED(mb_type_col[1])) {
IS_INTERLACED     588 libavcodec/h264_direct.c         if (FRAME_MBAFF(h) && IS_INTERLACED(*mb_type)) {
IS_INTERLACED     595 libavcodec/h264_direct.c         if (IS_INTERLACED(*mb_type) != IS_INTERLACED(mb_type_col[0])) {
IS_INTERLACED     596 libavcodec/h264_direct.c             int y_shift = 2 * !IS_INTERLACED(*mb_type);
IS_INTERLACED     497 libavcodec/h264_loopfilter.c             && IS_INTERLACED(mbm_type&~mb_type)
IS_INTERLACED     551 libavcodec/h264_loopfilter.c                 if (   (!IS_INTERLACED(mb_type|mbm_type))
IS_INTERLACED     559 libavcodec/h264_loopfilter.c                 if( dir && FRAME_MBAFF(h) && IS_INTERLACED(mb_type ^ mbm_type)) {
IS_INTERLACED     725 libavcodec/h264_loopfilter.c     const int mvy_limit = IS_INTERLACED(mb_type) ? 2 : 4;
IS_INTERLACED     734 libavcodec/h264_loopfilter.c             && IS_INTERLACED(mb_type ^ sl->left_type[LTOP])
IS_INTERLACED      65 libavcodec/h264_mvpred.h             if (!MB_FIELD(sl) && IS_INTERLACED(sl->left_type[0])) {
IS_INTERLACED      69 libavcodec/h264_mvpred.h             if (MB_FIELD(sl) && !IS_INTERLACED(sl->left_type[0])) {
IS_INTERLACED     241 libavcodec/h264_mvpred.h             if (!IS_INTERLACED(type)) {         \
IS_INTERLACED     248 libavcodec/h264_mvpred.h             if (IS_INTERLACED(type)) {          \
IS_INTERLACED     379 libavcodec/h264_mvpred.h         const int left_mb_field_flag = IS_INTERLACED(h->cur_pic.mb_type[mb_xy - 1]);
IS_INTERLACED     380 libavcodec/h264_mvpred.h         const int curr_mb_field_flag = IS_INTERLACED(mb_type);
IS_INTERLACED     478 libavcodec/h264_mvpred.h             if (IS_INTERLACED(mb_type) != IS_INTERLACED(left_type[LTOP])) {
IS_INTERLACED     479 libavcodec/h264_mvpred.h                 if (IS_INTERLACED(mb_type)) {
IS_INTERLACED     773 libavcodec/h264_mvpred.h     if (!IS_INTERLACED(mb_type) && sl->ref_cache[list][idx] >= 0) {     \
IS_INTERLACED     784 libavcodec/h264_mvpred.h     if (IS_INTERLACED(mb_type) && sl->ref_cache[list][idx] >= 0) {      \
IS_INTERLACED    2245 libavcodec/h264_slice.c         if (!IS_INTERLACED(mb_type ^ left_type[LTOP])) {
IS_INTERLACED    2315 libavcodec/h264_slice.c         const int left_mb_field_flag = IS_INTERLACED(h->cur_pic.mb_type[mb_xy - 1]);
IS_INTERLACED    2316 libavcodec/h264_slice.c         const int curr_mb_field_flag = IS_INTERLACED(mb_type);
IS_INTERLACED    2466 libavcodec/h264_slice.c                     sl->mb_field_decoding_flag = !!IS_INTERLACED(mb_type);
IS_INTERLACED    2522 libavcodec/h264_slice.c     sl->mb_mbaff    = sl->mb_field_decoding_flag = IS_INTERLACED(mb_type) ? 1 : 0;
IS_INTERLACED     133 libavcodec/mpeg4video.c     } else if (IS_INTERLACED(colocated_mb_type)) {
IS_INTERLACED     146 libavcodec/mpegutils.c                             if (IS_INTERLACED(mb_type))
IS_INTERLACED     159 libavcodec/mpegutils.c                             if (IS_INTERLACED(mb_type))
IS_INTERLACED     256 libavcodec/mpegutils.c                     if (IS_INTERLACED(mb_type))
IS_INTERLACED     382 libavcodec/mpegutils.c                     if (IS_INTERLACED(mb_type) &&