Searched refs:mv_mode (Results 1 – 14 of 14) sorted by relevance
30 static int get_VAMvModeVC1(enum MVModes mv_mode) in get_VAMvModeVC1() argument32 switch (mv_mode) { in get_VAMvModeVC1()49 (v->mv_mode == MV_PMODE_MIXED_MV || in vc1_has_MVTYPEMB_bitplane()50 (v->mv_mode == MV_PMODE_INTENSITY_COMP && in vc1_has_MVTYPEMB_bitplane()144 return get_VAMvModeVC1(v->mv_mode); in vc1_get_MVMODE()153 v->mv_mode == MV_PMODE_INTENSITY_COMP) in vc1_get_MVMODE2()162 v->mv_mode == MV_PMODE_INTENSITY_COMP) in vc1_get_INTCOMPFIELD()174 if ((v->fcm == PROGRESSIVE && v->mv_mode == MV_PMODE_INTENSITY_COMP) || in vc1_get_LUMSCALE()177 else if (v->fcm == ILACE_FIELD && v->mv_mode == MV_PMODE_INTENSITY_COMP) in vc1_get_LUMSCALE()190 if ((v->fcm == PROGRESSIVE && v->mv_mode == MV_PMODE_INTENSITY_COMP) || in vc1_get_LUMSHIFT()[all …]
730 v->mv_mode = ff_vc1_mv_pmode_table[lowquant][get_unary(gb, 1, 4)]; in ff_vc1_parse_frame_header()731 if (v->mv_mode == MV_PMODE_INTENSITY_COMP) { in ff_vc1_parse_frame_header()741 if (v->mv_mode == MV_PMODE_INTENSITY_COMP) { in ff_vc1_parse_frame_header()746 v->s.quarter_sample = (v->mv_mode != MV_PMODE_1MV_HPEL && in ff_vc1_parse_frame_header()747 v->mv_mode != MV_PMODE_1MV_HPEL_BILIN); in ff_vc1_parse_frame_header()748 v->s.mspel = (v->mv_mode != MV_PMODE_1MV_HPEL_BILIN); in ff_vc1_parse_frame_header()751 if ((v->mv_mode == MV_PMODE_INTENSITY_COMP && in ff_vc1_parse_frame_header()753 v->mv_mode == MV_PMODE_MIXED_MV) { in ff_vc1_parse_frame_header()796 v->mv_mode = get_bits1(gb) ? MV_PMODE_1MV : MV_PMODE_1MV_HPEL_BILIN; in ff_vc1_parse_frame_header()798 v->s.quarter_sample = (v->mv_mode == MV_PMODE_1MV); in ff_vc1_parse_frame_header()[all …]
49 …if ((v->fcm == ILACE_FRAME && v->intcomp) || (v->fcm != ILACE_FRAME && v->mv_mode == MV_PMODE_INTE… in fill_picture_parameters()92 pp->bMVprecisionAndChromaRelation = ((v->mv_mode == MV_PMODE_1MV_HPEL_BILIN) << 3) | in fill_picture_parameters()129 pp->bPic4MVallowed = v->mv_mode == MV_PMODE_MIXED_MV || in fill_picture_parameters()130 (v->mv_mode == MV_PMODE_INTENSITY_COMP && in fill_picture_parameters()
53 uint8_t mv_mode[7][3]; member180 unsigned mv_mode[7][4]; member
593 s->prob.p.mv_mode[c]); in decode_mode()597 td->counts.mv_mode[c][b->mode[0] - 10]++; in decode_mode()629 s->prob.p.mv_mode[c]); in decode_mode()630 td->counts.mv_mode[c][b->mode[0] - 10]++; in decode_mode()635 s->prob.p.mv_mode[c]); in decode_mode()636 td->counts.mv_mode[c][b->mode[1] - 10]++; in decode_mode()646 s->prob.p.mv_mode[c]); in decode_mode()647 td->counts.mv_mode[c][b->mode[2] - 10]++; in decode_mode()652 s->prob.p.mv_mode[c]); in decode_mode()653 td->counts.mv_mode[c][b->mode[3] - 10]++; in decode_mode()
151 uint8_t *pp = p->mv_mode[i]; in ff_vp9_adapt_probs()152 unsigned *c = s->td[0].counts.mv_mode[i]; in ff_vp9_adapt_probs()
231 uint8_t mv_mode; ///< MV coding mode member
229 if (v->mv_mode == MV_PMODE_MIXED_MV || in ff_vc1_pred_mv()230 ((v->mv_mode == MV_PMODE_INTENSITY_COMP) && (v->mv_mode2 == MV_PMODE_MIXED_MV))) in ff_vc1_pred_mv()
978 s->prob.p.mv_mode[i][j] = in decode_frame_header()979 update_prob(&s->c, s->prob.p.mv_mode[i][j]); in decode_frame_header()
381 gst_video_multiview_guess_half_aspect (GstVideoMultiviewMode mv_mode, in gst_video_multiview_guess_half_aspect() argument384 switch (mv_mode) { in gst_video_multiview_guess_half_aspect()
63 gboolean gst_video_multiview_guess_half_aspect (GstVideoMultiviewMode mv_mode,
1490 GstVideoMultiviewMode mv_mode; in update_output_format() local1501 mv_mode = GST_VIDEO_INFO_MULTIVIEW_MODE (&glimage_sink->in_info); in update_output_format()1503 if (!_mview_modes_are_equal (glimage_sink->mview_output_mode, mv_mode)) { in update_output_format()
2711 GstVideoMultiviewMode mv_mode; in update_video_multiview_caps() local2719 mv_mode = (GstVideoMultiviewMode) playbin->multiview_mode; in update_video_multiview_caps()2723 if (mv_mode == GST_VIDEO_MULTIVIEW_MODE_NONE) in update_video_multiview_caps()2742 mview_mode_str = gst_video_multiview_mode_to_caps_string (mv_mode); in update_video_multiview_caps()
4070 GstVideoMultiviewMode mv_mode; local4078 mv_mode = (GstVideoMultiviewMode) playbin->multiview_mode;4082 if (mv_mode == GST_VIDEO_MULTIVIEW_MODE_NONE)4101 mview_mode_str = gst_video_multiview_mode_to_caps_string (mv_mode);