Lines Matching refs:IS_INTERLACED
64 if (!MB_FIELD(sl) && IS_INTERLACED(sl->left_type[0])) {
68 if (MB_FIELD(sl) && !IS_INTERLACED(sl->left_type[0])) {
240 if (!IS_INTERLACED(type)) { \
247 if (IS_INTERLACED(type)) { \
378 const int left_mb_field_flag = IS_INTERLACED(h->cur_pic.mb_type[mb_xy - 1]);
379 const int curr_mb_field_flag = IS_INTERLACED(mb_type);
477 if (IS_INTERLACED(mb_type) != IS_INTERLACED(left_type[LTOP])) {
478 if (IS_INTERLACED(mb_type)) {
772 if (!IS_INTERLACED(mb_type) && sl->ref_cache[list][idx] >= 0) { \
783 if (IS_INTERLACED(mb_type) && sl->ref_cache[list][idx] >= 0) { \