FLAG_DIRECT 101 libavcodec/motion_est.c + (direct ? FLAG_DIRECT : 0) FLAG_DIRECT 238 libavcodec/motion_est.c if(flags&FLAG_DIRECT){ FLAG_DIRECT 248 libavcodec/motion_est.c if(flags&FLAG_DIRECT){ FLAG_DIRECT 276 libavcodec/motion_est.c if(flags&FLAG_DIRECT){ FLAG_DIRECT 286 libavcodec/motion_est.c if(flags&FLAG_DIRECT){ FLAG_DIRECT 1473 libavcodec/motion_est.c c->flags |= FLAG_DIRECT; FLAG_DIRECT 1474 libavcodec/motion_est.c c->sub_flags |= FLAG_DIRECT; FLAG_DIRECT 1505 libavcodec/motion_est.c c->flags &= ~FLAG_DIRECT; FLAG_DIRECT 1506 libavcodec/motion_est.c c->sub_flags &= ~FLAG_DIRECT; FLAG_DIRECT 896 libavcodec/motion_est_template.c if ((s->pict_type == AV_PICTURE_TYPE_B && !(c->flags & FLAG_DIRECT)) ||