Searched refs:field_select (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.h78 int16_t field_select; /**< enum pipe_video_field_select */ member in struct:vl_motionvector::__anon61c39edc0108
H A Dvl_mpeg12_decoder.c368 mv.top.field_select = PIPE_VIDEO_FRAME;
374 mv.bottom.field_select = PIPE_VIDEO_FRAME;
380 mv.top.field_select = (mb->motion_vertical_field_select & field_select_mask) ?
386 mv.bottom.field_select = (mb->motion_vertical_field_select & (field_select_mask << 2)) ?
396 mv.top.field_select = PIPE_VIDEO_FRAME;
400 mv.bottom.field_select = PIPE_VIDEO_FRAME;
702 skipped_mv[0].top.field_select = PIPE_VIDEO_FRAME;
703 skipped_mv[1].top.field_select = PIPE_VIDEO_FRAME;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.h78 int16_t field_select; /**< enum pipe_video_field_select */ member in struct:vl_motionvector::__anon3e18402f0108
H A Dvl_mpeg12_decoder.c368 mv.top.field_select = PIPE_VIDEO_FRAME;
374 mv.bottom.field_select = PIPE_VIDEO_FRAME;
380 mv.top.field_select = (mb->motion_vertical_field_select & field_select_mask) ?
386 mv.bottom.field_select = (mb->motion_vertical_field_select & (field_select_mask << 2)) ?
396 mv.top.field_select = PIPE_VIDEO_FRAME;
400 mv.bottom.field_select = PIPE_VIDEO_FRAME;
702 skipped_mv[0].top.field_select = PIPE_VIDEO_FRAME;
703 skipped_mv[1].top.field_select = PIPE_VIDEO_FRAME;

Completed in 5 milliseconds