Searched refs:field_select (Results 1 – 2 of 2) sorted by relevance
368 mv.top.field_select = PIPE_VIDEO_FRAME; in MotionVectorToPipe()374 mv.bottom.field_select = PIPE_VIDEO_FRAME; in MotionVectorToPipe()380 mv.top.field_select = (mb->motion_vertical_field_select & field_select_mask) ? in MotionVectorToPipe()386 mv.bottom.field_select = (mb->motion_vertical_field_select & (field_select_mask << 2)) ? in MotionVectorToPipe()396 mv.top.field_select = PIPE_VIDEO_FRAME; in MotionVectorToPipe()400 mv.bottom.field_select = PIPE_VIDEO_FRAME; in MotionVectorToPipe()702 skipped_mv[0].top.field_select = PIPE_VIDEO_FRAME; in vl_mpeg12_decode_macroblock()703 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