Home | History | Annotate | Download | only in nouveau

Lines Matching refs:luma

160                           bool luma)
165 unsigned y = luma ? mb->y * 16 : mb->y * 8;
180 if (luma && mb->macroblock_modes.bits.dct_type == PIPE_MPEG12_DCT_TYPE_FIELD)
189 if (luma) {
202 nouveau_vpe_mb_mv_flags(bool luma, int mv_h, int mv_v, bool forward, bool first, bool vert)
205 if (luma)
244 bool luma, bool frame, bool forward, bool vert,
261 if (!luma) {
266 mc_header |= nouveau_vpe_mb_mv_flags(luma, mv_horizontal, mv_vertical, forward, first, vert);
270 if (luma)
284 bool luma)
290 if (luma)
297 y2 = y + (luma ? 16 : 8);
310 nouveau_vpe_mb_mv(dec, base, luma, frame, TRUE, FALSE,
312 nouveau_vpe_mb_mv(dec, base, luma, frame, TRUE, TRUE,
316 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward, TRUE,
318 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward, FALSE,
334 nouveau_vpe_mb_mv(dec, base, luma, frame, TRUE,
338 nouveau_vpe_mb_mv(dec, base, luma, frame, FALSE,
355 nouveau_vpe_mb_mv(dec, base, luma, frame, TRUE, FALSE,
358 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward, FALSE,
367 nouveau_vpe_mb_mv(dec, base, luma, frame, TRUE,
370 nouveau_vpe_mb_mv(dec, base, luma, frame, TRUE,
375 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward,
378 nouveau_vpe_mb_mv(dec, base, luma, frame, !forward,