• Home
  • Raw
  • Download

Lines Matching refs:luma

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