BMV_TYPE_INTERPOLATED 298 libavcodec/vc1_block.c if (mode == BMV_TYPE_INTERPOLATED) { BMV_TYPE_INTERPOLATED 1873 libavcodec/vc1_block.c bmvtype = BMV_TYPE_INTERPOLATED; BMV_TYPE_INTERPOLATED 1883 libavcodec/vc1_block.c bmvtype = BMV_TYPE_INTERPOLATED; BMV_TYPE_INTERPOLATED 1912 libavcodec/vc1_block.c if (bmvtype == BMV_TYPE_INTERPOLATED) { BMV_TYPE_INTERPOLATED 2064 libavcodec/vc1_block.c bmvtype = BMV_TYPE_INTERPOLATED; BMV_TYPE_INTERPOLATED 2276 libavcodec/vc1_block.c bmvtype = BMV_TYPE_INTERPOLATED; BMV_TYPE_INTERPOLATED 2280 libavcodec/vc1_block.c if (twomv && bmvtype != BMV_TYPE_INTERPOLATED) BMV_TYPE_INTERPOLATED 2289 libavcodec/vc1_block.c if (bmvtype == BMV_TYPE_INTERPOLATED && twomv) { BMV_TYPE_INTERPOLATED 2291 libavcodec/vc1_block.c } else if (bmvtype == BMV_TYPE_INTERPOLATED || twomv) { BMV_TYPE_INTERPOLATED 2313 libavcodec/vc1_block.c } else if (twomv && bmvtype == BMV_TYPE_INTERPOLATED) { BMV_TYPE_INTERPOLATED 2329 libavcodec/vc1_block.c } else if (bmvtype == BMV_TYPE_INTERPOLATED) { BMV_TYPE_INTERPOLATED 2437 libavcodec/vc1_block.c if (bmvtype == BMV_TYPE_INTERPOLATED) { BMV_TYPE_INTERPOLATED 2468 libavcodec/vc1_block.c if (direct || bmvtype == BMV_TYPE_INTERPOLATED) { BMV_TYPE_INTERPOLATED 734 libavcodec/vc1_pred.c if ((mvtype == BMV_TYPE_FORWARD) || (mvtype == BMV_TYPE_INTERPOLATED)) { BMV_TYPE_INTERPOLATED 803 libavcodec/vc1_pred.c if ((mvtype == BMV_TYPE_BACKWARD) || (mvtype == BMV_TYPE_INTERPOLATED)) { BMV_TYPE_INTERPOLATED 920 libavcodec/vc1_pred.c if (v->bmvtype == BMV_TYPE_INTERPOLATED) {