Searched refs:MV_FWD_X2 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | cavsdec.c | 38 MV_FWD_X2, MV_FWD_X3 460 h->col_mv[h->mbidx * 4 + 2] = h->mv[MV_FWD_X2]; in store_mvs() 754 ff_cavs_mv(h, MV_FWD_X2, MV_FWD_A1, MV_PRED_LEFT, BLK_16X8, ref[2]); in decode_mb_p() 769 ff_cavs_mv(h, MV_FWD_X2, MV_FWD_X1, MV_PRED_MEDIAN, BLK_8X8, ref[2]); in decode_mb_p() 887 ff_cavs_mv(h, MV_FWD_X2, MV_FWD_A1, MV_PRED_LEFT, BLK_16X8, 1); in decode_mb_b() 889 mv_pred_sym(h, &h->mv[MV_FWD_X2], BLK_16X8); in decode_mb_b()
|
D | cavs.c | 138 bs[3] = get_bs(&h->mv[MV_FWD_X2], &h->mv[MV_FWD_X3], mb_type > P_8X8); in ff_cavs_filter() 141 bs[6] = get_bs(&h->mv[MV_FWD_X0], &h->mv[MV_FWD_X2], mb_type > P_8X8); in ff_cavs_filter() 145 bs[1] = get_bs(&h->mv[MV_FWD_A3], &h->mv[MV_FWD_X2], mb_type > P_8X8); in ff_cavs_filter() 523 &h->mv[MV_FWD_X2]); in ff_cavs_inter() 692 h->top_mv[0][h->mbx * 2 + 0] = h->mv[MV_FWD_X2]; in ff_cavs_next_mb()
|
D | cavs.h | 131 MV_FWD_X2, enumerator
|