FLAG_DIRECT       103 libavcodec/motion_est.c            + (direct ? FLAG_DIRECT : 0)
FLAG_DIRECT       240 libavcodec/motion_est.c     if(flags&FLAG_DIRECT){
FLAG_DIRECT       250 libavcodec/motion_est.c     if(flags&FLAG_DIRECT){
FLAG_DIRECT       278 libavcodec/motion_est.c     if(flags&FLAG_DIRECT){
FLAG_DIRECT       288 libavcodec/motion_est.c     if(flags&FLAG_DIRECT){
FLAG_DIRECT      1452 libavcodec/motion_est.c     c->flags     |= FLAG_DIRECT;
FLAG_DIRECT      1453 libavcodec/motion_est.c     c->sub_flags |= FLAG_DIRECT;
FLAG_DIRECT      1484 libavcodec/motion_est.c     c->flags     &= ~FLAG_DIRECT;
FLAG_DIRECT      1485 libavcodec/motion_est.c     c->sub_flags &= ~FLAG_DIRECT;
FLAG_DIRECT       898 libavcodec/motion_est_template.c     if ((s->pict_type == AV_PICTURE_TYPE_B && !(c->flags & FLAG_DIRECT)) ||