MB_FIELD          522 libavcodec/h264.c                 if(MB_FIELD){
MB_FIELD          699 libavcodec/h264.c         if(!MB_FIELD
MB_FIELD          719 libavcodec/h264.c             if(!MB_FIELD
MB_FIELD          723 libavcodec/h264.c             if(MB_FIELD
MB_FIELD         1616 libavcodec/h264.c     const int pic_height = 16*s->mb_height >> MB_FIELD;
MB_FIELD         1637 libavcodec/h264.c     if(MB_FIELD){
MB_FIELD         1672 libavcodec/h264.c     y_offset += 8*(s->mb_y >> MB_FIELD);
MB_FIELD         1705 libavcodec/h264.c     y_offset += 8*(s->mb_y >> MB_FIELD);
MB_FIELD         2372 libavcodec/h264.c         deblock_top =  (s->mb_y > !!MB_FIELD);
MB_FIELD         2439 libavcodec/h264.c     if (!simple && MB_FIELD) {
MB_FIELD         4323 libavcodec/h264.c     if(MB_FIELD)
MB_FIELD         4423 libavcodec/h264.c     if(MB_FIELD)
MB_FIELD         4963 libavcodec/h264.c             && MB_FIELD == !!IS_INTERLACED( s->current_picture.mb_type[mba_xy] ) )
MB_FIELD         4965 libavcodec/h264.c         if( MB_FIELD ){
MB_FIELD         5290 libavcodec/h264.c         + significant_coeff_flag_offset[MB_FIELD][cat];
MB_FIELD         5292 libavcodec/h264.c         + last_coeff_flag_offset[MB_FIELD][cat];
MB_FIELD         5312 libavcodec/h264.c         const uint8_t *sig_off = significant_coeff_flag_offset_8x8[MB_FIELD];
MB_FIELD         5418 libavcodec/h264.c         const int curr_mb_field_flag = MB_FIELD;
MB_FIELD         5520 libavcodec/h264.c     if(MB_FIELD)
MB_FIELD         5988 libavcodec/h264.c         if (!MB_FIELD) {
MB_FIELD         5997 libavcodec/h264.c         qp_index = MB_FIELD ? (i >> 3) : (i & 1);
MB_FIELD         6091 libavcodec/h264.c         qp_index = MB_FIELD ? (i >> 2) : (i & 1);
MB_FIELD         6563 libavcodec/h264.c                 int mbn_xy = MB_FIELD ? left_mb_xy[i>>2] : left_mb_xy[i&1];
MB_FIELD         6569 libavcodec/h264.c                             (h->cbp_table[mbn_xy] & ((MB_FIELD ? (i&2) : (mb_y&1)) ? 8 : 2))
MB_FIELD         6571 libavcodec/h264.c                             h->non_zero_count[mbn_xy][MB_FIELD ? i&3 : (i>>2)+(mb_y&1)*2]))