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) {
883 mb.macroblock_modes.value = 0;
887 mb.macroblock_modes.bits.frame_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2);
889 mb.macroblock_modes.bits.frame_motion_type = 2;
891 mb.macroblock_modes.bits.field_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2);
895 mb.macroblock_modes.bits.frame_motion_type = 2;
897 mb.macroblock_modes.bits.field_motion_type = 1;
903 mb.macroblock_modes.bits.dct_type = vl_vlc_get_uimsbf(&bs->vlc, 1);
940 mb.macroblock_modes.bits.frame_motion_type == 2) ||
941 (mb.macroblock_modes.bits.frame_motion_type == 3)) {
947 mb.macroblock_modes.bits.frame_motion_type == 2) {