Home | History | Annotate | Download | only in nouveau

Lines Matching full:forward

202 nouveau_vpe_mb_mv_flags(bool luma, int mv_h, int mv_v, bool forward, bool first, bool vert)
213 if (!forward)
244 bool luma, bool frame, bool forward, bool vert,
266 mc_header |= nouveau_vpe_mb_mv_flags(luma, mv_horizontal, mv_vertical, forward, first, vert);
288 bool forward, backward;
299 forward = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_FORWARD;
301 assert(!forward || dec->past < 8);
309 if (forward) {
315 if (backward && forward) {
316 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward, TRUE,
318 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward, FALSE,
333 if (forward)
337 if (backward && forward)
354 if (forward)
358 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward, FALSE,
366 if (forward) {
375 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward,
378 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward,