Lines Matching refs:direct
315 int direct, int mode)
317 if (direct) {
1867 int skipped, direct;
1875 direct = get_bits1(gb);
1877 direct = v->direct_mb_plane[mb_pos];
1890 if (!direct) {
1915 if (direct)
1917 ff_vc1_pred_b_mv(v, dmv_x, dmv_y, direct, bmvtype);
1918 vc1_b_mc(v, dmv_x, dmv_y, direct, bmvtype);
1921 if (direct) {
1929 ff_vc1_pred_b_mv(v, dmv_x, dmv_y, direct, bmvtype);
1930 vc1_b_mc(v, dmv_x, dmv_y, direct, bmvtype);
1934 ff_vc1_pred_b_mv(v, dmv_x, dmv_y, direct, bmvtype);
1935 vc1_b_mc(v, dmv_x, dmv_y, direct, bmvtype);
1943 ff_vc1_pred_b_mv(v, dmv_x, dmv_y, direct, bmvtype);
1949 ff_vc1_pred_b_mv(v, dmv_x, dmv_y, direct, bmvtype);
1950 vc1_b_mc(v, dmv_x, dmv_y, direct, bmvtype);
1954 ff_vc1_pred_b_mv(v, dmv_x, dmv_y, direct, bmvtype);
1956 vc1_b_mc(v, dmv_x, dmv_y, direct, bmvtype);
2115 av_log(s->avctx, AV_LOG_ERROR, "Mixed field/frame direct mode not supported\n");
2193 int skipped, direct, twomv = 0;
2275 direct = get_bits1(gb);
2277 direct = v->direct_mb_plane[mb_pos];
2279 if (direct) {
2281 av_log(s->avctx, AV_LOG_WARNING, "Mixed frame/field direct mode not supported\n");
2309 if (!direct) {
2332 if (!direct) {
2345 if (direct) {
2482 if (!direct) {
2514 if (direct || bmvtype == BMV_TYPE_INTERPOLATED) {