Home | History | Annotate | Download | only in nouveau

Lines Matching refs:luma

149                           bool luma)
154 unsigned y = luma ? mb->y * 16 : mb->y * 8;
169 if (luma && mb->macroblock_modes.bits.dct_type == PIPE_MPEG12_DCT_TYPE_FIELD)
178 if (luma) {
191 nouveau_vpe_mb_mv_flags(bool luma, int mv_h, int mv_v, bool forward, bool first, bool vert)
194 if (luma)
233 bool luma, bool frame, bool forward, bool vert,
250 if (!luma) {
255 mc_header |= nouveau_vpe_mb_mv_flags(luma, mv_horizontal, mv_vertical, forward, first, vert);
259 if (luma)
273 bool luma)
279 if (luma)
286 y2 = y + (luma ? 16 : 8);
299 nouveau_vpe_mb_mv(dec, base, luma, frame, true, false,
301 nouveau_vpe_mb_mv(dec, base, luma, frame, true, true,
305 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward, true,
307 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward, false,
323 nouveau_vpe_mb_mv(dec, base, luma, frame, true,
327 nouveau_vpe_mb_mv(dec, base, luma, frame, false,
344 nouveau_vpe_mb_mv(dec, base, luma, frame, true, false,
347 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward, false,
356 nouveau_vpe_mb_mv(dec, base, luma, frame, true,
359 nouveau_vpe_mb_mv(dec, base, luma, frame, true,
364 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward,
367 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward,