AVS_IT_TFF 269 compat/avisynth/avisynth_c.h { return ((p->image_type & AVS_IT_FIELDBASED)&&(p->image_type & (AVS_IT_BFF | AVS_IT_TFF))); } AVS_IT_TFF 275 compat/avisynth/avisynth_c.h { return !!(p->image_type & AVS_IT_TFF); } AVS_IT_TFF 213 compat/avisynth/avxsynth_c.h { return ((p->image_type & AVS_IT_FIELDBASED)&&(p->image_type & (AVS_IT_BFF | AVS_IT_TFF))); } AVS_IT_TFF 219 compat/avisynth/avxsynth_c.h { return !!(p->image_type & AVS_IT_TFF); }