Lines Matching defs:forward
191 nouveau_vpe_mb_mv_flags(bool luma, int mv_h, int mv_v, bool forward, bool first, bool vert)
202 if (!forward)
233 bool luma, bool frame, bool forward, bool vert,
255 mc_header |= nouveau_vpe_mb_mv_flags(luma, mv_horizontal, mv_vertical, forward, first, vert);
277 bool forward, backward;
288 forward = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_FORWARD;
290 assert(!forward || dec->past < 8);
298 if (forward) {
304 if (backward && forward) {
305 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward, true,
307 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward, false,
322 if (forward)
326 if (backward && forward)
343 if (forward)
347 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward, false,
355 if (forward) {
364 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward,
367 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward,