Home | History | Annotate | Download | only in vl

Lines Matching refs:macroblock_modes

664    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.bits.field_motion_type = 1;
874 mb.macroblock_modes.bits.dct_type = vl_vlc_get_uimsbf(&bs->vlc, 1);
910 mb.macroblock_modes.bits.frame_motion_type == 2) ||
911 (mb.macroblock_modes.bits.frame_motion_type == 3)) {
917 mb.macroblock_modes.bits.frame_motion_type == 2) {