Searched refs:mv_mode (Results 1 – 9 of 9) sorted by relevance
32 static int get_VAMvModeVC1(enum MVModes mv_mode) in get_VAMvModeVC1() argument34 switch (mv_mode) { in get_VAMvModeVC1()51 (v->mv_mode == MV_PMODE_MIXED_MV || in vc1_has_MVTYPEMB_bitplane()52 (v->mv_mode == MV_PMODE_INTENSITY_COMP && in vc1_has_MVTYPEMB_bitplane()146 return get_VAMvModeVC1(v->mv_mode); in vc1_get_MVMODE()155 v->mv_mode == MV_PMODE_INTENSITY_COMP) in vc1_get_MVMODE2()164 v->mv_mode == MV_PMODE_INTENSITY_COMP) in vc1_get_INTCOMPFIELD()176 if ((v->fcm == PROGRESSIVE && v->mv_mode == MV_PMODE_INTENSITY_COMP) || in vc1_get_LUMSCALE()179 else if (v->fcm == ILACE_FIELD && v->mv_mode == MV_PMODE_INTENSITY_COMP) in vc1_get_LUMSCALE()192 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 …]
52 …if ((v->fcm == ILACE_FRAME && v->intcomp) || (v->fcm != ILACE_FRAME && v->mv_mode == MV_PMODE_INTE… in fill_picture_parameters()95 pp->bMVprecisionAndChromaRelation = ((v->mv_mode == MV_PMODE_1MV_HPEL_BILIN) << 3) | in fill_picture_parameters()132 pp->bPic4MVallowed = v->mv_mode == MV_PMODE_MIXED_MV || in fill_picture_parameters()133 (v->mv_mode == MV_PMODE_INTENSITY_COMP && in fill_picture_parameters()
53 uint8_t mv_mode[7][3]; member181 unsigned mv_mode[7][4]; member
591 s->prob.p.mv_mode[c]); in decode_mode()595 td->counts.mv_mode[c][b->mode[0] - 10]++; in decode_mode()627 s->prob.p.mv_mode[c]); in decode_mode()628 td->counts.mv_mode[c][b->mode[0] - 10]++; in decode_mode()633 s->prob.p.mv_mode[c]); in decode_mode()634 td->counts.mv_mode[c][b->mode[1] - 10]++; in decode_mode()644 s->prob.p.mv_mode[c]); in decode_mode()645 td->counts.mv_mode[c][b->mode[2] - 10]++; in decode_mode()650 s->prob.p.mv_mode[c]); in decode_mode()651 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()
974 s->prob.p.mv_mode[i][j] = in decode_frame_header()975 update_prob(&s->c, s->prob.p.mv_mode[i][j]); in decode_frame_header()