Searched refs:macroblock_modes (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c664 int dmv = mb->macroblock_modes.bits.frame_motion_type == PIPE_MPEG12_MO_TYPE_DUAL_PRIME;
667 if (mb->macroblock_modes.bits.frame_motion_type == PIPE_MPEG12_MO_TYPE_FIELD) {
688 int dmv = mb->macroblock_modes.bits.field_motion_type == PIPE_MPEG12_MO_TYPE_DUAL_PRIME;
691 if (mb->macroblock_modes.bits.field_motion_type == PIPE_MPEG12_MO_TYPE_16x8) {
854 mb.macroblock_modes.value = 0;
858 mb.macroblock_modes.bits.frame_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2);
860 mb.macroblock_modes.bits.frame_motion_type = 2;
862 mb.macroblock_modes.bits.field_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2);
866 mb.macroblock_modes.bits.frame_motion_type = 2;
868 mb.macroblock_modes
[all...]
H A Dvl_mpeg12_decoder.c285 switch (mb->macroblock_modes.bits.frame_motion_type) {
351 stream->coding = mb->macroblock_modes.bits.dct_type;
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c664 int dmv = mb->macroblock_modes.bits.frame_motion_type == PIPE_MPEG12_MO_TYPE_DUAL_PRIME;
667 if (mb->macroblock_modes.bits.frame_motion_type == PIPE_MPEG12_MO_TYPE_FIELD) {
688 int dmv = mb->macroblock_modes.bits.field_motion_type == PIPE_MPEG12_MO_TYPE_DUAL_PRIME;
691 if (mb->macroblock_modes.bits.field_motion_type == PIPE_MPEG12_MO_TYPE_16x8) {
854 mb.macroblock_modes.value = 0;
858 mb.macroblock_modes.bits.frame_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2);
860 mb.macroblock_modes.bits.frame_motion_type = 2;
862 mb.macroblock_modes.bits.field_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2);
866 mb.macroblock_modes.bits.frame_motion_type = 2;
868 mb.macroblock_modes
[all...]
H A Dvl_mpeg12_decoder.c285 switch (mb->macroblock_modes.bits.frame_motion_type) {
351 stream->coding = mb->macroblock_modes.bits.dct_type;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dsurface.c67 mb->macroblock_modes.bits.frame_motion_type = xvmc_mb->motion_type;
68 mb->macroblock_modes.bits.field_motion_type = 0;
73 mb->macroblock_modes.bits.frame_motion_type = 0;
74 mb->macroblock_modes.bits.field_motion_type = xvmc_mb->motion_type;
81 mb->macroblock_modes.bits.dct_type = xvmc_mb->dct_type;
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsurface.c67 mb->macroblock_modes.bits.frame_motion_type = xvmc_mb->motion_type;
68 mb->macroblock_modes.bits.field_motion_type = 0;
73 mb->macroblock_modes.bits.frame_motion_type = 0;
74 mb->macroblock_modes.bits.field_motion_type = xvmc_mb->motion_type;
81 mb->macroblock_modes.bits.dct_type = xvmc_mb->dct_type;
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_video_state.h165 } macroblock_modes; member in struct:pipe_mpeg12_macroblock
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h165 } macroblock_modes; member in struct:pipe_mpeg12_macroblock
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_video.c180 if (luma && mb->macroblock_modes.bits.dct_type == PIPE_MPEG12_DCT_TYPE_FIELD)
304 switch (mb->macroblock_modes.bits.frame_motion_type) {
326 switch (mb->macroblock_modes.bits.field_motion_type) {
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c180 if (luma && mb->macroblock_modes.bits.dct_type == PIPE_MPEG12_DCT_TYPE_FIELD)
304 switch (mb->macroblock_modes.bits.frame_motion_type) {
326 switch (mb->macroblock_modes.bits.field_motion_type) {
/external/chromium_org/third_party/libva/va/
H A Dva.h1175 } macroblock_modes; member in struct:_VAMacroblockParameterBufferMPEG2

Completed in 127 milliseconds