BMV_TYPE_INTERPOLATED  321 libavcodec/vc1_block.c     if (mode == BMV_TYPE_INTERPOLATED) {
BMV_TYPE_INTERPOLATED 1917 libavcodec/vc1_block.c                 bmvtype  = BMV_TYPE_INTERPOLATED;
BMV_TYPE_INTERPOLATED 1927 libavcodec/vc1_block.c             bmvtype = BMV_TYPE_INTERPOLATED;
BMV_TYPE_INTERPOLATED 1956 libavcodec/vc1_block.c             if (bmvtype == BMV_TYPE_INTERPOLATED) {
BMV_TYPE_INTERPOLATED 2111 libavcodec/vc1_block.c                     bmvtype   = BMV_TYPE_INTERPOLATED;
BMV_TYPE_INTERPOLATED 2331 libavcodec/vc1_block.c                     bmvtype  = BMV_TYPE_INTERPOLATED;
BMV_TYPE_INTERPOLATED 2335 libavcodec/vc1_block.c             if (twomv && bmvtype != BMV_TYPE_INTERPOLATED)
BMV_TYPE_INTERPOLATED 2344 libavcodec/vc1_block.c                 if (bmvtype == BMV_TYPE_INTERPOLATED && twomv) {
BMV_TYPE_INTERPOLATED 2346 libavcodec/vc1_block.c                 } else if (bmvtype == BMV_TYPE_INTERPOLATED || twomv) {
BMV_TYPE_INTERPOLATED 2368 libavcodec/vc1_block.c             } else if (twomv && bmvtype == BMV_TYPE_INTERPOLATED) {
BMV_TYPE_INTERPOLATED 2384 libavcodec/vc1_block.c             } else if (bmvtype == BMV_TYPE_INTERPOLATED) {
BMV_TYPE_INTERPOLATED 2494 libavcodec/vc1_block.c                 if (bmvtype == BMV_TYPE_INTERPOLATED) {
BMV_TYPE_INTERPOLATED 2525 libavcodec/vc1_block.c             if (direct || bmvtype == BMV_TYPE_INTERPOLATED) {
BMV_TYPE_INTERPOLATED  745 libavcodec/vc1_pred.c     if ((mvtype == BMV_TYPE_FORWARD) || (mvtype == BMV_TYPE_INTERPOLATED)) {
BMV_TYPE_INTERPOLATED  814 libavcodec/vc1_pred.c     if ((mvtype == BMV_TYPE_BACKWARD) || (mvtype == BMV_TYPE_INTERPOLATED)) {
BMV_TYPE_INTERPOLATED  931 libavcodec/vc1_pred.c     if (v->bmvtype == BMV_TYPE_INTERPOLATED) {