Searched refs:field_select (Results 1 – 2 of 2) sorted by relevance
289 mv.top.field_select = PIPE_VIDEO_FRAME; in MotionVectorToPipe()295 mv.bottom.field_select = PIPE_VIDEO_FRAME; in MotionVectorToPipe()301 mv.top.field_select = (mb->motion_vertical_field_select & field_select_mask) ? in MotionVectorToPipe()307 mv.bottom.field_select = (mb->motion_vertical_field_select & (field_select_mask << 2)) ? in MotionVectorToPipe()317 mv.top.field_select = PIPE_VIDEO_FRAME; in MotionVectorToPipe()321 mv.bottom.field_select = PIPE_VIDEO_FRAME; in MotionVectorToPipe()622 skipped_mv[0].top.field_select = PIPE_VIDEO_FRAME; in vl_mpeg12_decode_macroblock()623 skipped_mv[1].top.field_select = PIPE_VIDEO_FRAME; in vl_mpeg12_decode_macroblock()
78 int16_t field_select; /**< enum pipe_video_field_select */ member