Home
last modified time | relevance | path

Searched refs:field_select (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.c289 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()
Dvl_vertex_buffers.h78 int16_t field_select; /**< enum pipe_video_field_select */ member