Searched refs:MB_FIELD (Results 1 – 8 of 8) sorted by relevance
66 if (!MB_FIELD(sl) && IS_INTERLACED(sl->left_type[0])) { in fetch_diagonal_mv()70 if (MB_FIELD(sl) && !IS_INTERLACED(sl->left_type[0])) { in fetch_diagonal_mv()241 if (MB_FIELD(sl)) { \370 top_xy = mb_xy - (h->mb_stride << MB_FIELD(sl)); in fill_decode_neighbors()771 if (MB_FIELD(sl)) { in fill_decode_caches()811 if (MB_FIELD(sl)) in decode_mb_skip()
59 y_offset += 16 * (sl->mb_y >> MB_FIELD(sl)); in get_lowest_part_y()228 const int pic_height = 16 * h->mb_height >> MB_FIELD(sl); in mc_dir_part()288 if (chroma_idc == 1 /* yuv420 */ && MB_FIELD(sl)) { in mc_dir_part()349 y_offset += 8 * (sl->mb_y >> MB_FIELD(sl)); in mc_part_std()403 y_offset += 8 * (sl->mb_y >> MB_FIELD(sl)); in mc_part_weighted()535 deblock_top = (sl->mb_y > !!MB_FIELD(sl)); in xchg_mb_border()
1338 && MB_FIELD(sl) == !!IS_INTERLACED( h->cur_pic.mb_type[mba_xy] ) ) in decode_cabac_mb_skip()1340 if (MB_FIELD(sl)) { in decode_cabac_mb_skip()1653 + significant_coeff_flag_offset[MB_FIELD(sl)][cat]; in decode_cabac_residual_internal()1655 + last_coeff_flag_offset[MB_FIELD(sl)][cat]; in decode_cabac_residual_internal()1675 const uint8_t *sig_off = significant_coeff_flag_offset_8x8[MB_FIELD(sl)]; in decode_cabac_residual_internal()1957 fill_decode_neighbors(h, sl, -(MB_FIELD(sl))); in ff_h264_decode_mb_cabac()2021 if (MB_FIELD(sl)) in ff_h264_decode_mb_cabac()
65 if (!SIMPLE && MB_FIELD(sl)) { in FUNC()278 if (!SIMPLE && MB_FIELD(sl)) { in FUNC()
73 #define MB_FIELD(sl) (sl)->mb_field_decoding_flag macro82 #define MB_FIELD(sl) 0 macro
762 const uint8_t *off= offset[MB_FIELD(sl)][mb_y&1]; in ff_h264_filter_mb()764 int j= MB_FIELD(sl) ? i>>2 : i&1; in ff_h264_filter_mb()773 … (h->cbp_table[mbn_xy] & (((MB_FIELD(sl) ? (i&2) : (mb_y&1)) ? 8 : 2) << 12)) in ff_h264_filter_mb()797 if (MB_FIELD(sl)) { in ff_h264_filter_mb()
769 if (MB_FIELD(sl)) in ff_h264_decode_mb_cavlc()
2326 top_xy = mb_xy - (h->mb_stride << MB_FIELD(sl)); in fill_filter_caches()2495 if (MB_FIELD(sl)) { in loop_filter()